Click here to Skip to main content
15,913,758 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C function for parsing string array? Pin
Anonymuos25-Aug-06 6:03
Anonymuos25-Aug-06 6:03 
AnswerRe: C function for parsing string array? Pin
Zac Howland25-Aug-06 6:41
Zac Howland25-Aug-06 6:41 
AnswerRe: C function for parsing string array? [modified] Pin
Stephen Hewitt26-Aug-06 3:18
Stephen Hewitt26-Aug-06 3:18 
Questionbasic question in C++ Pin
Green Fuze25-Aug-06 0:37
Green Fuze25-Aug-06 0:37 
AnswerRe: basic question in C++ Pin
prasad_som25-Aug-06 1:54
prasad_som25-Aug-06 1:54 
GeneralRe: basic question in C++ Pin
Green Fuze25-Aug-06 2:10
Green Fuze25-Aug-06 2:10 
GeneralRe: basic question in C++ Pin
Kevin McFarlane27-Aug-06 8:32
Kevin McFarlane27-Aug-06 8:32 
AnswerRe: basic question in C++ Pin
Nish Nishant26-Aug-06 3:28
sitebuilderNish Nishant26-Aug-06 3:28 
QuestionProgress bar problem. Pin
Deepak Samuel24-Aug-06 23:51
Deepak Samuel24-Aug-06 23:51 
QuestionRe: Progress bar problem. Pin
Programm3r25-Aug-06 0:00
Programm3r25-Aug-06 0:00 
AnswerRe: Progress bar problem. Pin
Programm3r25-Aug-06 0:08
Programm3r25-Aug-06 0:08 
AnswerRe: Progress bar problem. Pin
Hamid_RT25-Aug-06 0:43
Hamid_RT25-Aug-06 0:43 
QuestionRe: Progress bar problem. Pin
David Crow25-Aug-06 2:40
David Crow25-Aug-06 2:40 
QuestionSuperscript and Subscript Calculation Pin
Identity Undisclosed24-Aug-06 23:12
Identity Undisclosed24-Aug-06 23:12 
Questionrefresh the device node for Deivce Manager Pin
jiajiah344524-Aug-06 22:42
jiajiah344524-Aug-06 22:42 
Hi, all
I encountered a problem about refreshing the system drivers in Device Manager. When installing a software, I registered 2 system virtual device into system. After the box restart again, those 2 drivers do not display in the "No Plug and Play Device" device node in the System Device manager(via "View" menu and "Show hidden devices"). It will always appear after running "Scan for Hardware Change" menu or the seconde time reboot.

I want to ask is there any Windows API or MSDN function can play the same role as "Scan for Hardware Change". I want to let Windows do the same job.

I tried the sending message way and it was failed. The following are my codes.
SendMessageTimeout(HWND_BROADCAST, WM_DEVICECHANGE, DBT_DEVNODES_CHANGED,0, SMTO_ABORTIFHUNG, 3000, &dwMsgResult);


Thanks for give me some suggestions.


QuestionEthernet Programming Pin
Muhammad Azeem Azam24-Aug-06 22:36
Muhammad Azeem Azam24-Aug-06 22:36 
QuestionLength of SQL-query Pin
ensger24-Aug-06 22:27
ensger24-Aug-06 22:27 
AnswerRe: Length of SQL-query Pin
toxcct24-Aug-06 22:33
toxcct24-Aug-06 22:33 
GeneralRe: Length of SQL-query Pin
ensger25-Aug-06 0:29
ensger25-Aug-06 0:29 
QuestionBlogging with VC++ Pin
_AnsHUMAN_ 24-Aug-06 21:53
_AnsHUMAN_ 24-Aug-06 21:53 
AnswerRe: Blogging with VC++ Pin
Michael P Butler24-Aug-06 22:05
Michael P Butler24-Aug-06 22:05 
GeneralRe: Blogging with VC++ Pin
_AnsHUMAN_ 27-Aug-06 22:37
_AnsHUMAN_ 27-Aug-06 22:37 
AnswerRe: Blogging with VC++ Pin
Zac Howland25-Aug-06 6:44
Zac Howland25-Aug-06 6:44 
GeneralRe: Blogging with VC++ Pin
_AnsHUMAN_ 27-Aug-06 22:36
_AnsHUMAN_ 27-Aug-06 22:36 
QuestionHow to create a new thread to init socket in DLL? Pin
teawater24-Aug-06 21:47
teawater24-Aug-06 21:47 

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.