Click here to Skip to main content
16,012,025 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to realize after my login dialog end and follow a image coming out for a while? Pin
vividtang24-Jun-04 12:31
vividtang24-Jun-04 12:31 
AnswerRe: how to realize after my login dialog end and follow a image coming out for a while? Pin
Anthony_Yio24-Jun-04 20:22
Anthony_Yio24-Jun-04 20:22 
Questionif i do not write special class to realize hyperlink,is there a more simpler way to solve it? Pin
vividtang24-Jun-04 12:27
vividtang24-Jun-04 12:27 
AnswerRe: if i do not write special class to realize hyperlink,is there a more simpler way to solve it? Pin
Michael Dunn24-Jun-04 12:36
sitebuilderMichael Dunn24-Jun-04 12:36 
Questionin a function can i use ExecuteSQL using the same database connection more than two times not using CRecordset object? Pin
vividtang24-Jun-04 12:23
vividtang24-Jun-04 12:23 
AnswerRe: in a function can i use ExecuteSQL using the same database connection more than two times not using CRecordset object? Pin
Antony M Kancidrowski25-Jun-04 0:11
Antony M Kancidrowski25-Jun-04 0:11 
QuestionHow to idle the program for seconds? Pin
pnpfriend24-Jun-04 11:13
pnpfriend24-Jun-04 11:13 
AnswerRe: How to idle the program for seconds? Pin
Anthony_Yio24-Jun-04 21:05
Anthony_Yio24-Jun-04 21:05 
I am thinking of using PostMessage(). But how the program also listen to the user click on Stop button?


Not sure of what the "stopprinting" is but would suggest to use event instead like this

<br />
if(WaitForSingleObject(<br />
  yourStopEventHandle,<br />
  INFINITE<br />
)== WAIT_OBJECT_0)<br />
{<br />
 //stop<br />
}<br />


check the event tutorial avail.



Sonork 100.41263:Anthony_Yio

GeneralBacklight Control Interface Pin
Blake Miller24-Jun-04 11:01
Blake Miller24-Jun-04 11:01 
GeneralExponents Pin
RedDragon2k24-Jun-04 10:51
RedDragon2k24-Jun-04 10:51 
GeneralRe: Exponents Pin
User 665824-Jun-04 11:07
User 665824-Jun-04 11:07 
GeneralRe: Exponents Pin
RedDragon2k24-Jun-04 11:24
RedDragon2k24-Jun-04 11:24 
GeneralRe: Exponents Pin
User 665824-Jun-04 11:37
User 665824-Jun-04 11:37 
GeneralRe: Exponents Pin
Jeremy Falcon24-Jun-04 11:39
professionalJeremy Falcon24-Jun-04 11:39 
GeneralRe: Exponents Pin
gamitech24-Jun-04 12:49
gamitech24-Jun-04 12:49 
GeneralUsers running network app!!! Pin
24-Jun-04 10:47
suss24-Jun-04 10:47 
GeneralRe: Users running network app!!! Pin
David Crow24-Jun-04 10:51
David Crow24-Jun-04 10:51 
QuestionLoadLibrary via HTTP? Pin
that_24-Jun-04 10:02
that_24-Jun-04 10:02 
Questionwhat is the difference between sscanf and atof in cast cstring into float? Pin
vividtang24-Jun-04 9:29
vividtang24-Jun-04 9:29 
AnswerRe: what is the difference between sscanf and atof in cast cstring into float? Pin
David Crow24-Jun-04 10:19
David Crow24-Jun-04 10:19 
AnswerRe: what is the difference between sscanf and atof in cast cstring into float? Pin
Steve Mayfield24-Jun-04 10:40
Steve Mayfield24-Jun-04 10:40 
Questionabout dialog color? Pin
vividtang24-Jun-04 9:19
vividtang24-Jun-04 9:19 
AnswerRe: about dialog color? Pin
Arman S.26-Apr-07 2:45
Arman S.26-Apr-07 2:45 
Questionabout dialog color? Pin
vividtang24-Jun-04 9:10
vividtang24-Jun-04 9:10 
AnswerRe: about dialog color? Pin
User 665824-Jun-04 9:12
User 665824-Jun-04 9:12 

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.