Click here to Skip to main content
15,905,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Look and Feel Pin
Michael Dunn7-Jun-06 3:30
sitebuilderMichael Dunn7-Jun-06 3:30 
AnswerRe: Look and Feel [modified] Pin
FarPointer7-Jun-06 3:31
FarPointer7-Jun-06 3:31 
GeneralRe: Look and Feel Pin
Andy Rama13-Jun-06 3:50
Andy Rama13-Jun-06 3:50 
GeneralRe: Look and Feel Pin
FarPointer13-Jun-06 21:11
FarPointer13-Jun-06 21:11 
AnswerRe: Look and Feel Pin
ThatsAlok7-Jun-06 22:24
ThatsAlok7-Jun-06 22:24 
QuestionMediaplayer and COM Pin
TheMason7-Jun-06 3:04
TheMason7-Jun-06 3:04 
AnswerRe: Mediaplayer and COM [modified] Pin
_AnsHUMAN_ 7-Jun-06 3:30
_AnsHUMAN_ 7-Jun-06 3:30 
AnswerRe: Mediaplayer and COM Pin
TheMason8-Jun-06 5:36
TheMason8-Jun-06 5:36 
Question'The heck? How is 14==4? Pin
Lord Kixdemp7-Jun-06 2:11
Lord Kixdemp7-Jun-06 2:11 
AnswerRe: 'The heck? How is 14==4? Pin
kakan7-Jun-06 2:15
professionalkakan7-Jun-06 2:15 
AnswerRe: 'The heck? How is 14==4? Pin
Cedric Moonen7-Jun-06 2:15
Cedric Moonen7-Jun-06 2:15 
AnswerRe: 'The heck? How is 14==4? Pin
Alton Williams7-Jun-06 2:33
Alton Williams7-Jun-06 2:33 
GeneralRe: 'The heck? How is 14==4? Pin
Lord Kixdemp7-Jun-06 2:49
Lord Kixdemp7-Jun-06 2:49 
Questioncreating a grid like control using edit control Pin
arunmahe7-Jun-06 1:37
arunmahe7-Jun-06 1:37 
AnswerRe: creating a grid like control using edit control Pin
Cedric Moonen7-Jun-06 1:49
Cedric Moonen7-Jun-06 1:49 
AnswerRe: creating a grid like control using edit control Pin
harilal7-Jun-06 2:01
harilal7-Jun-06 2:01 
AnswerRe: creating a grid like control using edit control Pin
Maximilien7-Jun-06 2:48
Maximilien7-Jun-06 2:48 
AnswerRe: creating a grid like control using edit control Pin
ThatsAlok7-Jun-06 22:41
ThatsAlok7-Jun-06 22:41 
Questionhow to send a custom message to a window service? Pin
sunyw_20067-Jun-06 1:15
sunyw_20067-Jun-06 1:15 
AnswerRe: how to send a custom message to a window service? Pin
Viorel.7-Jun-06 3:28
Viorel.7-Jun-06 3:28 
AnswerRe: how to send a custom message to a window service? Pin
Nibu babu thomas7-Jun-06 18:27
Nibu babu thomas7-Jun-06 18:27 
QuestionUSB-Serial adpater and normal serial communication Pin
Veeresh Hiremath7-Jun-06 0:39
Veeresh Hiremath7-Jun-06 0:39 
AnswerRe: USB-Serial adpater and normal serial communication Pin
Cedric Moonen7-Jun-06 1:23
Cedric Moonen7-Jun-06 1:23 
Veeresh Hiremath wrote:
Now ny requirement is to put a small delay only when
the application runs thru USB-Serial not when normal serial
communication is used to run the application.

These delay is have to do since the data transfer
thru USB-Serial is faster as compared to normal serial


Why do you need to do such a thing ? Confused | :confused:
That sounds very strange. Your applications (on both sides) should never be dependent on the time needed to transmit the data on the link (it can be unreliable).

Anyway, with windows, you won't be able to have a precision under 10 or 15 msec as windows is not a real-time operating system.

Maybe if you describe more in detail your problem we can help you to find another solution (please, describe it with keeping in mind that we don't know your app and that we cannot see your screen).


Cédric Moonen
Software developer

Charting control
Questiondate function to mysql Pin
yogendra kaushik7-Jun-06 0:35
yogendra kaushik7-Jun-06 0:35 
AnswerRe: date function to mysql Pin
_AnsHUMAN_ 7-Jun-06 0:45
_AnsHUMAN_ 7-Jun-06 0:45 

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.