Click here to Skip to main content
15,919,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OleMainThreadWndName Pin
shiraztk19-Oct-04 1:16
shiraztk19-Oct-04 1:16 
GeneralRe: OleMainThreadWndName Pin
shiraztk20-Oct-04 0:27
shiraztk20-Oct-04 0:27 
Questionfrom C++ header files to UML class diagrams? Pin
T.T.H.18-Oct-04 23:15
T.T.H.18-Oct-04 23:15 
Generalcheck keyword at the end of a line Pin
td8018-Oct-04 23:09
td8018-Oct-04 23:09 
GeneralRe: check keyword at the end of a line Pin
David Crow19-Oct-04 2:39
David Crow19-Oct-04 2:39 
GeneralRe: check keyword at the end of a line Pin
td8019-Oct-04 4:03
td8019-Oct-04 4:03 
Questionhow i can access usb port Pin
neo boyz18-Oct-04 23:08
neo boyz18-Oct-04 23:08 
Questionhow to send byte (Device) Pin
vc-programmer-18-Oct-04 22:59
vc-programmer-18-Oct-04 22:59 
I have PLC.I send byte.
I use following function.
BOOL CSerialCom::WriteByte(BYTE bybyte)
{
iBytesWritten=0;
if(WriteFile(hComm,&bybyte,1,&iBytesWritten,NULL)==0)
return false;
else return true;
}
This function is work.
But PLC is not display.
I want to know
(This device is really send or not).
AnswerRe: how to send byte (Device) Pin
Cedric Moonen18-Oct-04 23:10
Cedric Moonen18-Oct-04 23:10 
GeneralRe: how to send byte (Device) Pin
jan larsen19-Oct-04 2:59
jan larsen19-Oct-04 2:59 
GeneralRe: how to send byte (Device) Pin
Cedric Moonen19-Oct-04 3:09
Cedric Moonen19-Oct-04 3:09 
QuestionHow to convert a byte array to decimal integer? Pin
ting66818-Oct-04 22:08
ting66818-Oct-04 22:08 
AnswerRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 22:36
Lim Bio Liong18-Oct-04 22:36 
AnswerRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 22:36
Lim Bio Liong18-Oct-04 22:36 
AnswerRe: How to convert a byte array to decimal integer? Pin
David Crow19-Oct-04 2:49
David Crow19-Oct-04 2:49 
GeneralRe: How to convert a byte array to decimal integer? Pin
ting66818-Oct-04 22:57
ting66818-Oct-04 22:57 
GeneralRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong19-Oct-04 18:00
Lim Bio Liong19-Oct-04 18:00 
GeneralRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 23:18
Lim Bio Liong18-Oct-04 23:18 
GeneralRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 23:31
Lim Bio Liong18-Oct-04 23:31 
GeneralRe: How to convert a byte array to decimal integer? Pin
ting66818-Oct-04 23:32
ting66818-Oct-04 23:32 
GeneralRe: How to convert a byte array to decimal integer? Pin
Lim Bio Liong18-Oct-04 23:46
Lim Bio Liong18-Oct-04 23:46 
QuestionCan't change the font and text color of an edit box using CFontDialog ? Pin
VCSharp00718-Oct-04 20:47
VCSharp00718-Oct-04 20:47 
AnswerRe: Can't change the font and text color of an edit box using CFontDialog ? Pin
22491718-Oct-04 21:26
22491718-Oct-04 21:26 
GeneralMaximize MDI Child window when Main window is maximized Pin
ledallam18-Oct-04 20:45
ledallam18-Oct-04 20:45 
GeneralRe: Maximize MDI Child window when Main window is maximized Pin
Azghar Hussain18-Oct-04 22:38
professionalAzghar Hussain18-Oct-04 22:38 

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.