Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalhandling office menus from MFC app Pin
Abhi Lahare16-Apr-04 23:06
Abhi Lahare16-Apr-04 23:06 
GeneralRe: handling office menus from MFC app Pin
Branislav17-Apr-04 23:36
Branislav17-Apr-04 23:36 
Questionhow shall i add a button to IE toolbar using VC++(programmatically) Pin
NewtonOfComputers16-Apr-04 22:58
NewtonOfComputers16-Apr-04 22:58 
QuestionHow to change the description of an service shown in SCM Pin
Member 101882316-Apr-04 22:00
Member 101882316-Apr-04 22:00 
AnswerRe: How to change the description of an service shown in SCM Pin
22491716-Apr-04 22:01
22491716-Apr-04 22:01 
GeneralOrganizing an MFC MDI project Pin
rdunnill16-Apr-04 21:50
rdunnill16-Apr-04 21:50 
GeneralSending Data to COM1 Pin
Anonymous16-Apr-04 21:46
Anonymous16-Apr-04 21:46 
GeneralRe: Sending Data to COM1 Pin
Branislav17-Apr-04 0:45
Branislav17-Apr-04 0:45 
BOOL WriteFile(...) where if COM sending is successful return TRUE otherwise FALSE.
Change: if(error != 0) into if(error == FALSE) and read cbWritten to checkout numbers of characters that COM send.
if(cbWritten != len)
...

GeneralRe: Sending Data to COM1 Pin
Anonymous17-Apr-04 10:15
Anonymous17-Apr-04 10:15 
GeneralRe: Sending Data to COM1 Pin
Branislav17-Apr-04 22:43
Branislav17-Apr-04 22:43 
GeneralIs there a way to Pin
Anonymous16-Apr-04 19:18
Anonymous16-Apr-04 19:18 
GeneralRe: Is there a way to Pin
Robert A. T. Káldy16-Apr-04 23:54
Robert A. T. Káldy16-Apr-04 23:54 
GeneralRe: Is there a way to Pin
Branislav17-Apr-04 23:43
Branislav17-Apr-04 23:43 
Questionhow to conmnect Oracle with ADO Pin
tank102516-Apr-04 18:11
tank102516-Apr-04 18:11 
AnswerRe: how to conmnect Oracle with ADO Pin
22491716-Apr-04 19:19
22491716-Apr-04 19:19 
Questionwhat is thie error? Pin
tank102516-Apr-04 18:00
tank102516-Apr-04 18:00 
AnswerRe: what is thie error? Pin
Monty217-Apr-04 0:05
Monty217-Apr-04 0:05 
GeneralC++ Question Pin
RockmanHero200316-Apr-04 16:06
RockmanHero200316-Apr-04 16:06 
General(Fast) Discrete Cosine Transform (DCT) Pin
Alexander M.,16-Apr-04 13:26
Alexander M.,16-Apr-04 13:26 
GeneralRe: (Fast) Discrete Cosine Transform (DCT) Pin
Andrew Walker16-Apr-04 18:09
Andrew Walker16-Apr-04 18:09 
GeneralWide String CRT functions in Win98 Pin
Jim Crafton16-Apr-04 12:49
Jim Crafton16-Apr-04 12:49 
GeneralRe: Wide String CRT functions in Win98 Pin
Alexander M.,16-Apr-04 13:22
Alexander M.,16-Apr-04 13:22 
GeneralRe: Wide String CRT functions in Win98 Pin
Jim Crafton16-Apr-04 16:07
Jim Crafton16-Apr-04 16:07 
GeneralCHttpFile::SendRequestEX(length) Pin
aman200616-Apr-04 12:47
aman200616-Apr-04 12:47 
GeneralRe: CHttpFile::SendRequestEX(length) Pin
Hesham Amin16-Apr-04 23:38
Hesham Amin16-Apr-04 23: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.