Search:

Type: Posts; User: dannyboy997

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    6,268

    I found both Windows.h(VS) and windows.h(C::B). I...

    I found both Windows.h(VS) and windows.h(C::B). I tried to copy the VS Windows.h but there where a ton of headers that the Windows.h(VS) had that the C::B windows.h doesn't use = lots of errors. I'll...
  2. Replies
    7
    Views
    6,268

    I haven't added any source code to link to...

    I haven't added any source code to link to kernel32.dll or kernel32.lib which would probably be the problem, but I don't know how. I did add kernel32.lib to the library linker, but no change.
    I'm...
  3. Replies
    7
    Views
    6,268

    As you can tell I'm new to this and this is...

    As you can tell I'm new to this and this is probably a stupid question

    Here's what I have



    typedef enum _COMPUTER_NAME_FORMAT {
    ComputerNameNetBIOS,
    ComputerNameDnsHostname,
    ...
  4. Replies
    7
    Views
    6,268

    Change Computer Name SetComputerNameEx()

    I'm having a hard time finding a good way to change the name of a computer in C++, both NetBIOS and DNS.
    I have found SetComputerNameEx(), but i can't see to get it to work, I am new to C++.

    Here...
Results 1 to 4 of 4