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 Mike Lewis 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

    Those libraries are for .NET 1.1, which .NET 2.0 already has features for.
  3. 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
  4. 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...
  5. 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...
  6. StrangeWill

    Sharepoint, edit in Datasheet errors!

    Damn.... well then I'm back to out of ideas :(
  7. StrangeWill

    Alternatives to Sharepoint

    I heard of a PHP one called "horde" I ended up wanting to destory a small country with the aggravation it brought me... Maybe you'll like it.
  8. StrangeWill

    Sharepoint, edit in Datasheet errors!

    Wait... does the server require office 2003 pro ALSO? If so thats the problem.
  9. 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