Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sync-execute an exe Pin
Rajesh R Subramanian14-Oct-09 23:01
professionalRajesh R Subramanian14-Oct-09 23:01 
GeneralRe: sync-execute an exe Pin
CPallini14-Oct-09 23:05
mveCPallini14-Oct-09 23:05 
GeneralRe: sync-execute an exe Pin
Richard MacCutchan14-Oct-09 23:44
mveRichard MacCutchan14-Oct-09 23:44 
GeneralRe: sync-execute an exe Pin
Rajesh R Subramanian15-Oct-09 0:04
professionalRajesh R Subramanian15-Oct-09 0:04 
QuestionGet all Dialog Items Pin
jo3ran14-Oct-09 22:21
jo3ran14-Oct-09 22:21 
AnswerRe: Get all Dialog Items Pin
includeh1014-Oct-09 22:34
includeh1014-Oct-09 22:34 
GeneralRe: Get all Dialog Items Pin
jo3ran14-Oct-09 22:41
jo3ran14-Oct-09 22:41 
GeneralRe: Get all Dialog Items Pin
includeh1014-Oct-09 23:01
includeh1014-Oct-09 23:01 
No, have a look about the function.

code is:

CWnd*pw=GetWindow(GW_CHILD);
while(pw)
{
//enable/disable pw
pw=GetWindow(GW_HWNDNEXT);
}

GeneralRe: Get all Dialog Items Pin
jo3ran14-Oct-09 23:24
jo3ran14-Oct-09 23:24 
GeneralRe: Get all Dialog Items Pin
includeh1014-Oct-09 23:31
includeh1014-Oct-09 23:31 
GeneralRe: Get all Dialog Items Pin
jo3ran15-Oct-09 1:29
jo3ran15-Oct-09 1:29 
GeneralGet type of CWnd Pin
jo3ran15-Oct-09 3:39
jo3ran15-Oct-09 3:39 
QuestionClient in XP and Server in vista Pin
Abinash Mohanty14-Oct-09 21:24
Abinash Mohanty14-Oct-09 21:24 
AnswerRe: Client in XP and Server in vista Pin
CPallini14-Oct-09 21:27
mveCPallini14-Oct-09 21:27 
AnswerRe: Client in XP and Server in vista Pin
Cedric Moonen14-Oct-09 21:31
Cedric Moonen14-Oct-09 21:31 
GeneralRe: Client in XP and Server in vista Pin
Kushagra Tiwari14-Oct-09 21:35
Kushagra Tiwari14-Oct-09 21:35 
AnswerRe: Client in XP and Server in vista Pin
Rajesh R Subramanian14-Oct-09 22:41
professionalRajesh R Subramanian14-Oct-09 22:41 
Questiontypecast of the directshow filter Pin
raj157614-Oct-09 20:53
raj157614-Oct-09 20:53 
AnswerRe: typecast of the directshow filter Pin
CPallini14-Oct-09 21:25
mveCPallini14-Oct-09 21:25 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 21:31
raj157614-Oct-09 21:31 
GeneralRe: typecast of the directshow filter Pin
Stephen Hewitt14-Oct-09 21:36
Stephen Hewitt14-Oct-09 21:36 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 21:43
raj157614-Oct-09 21:43 
GeneralRe: typecast of the directshow filter Pin
Richard MacCutchan14-Oct-09 22:17
mveRichard MacCutchan14-Oct-09 22:17 
GeneralRe: typecast of the directshow filter Pin
raj157614-Oct-09 22:29
raj157614-Oct-09 22:29 
AnswerRe: typecast of the directshow filter Pin
Cool_Dev14-Oct-09 22:39
Cool_Dev14-Oct-09 22:39 

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.