Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: positioning problems Pin
Bill Wilson16-Sep-02 5:51
Bill Wilson16-Sep-02 5:51 
GeneralRe: positioning problems Pin
Max Santos16-Sep-02 6:14
Max Santos16-Sep-02 6:14 
QuestionReuse CFormview derived class as dialog? Pin
Aaron Schaefer16-Sep-02 5:23
Aaron Schaefer16-Sep-02 5:23 
AnswerRe: Reuse CFormview derived class as dialog? Pin
Pavel Klocek16-Sep-02 8:24
Pavel Klocek16-Sep-02 8:24 
GeneralSingle computer identification Pin
doctorpi16-Sep-02 5:14
doctorpi16-Sep-02 5:14 
GeneralRe: Single computer identification Pin
Max Santos16-Sep-02 6:52
Max Santos16-Sep-02 6:52 
GeneralRe: Single computer identification Pin
Renjith Ramachandran16-Sep-02 7:47
Renjith Ramachandran16-Sep-02 7:47 
GeneralRe: Single computer identification Pin
TyMatthews16-Sep-02 10:49
TyMatthews16-Sep-02 10:49 
I would recommend using the same mechanism that is in use for networking... the MAC address of the machine's NIC. Every NIC ever manufactured has a unique MAC address, no matter what hardware it goes into or what operating system runs it. These have to be unique, otherwise networking protocols would not work.

Take a look at the GetAdaptersInfo() function in the Windows Platform SDK. It's probably the easiest way. Note that this is a Win32-specific mechanism. Unfortunately, there are no universal C/C++ standards for working with network protocols. It's an OS-specific thing and every platform has its own method for doing so.


Ty


"The significant problems we face cannot be solved at the same level of thinking we were at when we created them." -Albert Einstein


GeneralURGENT required help on Multiple Dialog & SetTimer problem! Pin
16-Sep-02 4:52
suss16-Sep-02 4:52 
GeneralRe: URGENT required help on Multiple Dialog & SetTimer problem! Pin
Renjith Ramachandran16-Sep-02 8:18
Renjith Ramachandran16-Sep-02 8:18 
GeneralRe: URGENT required help on Multiple Dialog & SetTimer problem! Pin
ATC16-Sep-02 9:34
ATC16-Sep-02 9:34 
GeneralRe: URGENT required help on Multiple Dialog & SetTimer problem! Pin
Renjith Ramachandran19-Sep-02 2:26
Renjith Ramachandran19-Sep-02 2:26 
GeneralUpdate detail SetTimer problem Pin
Anonymous16-Sep-02 9:07
Anonymous16-Sep-02 9:07 
GeneralGetting HTML source given a IHTMLDocument2* Pin
dabs16-Sep-02 4:53
dabs16-Sep-02 4:53 
GeneralRe: Getting HTML source given a IHTMLDocument2* Pin
dabs16-Sep-02 6:10
dabs16-Sep-02 6:10 
QuestionVB 6.0 How do I open a .txt file???? Pin
BHBAD200216-Sep-02 4:52
sussBHBAD200216-Sep-02 4:52 
AnswerRe: VB 6.0 How do I open a .txt file???? Pin
Pavel Klocek16-Sep-02 5:02
Pavel Klocek16-Sep-02 5:02 
AnswerRe: VB 6.0 How do I open a .txt file???? Pin
Jeremy Falcon16-Sep-02 8:33
professionalJeremy Falcon16-Sep-02 8:33 
GeneralADOX and adding two databases Pin
ns16-Sep-02 4:18
ns16-Sep-02 4:18 
GeneralRe: ADOX and adding two databases Pin
Michael P Butler16-Sep-02 5:23
Michael P Butler16-Sep-02 5:23 
GeneralRe: ADOX and adding two databases Pin
ns16-Sep-02 5:38
ns16-Sep-02 5:38 
GeneralRe: ADOX and adding two databases Pin
Bill Wilson16-Sep-02 9:15
Bill Wilson16-Sep-02 9:15 
GeneralRe: ADOX and adding two databases Pin
ns16-Sep-02 9:22
ns16-Sep-02 9:22 
GeneralRe: ADOX and adding two databases Pin
Bill Wilson16-Sep-02 10:57
Bill Wilson16-Sep-02 10:57 
GeneralDouble-click notification not received (or not sent) Pin
Le centriste16-Sep-02 4:05
Le centriste16-Sep-02 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.