Click here to Skip to main content
15,911,360 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handling the device change functionality for HID Devices Pin
john.alex.prog15-Feb-10 4:14
john.alex.prog15-Feb-10 4:14 
Questionhow to disable vertical and horizontal scrollbar in a FormView class Pin
Deepu Antony2-Feb-09 18:05
Deepu Antony2-Feb-09 18:05 
AnswerRe: how to disable vertical and horizontal scrollbar in a FormView class Pin
Roger Allen4-Feb-09 14:07
Roger Allen4-Feb-09 14:07 
QuestionHow can chk Dialog box is open? Pin
Le@rner2-Feb-09 17:54
Le@rner2-Feb-09 17:54 
AnswerRe: How can chk Dialog box is open? Pin
Nibu babu thomas2-Feb-09 18:00
Nibu babu thomas2-Feb-09 18:00 
GeneralRe: How can chk Dialog box is open? Pin
Le@rner2-Feb-09 18:15
Le@rner2-Feb-09 18:15 
GeneralRe: How can chk Dialog box is open? Pin
Nibu babu thomas2-Feb-09 18:16
Nibu babu thomas2-Feb-09 18:16 
GeneralRe: How can chk Dialog box is open? Pin
Le@rner2-Feb-09 18:21
Le@rner2-Feb-09 18:21 
GeneralRe: How can chk Dialog box is open? Pin
Nibu babu thomas2-Feb-09 18:38
Nibu babu thomas2-Feb-09 18:38 
GeneralRe: How can chk Dialog box is open? Pin
Le@rner2-Feb-09 18:49
Le@rner2-Feb-09 18:49 
GeneralRe: How can chk Dialog box is open? Pin
SandipG 2-Feb-09 19:29
SandipG 2-Feb-09 19:29 
AnswerRe: How can chk Dialog box is open? Pin
Sarath C2-Feb-09 18:20
Sarath C2-Feb-09 18:20 
If it's a single threaded function, the main thread will be blocked if you've already called "DoModal" (which means the window is visible". So you will not be able to execute the any other functions during this period (sure you can get paint messages and some other notifications to your parent window).

In which case, it's required to check the windows is showing or not?

-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

AnswerRe: How can chk Dialog box is open? Pin
_AnsHUMAN_ 2-Feb-09 18:30
_AnsHUMAN_ 2-Feb-09 18:30 
GeneralRe: How can chk Dialog box is open? [modified] Pin
Le@rner2-Feb-09 18:32
Le@rner2-Feb-09 18:32 
GeneralRe: How can chk Dialog box is open? Pin
_AnsHUMAN_ 2-Feb-09 19:29
_AnsHUMAN_ 2-Feb-09 19:29 
QuestionINI FILE in vc++6 Pin
hrishiS2-Feb-09 17:05
hrishiS2-Feb-09 17:05 
AnswerRe: INI FILE in vc++6 Pin
Sarath C2-Feb-09 18:16
Sarath C2-Feb-09 18:16 
GeneralRe: INI FILE in vc++6 Pin
hrishiS2-Feb-09 18:19
hrishiS2-Feb-09 18:19 
AnswerRe: INI FILE in vc++6 Pin
aks.2-Feb-09 18:47
aks.2-Feb-09 18:47 
GeneralRe: INI FILE in vc++6 Pin
hrishiS2-Feb-09 19:01
hrishiS2-Feb-09 19:01 
GeneralRe: INI FILE in vc++6 Pin
aks.2-Feb-09 22:13
aks.2-Feb-09 22:13 
AnswerRe: INI FILE in vc++6 Pin
Hamid_RT3-Feb-09 20:37
Hamid_RT3-Feb-09 20:37 
Questionwinapi on mobile device Pin
johntoschack2-Feb-09 12:02
johntoschack2-Feb-09 12:02 
AnswerRe: winapi on mobile device Pin
«_Superman_»2-Feb-09 16:23
professional«_Superman_»2-Feb-09 16:23 
GeneralRe: winapi on mobile device Pin
johntoschack2-Feb-09 21:00
johntoschack2-Feb-09 21:00 

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.