CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BrianKE

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    9,958

    Re: Storing SQL Password in Registry?

    Bump, just to see if anyone might provide some guidance in this.

    Thanks,
    Brian Enderle
  2. Replies
    2
    Views
    9,958

    Storing SQL Password in Registry?

    I am working on a C# program that will be installed on multiple machines. In the registry I would like to store the username/password used by the program to login to MsSQL. Obviously I need to...
  3. Replies
    5
    Views
    5,710

    Re: Accessing Form Label from Seperate Class

    Also forgot to mention that there will be a number of these labels that I will be updating so I would prefer not to have to setup a separate listener or method for each label. I would prefer to have...
  4. Replies
    5
    Views
    5,710

    Re: Accessing Form Label from Seperate Class

    Sorry, forgot to mention I am using VS 2008 (.NET 3.5).

    Brian Enderle
  5. Replies
    5
    Views
    5,710

    Accessing Form Label from Seperate Class

    I am trying to update a labels text field from a class that is separate from the form class. I have created a UpdateStats class file to handle all the updating of stats, querying the database, etc. ...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured