Click here to Skip to main content
15,916,412 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: file find problem Pin
benjymous21-Feb-07 1:24
benjymous21-Feb-07 1:24 
GeneralRe: file find problem Pin
david bagaturia21-Feb-07 19:08
david bagaturia21-Feb-07 19:08 
QuestionRe: file find problem Pin
prasad_som20-Feb-07 21:46
prasad_som20-Feb-07 21:46 
AnswerRe: file find problem Pin
david bagaturia20-Feb-07 21:55
david bagaturia20-Feb-07 21:55 
General[Message Deleted] Pin
ddmcr21-Feb-07 0:18
ddmcr21-Feb-07 0:18 
GeneralRe: file find problem Pin
david bagaturia21-Feb-07 3:25
david bagaturia21-Feb-07 3:25 
QuestionCheck Box & ShellExecute Question. Pin
Suresh H20-Feb-07 20:14
Suresh H20-Feb-07 20:14 
AnswerRe: Check Box & ShellExecute Question. Pin
Nibu babu thomas20-Feb-07 20:30
Nibu babu thomas20-Feb-07 20:30 
Suresh H wrote:
How to check if the check box is checked or not in win 32 App ???

We use to use member of the check box to check if its checked or not checked in MFC
m_CkBox == TRUE

how to do it in win 32 app ????


BM_GETCHECK.


Suresh H wrote:
ShellExecute(NULL, "open", FileName ,NULL, NULL, SW_SHOWNORMAL);


Suresh H wrote:
How to do it in Win 32 API ??? I am not able to use ShellExecute in win 32 App


See what GetLastError returns. See the documentation for further details.


Nibu thomas
A Developer

Programming tips[^]  My site[^]

GeneralRe: Check Box & ShellExecute Question. Pin
Suresh H20-Feb-07 20:52
Suresh H20-Feb-07 20:52 
GeneralRe: Check Box & ShellExecute Question. Pin
Nibu babu thomas20-Feb-07 20:57
Nibu babu thomas20-Feb-07 20:57 
GeneralRe: Check Box & ShellExecute Question. Pin
Suresh H20-Feb-07 21:41
Suresh H20-Feb-07 21:41 
AnswerRe: Check Box & ShellExecute Question. Pin
Hamid_RT20-Feb-07 20:31
Hamid_RT20-Feb-07 20:31 
GeneralRe: Check Box & ShellExecute Question. Pin
Suresh H20-Feb-07 20:54
Suresh H20-Feb-07 20:54 
GeneralRe: Check Box & ShellExecute Question. Pin
Hamid_RT20-Feb-07 21:05
Hamid_RT20-Feb-07 21:05 
GeneralRe: Check Box & ShellExecute Question. Pin
Suresh H20-Feb-07 21:42
Suresh H20-Feb-07 21:42 
GeneralRe: Check Box & ShellExecute Question. Pin
Hamid_RT21-Feb-07 5:08
Hamid_RT21-Feb-07 5:08 
QuestionTo change font of Dialog Box Pin
Atul2320-Feb-07 20:00
Atul2320-Feb-07 20:00 
AnswerRe: To change font of Dialog Box Pin
Hamid_RT20-Feb-07 20:36
Hamid_RT20-Feb-07 20:36 
GeneralRe: To change font of Dialog Box Pin
Atul2320-Feb-07 21:36
Atul2320-Feb-07 21:36 
GeneralRe: To change font of Dialog Box Pin
Hamid_RT21-Feb-07 5:15
Hamid_RT21-Feb-07 5:15 
GeneralRe: To change font of Dialog Box Pin
ThatsAlok21-Feb-07 6:05
ThatsAlok21-Feb-07 6:05 
GeneralRe: To change font of Dialog Box Pin
Hamid_RT21-Feb-07 6:27
Hamid_RT21-Feb-07 6:27 
GeneralRe: To change font of Dialog Box Pin
ThatsAlok21-Feb-07 7:18
ThatsAlok21-Feb-07 7:18 
GeneralRe: To change font of Dialog Box Pin
ThatsAlok21-Feb-07 6:05
ThatsAlok21-Feb-07 6:05 
GeneralRe: To change font of Dialog Box Pin
Hamid_RT21-Feb-07 6:28
Hamid_RT21-Feb-07 6:28 

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.