Click here to Skip to main content
15,792,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 21:33
manojk_batra5-Jan-06 21:33 
AnswerRe: CreateProcess!! Pin
sunit55-Jan-06 20:06
sunit55-Jan-06 20:06 
GeneralRe: CreateProcess!! Pin
manojk_batra5-Jan-06 21:45
manojk_batra5-Jan-06 21:45 
Questionhow can i create worker and UI thread in single application Pin
Laxman95-Jan-06 18:49
Laxman95-Jan-06 18:49 
AnswerRe: how can i create worker and UI thread in single application Pin
Anilkumar K V5-Jan-06 19:05
Anilkumar K V5-Jan-06 19:05 
QuestionHow to create an independent thread for reading data from buffer of Serial Port ??? Pin
QuangDien5-Jan-06 16:17
QuangDien5-Jan-06 16:17 
AnswerRe: How to create an independent thread for reading data from buffer of Serial Port ??? Pin
Anilkumar K V5-Jan-06 18:14
Anilkumar K V5-Jan-06 18:14 
QuestionQuick ideas for activation Pin
Alex Korchemniy5-Jan-06 15:57
Alex Korchemniy5-Jan-06 15:57 
I have a finished implementation for activation that relies on the manufacturer assigned non-changable serial number of a hard drive. During testing I discovered that my method of discovering this number does not work on all versions of Windows that are going to be supported. The WMI claass Win32_PhysicalMedia does not exist in Win2k. The workaround for this is also very painful, requiring DeviceIoControl and probably administrative priveleges at runtime. I noticed that there is Wmi32_BaseBoard class that provides a serial number. However, not all motherboard provide this information (driver code never sets the number).

What is a good, simply way to identify a machine that works consistently on Windows 2000 and newer?

Alex Korchemniy
AnswerRe: Quick ideas for activation Pin
TheGreatAndPowerfulOz5-Jan-06 21:20
TheGreatAndPowerfulOz5-Jan-06 21:20 
GeneralRe: Quick ideas for activation Pin
Sebastian Schneider5-Jan-06 21:37
Sebastian Schneider5-Jan-06 21:37 
AnswerRe: Quick ideas for activation Pin
TheGreatAndPowerfulOz5-Jan-06 21:33
TheGreatAndPowerfulOz5-Jan-06 21:33 
GeneralRe: Quick ideas for activation Pin
Alex Korchemniy6-Jan-06 8:32
Alex Korchemniy6-Jan-06 8:32 
Questionresolve crossed-bounds text Pin
s o v a n n5-Jan-06 15:51
s o v a n n5-Jan-06 15:51 
QuestionRetrofitting an MFC app to ActiveX Pin
Graham Reeds5-Jan-06 13:57
Graham Reeds5-Jan-06 13:57 
AnswerRe: Retrofitting an MFC app to ActiveX Pin
John R. Shaw5-Jan-06 14:20
John R. Shaw5-Jan-06 14:20 
GeneralRe: Retrofitting an MFC app to ActiveX Pin
Graham Reeds5-Jan-06 14:27
Graham Reeds5-Jan-06 14:27 
GeneralRe: Retrofitting an MFC app to ActiveX Pin
John R. Shaw6-Jan-06 18:17
John R. Shaw6-Jan-06 18:17 
Questionstl list<>::iterator for derived classes ?!? Pin
tbrake5-Jan-06 12:49
tbrake5-Jan-06 12:49 
AnswerRe: stl list<>::iterator for derived classes ?!? Pin
Christian Graus5-Jan-06 12:58
protectorChristian Graus5-Jan-06 12:58 
GeneralRe: stl list::iterator for derived classes ?!? Pin
tbrake5-Jan-06 13:08
tbrake5-Jan-06 13:08 
GeneralRe: stl list::iterator for derived classes ?!? Pin
Christian Graus5-Jan-06 13:11
protectorChristian Graus5-Jan-06 13:11 
QuestionRe: stl list::iterator for derived classes ?!? Pin
tbrake5-Jan-06 13:29
tbrake5-Jan-06 13:29 
AnswerRe: stl list::iterator for derived classes ?!? Pin
Christian Graus5-Jan-06 13:32
protectorChristian Graus5-Jan-06 13:32 
GeneralRe: stl list::iterator for derived classes ?!? Pin
tbrake5-Jan-06 13:43
tbrake5-Jan-06 13:43 
GeneralRe: stl list::iterator for derived classes ?!? Pin
Christian Graus5-Jan-06 13:46
protectorChristian Graus5-Jan-06 13:46 

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.