Click here to Skip to main content
15,921,179 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18231-Jul-03 14:27
Marissa18231-Jul-03 14:27 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
Marissa18231-Jul-03 15:10
Marissa18231-Jul-03 15:10 
GeneralRe: disable/enable toolbar buttons in a dialog Pin
tmangan1-Aug-03 2:00
tmangan1-Aug-03 2:00 
GeneralSending "hello world" through com port to other pc. Pin
IrishSonic31-Jul-03 13:19
IrishSonic31-Jul-03 13:19 
GeneralRe: Sending "hello world" through com port to other pc. Pin
Alexander M.,31-Jul-03 13:43
Alexander M.,31-Jul-03 13:43 
GeneralUpdating an Edit control within a loop Pin
tdmcclure025631-Jul-03 13:15
tdmcclure025631-Jul-03 13:15 
GeneralRe: Updating an Edit control within a loop Pin
Mike Dimmick31-Jul-03 13:19
Mike Dimmick31-Jul-03 13:19 
GeneralRe: Updating an Edit control within a loop Pin
DougW4831-Jul-03 17:43
DougW4831-Jul-03 17:43 
Have you tried creating a thread, and passing the address of your variable control to it? If the contents of your edit box need to be changed as a result of something in your loop, you might be able to use CSemaphores to lock the thread until it needs to update the control, and unlock it from your loop. Just a thought, good luck.

Douglas A. Wright
dawrigh3@kent.edu
QuestionWindows start time? Pin
JSH_CAN31-Jul-03 13:08
sussJSH_CAN31-Jul-03 13:08 
AnswerRe: Windows start time? Pin
Alexander M.,31-Jul-03 13:48
Alexander M.,31-Jul-03 13:48 
GeneralRe: Windows start time? Pin
JHS_CAN31-Jul-03 14:30
sussJHS_CAN31-Jul-03 14:30 
GeneralRe: Windows start time? Pin
Mike Dimmick31-Jul-03 23:59
Mike Dimmick31-Jul-03 23:59 
GeneralRe: Windows start time? Pin
Alexander M.,1-Aug-03 2:25
Alexander M.,1-Aug-03 2:25 
GeneralRe: Windows start time? Pin
Mike Dimmick1-Aug-03 2:30
Mike Dimmick1-Aug-03 2:30 
GeneralRe: Windows start time? Pin
JSH_CAN1-Aug-03 8:57
sussJSH_CAN1-Aug-03 8:57 
GeneralPlease help to create a simple ODBC database application Pin
ElizabethC31-Jul-03 12:27
ElizabethC31-Jul-03 12:27 
GeneralRe: Please help to create a simple ODBC database application Pin
Alexander M.,31-Jul-03 13:47
Alexander M.,31-Jul-03 13:47 
GeneralRe: Please help to create a simple ODBC database application Pin
ElizabethC31-Jul-03 14:04
ElizabethC31-Jul-03 14:04 
GeneralRe: Please help to create a simple ODBC database application Pin
Anthony_Yio31-Jul-03 16:02
Anthony_Yio31-Jul-03 16:02 
GeneralRe: Please help to create a simple ODBC database application Pin
ElizabethC4-Aug-03 5:56
ElizabethC4-Aug-03 5:56 
GeneralRe: Please help to create a simple ODBC database application Pin
Anthony_Yio4-Aug-03 15:50
Anthony_Yio4-Aug-03 15:50 
GeneralRe: Please help to create a simple ODBC database application Pin
ElizabethC5-Aug-03 6:41
ElizabethC5-Aug-03 6:41 
GeneralRe: Please help to create a simple ODBC database application Pin
ElizabethC5-Aug-03 6:45
ElizabethC5-Aug-03 6:45 
GeneralRe: Please help to create a simple ODBC database application Pin
Anthony_Yio5-Aug-03 15:25
Anthony_Yio5-Aug-03 15:25 
GeneralRe: Please help to create a simple ODBC database application Pin
ElizabethC6-Aug-03 5:58
ElizabethC6-Aug-03 5:58 

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.