Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC function to get language info Pin
Kelly Yao15-Mar-01 14:24
Kelly Yao15-Mar-01 14:24 
GeneralRe: MFC function to get language info Pin
16-Mar-01 1:21
suss16-Mar-01 1:21 
GeneralQuestion about GetDlgCode... Pin
15-Mar-01 12:03
suss15-Mar-01 12:03 
GeneralSolving Differential Equation Pin
15-Mar-01 8:44
suss15-Mar-01 8:44 
GeneralRe: Solving Differential Equation Pin
15-Mar-01 9:02
suss15-Mar-01 9:02 
GeneralAccess to function in CmyappDoc class AND static CList Pin
Svein Ravndal15-Mar-01 8:15
Svein Ravndal15-Mar-01 8:15 
QuestionRead data from COM port or Driver??? Pin
Richard Cheng15-Mar-01 8:13
Richard Cheng15-Mar-01 8:13 
AnswerRe: Read data from COM port or Driver??? Pin
Erik Funkenbusch15-Mar-01 11:32
Erik Funkenbusch15-Mar-01 11:32 
Well, yes.. you can get the data directly from the COM port, but you'll have to know the format this data uses, and you'll have to disable the driver, since it will own the COM port exclusively.

COM ports act just like files, you open them as files and read from them like files. There are a few functions used to manipulate COM ports that do not apply to files though, these functions are SetCommState and SetCommTimeouts and they take the same file handle used in reading and writing to a file.

AnswerRe: Read data from COM port or Driver??? Pin
Tim Deveaux15-Mar-01 11:34
Tim Deveaux15-Mar-01 11:34 
AnswerRe: Read data from COM port or Driver??? (again) Pin
Tim Deveaux15-Mar-01 13:58
Tim Deveaux15-Mar-01 13:58 
GeneralProblem refreshing CListCtrl display Pin
Ken Thomas15-Mar-01 7:12
Ken Thomas15-Mar-01 7:12 
GeneralAdding a button next to... Pin
15-Mar-01 3:18
suss15-Mar-01 3:18 
GeneralRe: Adding a button next to... Pin
l a u r e n15-Mar-01 23:22
l a u r e n15-Mar-01 23:22 
QuestionHow gethostbyname() getting hostent information? Pin
Koteswara Rao Perumalla15-Mar-01 2:25
Koteswara Rao Perumalla15-Mar-01 2:25 
AnswerRe: How gethostbyname() getting hostent information? Pin
Erik Funkenbusch15-Mar-01 11:34
Erik Funkenbusch15-Mar-01 11:34 
GeneralRe: How gethostbyname() getting hostent information? Pin
2-May-01 22:27
suss2-May-01 22:27 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRegarding global variables in COM Pin
15-Mar-01 1:55
suss15-Mar-01 1:55 
GeneralRe: Regarding global variables in COM Pin
Erik Funkenbusch15-Mar-01 11:36
Erik Funkenbusch15-Mar-01 11:36 
GeneralRe: Regarding global variables in COM Pin
22-Mar-01 17:21
suss22-Mar-01 17:21 
GeneralRe: Regarding global variables in COM Pin
22-Mar-01 17:24
suss22-Mar-01 17:24 
Generalinterface Pin
15-Mar-01 0:44
suss15-Mar-01 0:44 
GeneralRe: interface Pin
Erik Thompson15-Mar-01 7:44
sitebuilderErik Thompson15-Mar-01 7:44 
GeneralMenu and CPropertySheet Pin
14-Mar-01 22:44
suss14-Mar-01 22:44 

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.