Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: [VC++ 6.0] Dialog Control (Not MFC) Pin
Saurabh.Garg5-Nov-09 14:56
Saurabh.Garg5-Nov-09 14:56 
QuestionGetting the dekstop window handle Pin
SujayG5-Nov-09 3:04
SujayG5-Nov-09 3:04 
AnswerRe: Getting the dekstop window handle Pin
Nuri Ismail5-Nov-09 3:13
Nuri Ismail5-Nov-09 3:13 
AnswerRe: Getting the dekstop window handle Pin
CPallini5-Nov-09 3:17
mveCPallini5-Nov-09 3:17 
GeneralRe: Getting the dekstop window handle Pin
SujayG5-Nov-09 3:27
SujayG5-Nov-09 3:27 
GeneralRe: Getting the dekstop window handle Pin
Chris Losinger5-Nov-09 4:11
professionalChris Losinger5-Nov-09 4:11 
GeneralRe: Getting the dekstop window handle Pin
SujayG5-Nov-09 5:17
SujayG5-Nov-09 5:17 
GeneralRe: Getting the dekstop window handle Pin
Chris Losinger5-Nov-09 5:25
professionalChris Losinger5-Nov-09 5:25 
use FindWindow to find "Program Manager", then use EnumChildWindows on its children.

or, the long way...

get the desktop window, then use EnumChildWindows to find the listview.

note that EnumChildWindows is recursive, so it will do a search of every window in the system if you start at the desktop. but, just look for a window of the SysListView32 type whose parent is the "Program Manager".


GeneralRe: Getting the dekstop window handle Pin
Nuri Ismail5-Nov-09 5:38
Nuri Ismail5-Nov-09 5:38 
QuestionPlease help me argent experts Pin
RIZWAN ADMANI5-Nov-09 2:31
RIZWAN ADMANI5-Nov-09 2:31 
QuestionRe: Please help me argent experts Pin
Maximilien5-Nov-09 2:42
Maximilien5-Nov-09 2:42 
QuestionRe: Please help me argent experts Pin
RIZWAN ADMANI5-Nov-09 18:12
RIZWAN ADMANI5-Nov-09 18:12 
AnswerRe: Please help me argent experts [modified] Pin
Richard MacCutchan5-Nov-09 2:42
mveRichard MacCutchan5-Nov-09 2:42 
QuestionHow to write data into Outlook Pin
Anil Kumar.Arvapalli5-Nov-09 1:24
Anil Kumar.Arvapalli5-Nov-09 1:24 
AnswerRe: How to write data into Outlook Pin
David Crow5-Nov-09 3:50
David Crow5-Nov-09 3:50 
GeneralRe: How to write data into Outlook Pin
Anil Kumar.Arvapalli5-Nov-09 18:19
Anil Kumar.Arvapalli5-Nov-09 18:19 
AnswerRe: How to write data into Outlook Pin
David Crow6-Nov-09 3:20
David Crow6-Nov-09 3:20 
AnswerRe: How to write data into Outlook Pin
nagadravid5-Nov-09 20:51
nagadravid5-Nov-09 20:51 
AnswerRe: How to write data into Outlook Pin
Game-point6-Nov-09 2:50
Game-point6-Nov-09 2:50 
QuestionNeed help of how to execute SQL update query in VC++ Pin
John5025-Nov-09 0:01
John5025-Nov-09 0:01 
AnswerRe: Need help of how to execute SQL update query in VC++ Pin
Code-o-mat5-Nov-09 0:15
Code-o-mat5-Nov-09 0:15 
AnswerRe: Need help of how to execute SQL update query in VC++ Pin
Anil Kumar.Arvapalli5-Nov-09 1:33
Anil Kumar.Arvapalli5-Nov-09 1:33 
QuestionRe: Need help of how to execute SQL update query in VC++ Pin
David Crow5-Nov-09 3:52
David Crow5-Nov-09 3:52 
QuestionWCHAR and system() call? Pin
Souldrift4-Nov-09 23:57
Souldrift4-Nov-09 23:57 
AnswerRe: WCHAR and system() call? Pin
Souldrift5-Nov-09 0:06
Souldrift5-Nov-09 0:06 

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.