Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDrawThemeBackground Pin
PJ Arends15-Feb-07 11:26
professionalPJ Arends15-Feb-07 11:26 
GeneralRe: DrawThemeBackground Pin
Tarmo Kalda16-Feb-07 3:12
Tarmo Kalda16-Feb-07 3:12 
GeneralRe: DrawThemeBackground Pin
PJ Arends16-Feb-07 8:06
professionalPJ Arends16-Feb-07 8:06 
Questionanother serial port question Pin
zqueezy15-Feb-07 10:07
zqueezy15-Feb-07 10:07 
AnswerRe: another serial port question Pin
jeron115-Feb-07 10:24
jeron115-Feb-07 10:24 
GeneralRe: another serial port question Pin
zqueezy15-Feb-07 10:26
zqueezy15-Feb-07 10:26 
GeneralRe: another serial port question Pin
jeron115-Feb-07 10:40
jeron115-Feb-07 10:40 
GeneralRe: another serial port question Pin
zqueezy15-Feb-07 11:07
zqueezy15-Feb-07 11:07 
well I tried "EscapeCommFunction" with DWORD running in loop from 0 1500 as int
<br />
for (int i = 0; i<1500; i++)<br />
{<br />
  DWORD set = (DWORD)i;<br />
  EscapeCommFunction(porthandler, set);<br />
}<br />

but somehow it didn't work...

I guess it's rediculous to try the other 5000 values.
GeneralRe: another serial port question Pin
jeron115-Feb-07 11:28
jeron115-Feb-07 11:28 
AnswerRe: another serial port question Pin
Roger Stoltz15-Feb-07 11:50
Roger Stoltz15-Feb-07 11:50 
Questionconst double ERROR=-1e30 ?? Pin
jalsa G15-Feb-07 8:05
jalsa G15-Feb-07 8:05 
AnswerRe: const double ERROR=-1e30 ?? Pin
Newbie0015-Feb-07 8:17
Newbie0015-Feb-07 8:17 
AnswerRe: const double ERROR=-1e30 ?? Pin
toxcct15-Feb-07 8:19
toxcct15-Feb-07 8:19 
GeneralRe: const double ERROR=-1e30 ?? Pin
Newbie0015-Feb-07 8:23
Newbie0015-Feb-07 8:23 
GeneralRe: const double ERROR=-1e30 ?? Pin
toxcct15-Feb-07 8:26
toxcct15-Feb-07 8:26 
AnswerRe: const double ERROR=-1e30 ?? Pin
Maximilien15-Feb-07 8:23
Maximilien15-Feb-07 8:23 
AnswerRe: const double ERROR=-1e30 ?? Pin
Mark Salsbery15-Feb-07 10:15
Mark Salsbery15-Feb-07 10:15 
GeneralRe: const double ERROR=-1e30 ?? Pin
Hamid_RT16-Feb-07 0:58
Hamid_RT16-Feb-07 0:58 
GeneralRe: const double ERROR=-1e30 ?? Pin
Mark Salsbery16-Feb-07 6:44
Mark Salsbery16-Feb-07 6:44 
GeneralRe: const double ERROR=-1e30 ?? Pin
Newbie0016-Feb-07 7:11
Newbie0016-Feb-07 7:11 
Questionhow to embed my code in en image Pin
sepel15-Feb-07 7:14
sepel15-Feb-07 7:14 
AnswerRe: how to embed my code in en image Pin
toxcct15-Feb-07 7:16
toxcct15-Feb-07 7:16 
GeneralRe: how to embed my code in en image Pin
sepel16-Feb-07 0:37
sepel16-Feb-07 0:37 
GeneralRe: how to embed my code in en image Pin
toxcct16-Feb-07 0:39
toxcct16-Feb-07 0:39 
GeneralRe: how to embed my code in en image Pin
sepel16-Feb-07 1:08
sepel16-Feb-07 1:08 

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.