Click here to Skip to main content
15,924,367 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting ACL for floppy Pin
Mark Salsbery11-Apr-07 6:22
Mark Salsbery11-Apr-07 6:22 
GeneralRe: Setting ACL for floppy Pin
VC_RYK11-Apr-07 20:16
VC_RYK11-Apr-07 20:16 
QuestionList box with Jpg image perview. Pin
Sameer_Thakur10-Apr-07 0:58
Sameer_Thakur10-Apr-07 0:58 
AnswerRe: List box with Jpg image perview. Pin
Hamid_RT10-Apr-07 1:58
Hamid_RT10-Apr-07 1:58 
GeneralRe: List box with Jpg image perview. Pin
Sameer_Thakur10-Apr-07 2:11
Sameer_Thakur10-Apr-07 2:11 
GeneralRe: List box with Jpg image perview. Pin
Hamid_RT10-Apr-07 2:19
Hamid_RT10-Apr-07 2:19 
QuestionThread execution on button press suggestion Pin
J.B.10-Apr-07 0:56
J.B.10-Apr-07 0:56 
AnswerRe: Thread execution on button press suggestion Pin
cp987610-Apr-07 1:25
cp987610-Apr-07 1:25 
Why not do something simple like:

1. disable button
2. create and start thread
3. when thread completes it posts a message to your dialog where you enable the button

Sort of like your (2), but guarantees the button disabled when thread starts. The dialog can still receive timer messages if you need a watchdog.


Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: Thread execution on button press suggestion Pin
J.B.10-Apr-07 1:37
J.B.10-Apr-07 1:37 
AnswerRe: Thread execution on button press suggestion Pin
Roger Stoltz10-Apr-07 1:48
Roger Stoltz10-Apr-07 1:48 
GeneralRe: Thread execution on button press suggestion Pin
David Crow10-Apr-07 2:10
David Crow10-Apr-07 2:10 
GeneralRe: Thread execution on button press suggestion Pin
Stephen Hewitt10-Apr-07 17:52
Stephen Hewitt10-Apr-07 17:52 
GeneralRe: Thread execution on button press suggestion Pin
cp987610-Apr-07 2:18
cp987610-Apr-07 2:18 
GeneralRe: Thread execution on button press suggestion Pin
Stephen Hewitt10-Apr-07 17:49
Stephen Hewitt10-Apr-07 17:49 
GeneralRe: Thread execution on button press suggestion Pin
Roger Stoltz10-Apr-07 21:58
Roger Stoltz10-Apr-07 21:58 
GeneralRe: Thread execution on button press suggestion Pin
J.B.10-Apr-07 20:59
J.B.10-Apr-07 20:59 
GeneralRe: Thread execution on button press suggestion Pin
Roger Stoltz10-Apr-07 21:39
Roger Stoltz10-Apr-07 21:39 
GeneralRe: Thread execution on button press suggestion Pin
J.B.21-Apr-07 23:58
J.B.21-Apr-07 23:58 
GeneralRe: Thread execution on button press suggestion Pin
Roger Stoltz22-Apr-07 9:50
Roger Stoltz22-Apr-07 9:50 
AnswerRe: Thread execution on button press suggestion Pin
Stephen Hewitt10-Apr-07 17:43
Stephen Hewitt10-Apr-07 17:43 
Questionhow to differenciate send mail and Reply Mail - webdav ? Pin
ArunkumarSundaravelu10-Apr-07 0:28
ArunkumarSundaravelu10-Apr-07 0:28 
QuestionHow to relate sent Item mail and Inbox mail in webdav method Pin
ArunkumarSundaravelu10-Apr-07 0:26
ArunkumarSundaravelu10-Apr-07 0:26 
QuestionHow to set the ConversationIndex Property ? Pin
ArunkumarSundaravelu10-Apr-07 0:20
ArunkumarSundaravelu10-Apr-07 0:20 
QuestionWindow handle which lost input focus Pin
K Gupta10-Apr-07 0:07
K Gupta10-Apr-07 0:07 
AnswerRe: Window handle which lost input focus Pin
Arman S.10-Apr-07 0:36
Arman S.10-Apr-07 0:36 

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.