Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StrangeWill

    VMWare Server needs reconfig every reboot

    I run SuSE 10.1, and installed using the binary packages (the .pl file). For some reason after reboot, I always need to run vmware-config.pl in order to get the service to start, any ideas?
  2. StrangeWill

    C# Console fullscreen and centering

    So I want to be able to center a console application and set it to full screen. So far I can adjust the buffers to change the size, but it starts so off center position much of the program is off the screen. Any ideas? C# .NET 2.0
  3. StrangeWill

    Settings file not saving data

    using System; using System.Collections.Generic; using System.Text; namespace SaveTest { class ProgramSetting { private string str_Name; private object obj_Value; public string Name { get { return str_Name; } set { str_Name = value; } } public object Value...
  4. StrangeWill

    Pass a method onto an object

    This one seems complated to me so here is the idea of what I want: class MenuItem { private ConsoleKey obj_Key; private METHOD Method; public void RunMenuItem() { Method(); } } Basically I want to be able to assign a Method, and be...
  5. StrangeWill

    Sharepoint, edit in Datasheet errors!

    So I'm tryin to edit data in a datasheet, yet I always get an access error. I'm a domain admin on the server. It says "connect to server.domain.com" (server replaced with the server name, domain.com with our domain) I tried logging in using: domain\william domain.com\william...

Part and Inventory Search

Back
Top