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

Search:

Type: Posts; User: socrates4c

Search: Search took 0.02 seconds.

  1. Re: How to check for numeric entry in text box

    Let's make this easy, let's use as little code as possible.
    To check if Numeric values have been entered into a textbox,
    do this...
    ==========================================================
    ...
  2. Replies
    5
    Views
    6,073

    Re: Can I get user from windows ?

    Let's keep it simple. In this little routine you can return the Username, Operating System, Path and the Computer Name.

    ==========================================================

    Private Sub...
  3. Replies
    17
    Views
    24,134

    Re: computer name

    First let's start by simplifing the code. I'm a strong believer in the less code the better.

    Why not use the Environ function.
    ==========================================================

    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured