Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading certain bits Pin
Iain Clarke, Warrior Programmer8-Nov-02 4:58
Iain Clarke, Warrior Programmer8-Nov-02 4:58 
Questionhow to see preprocesor generated files? Pin
Rene De La Garza8-Nov-02 4:35
Rene De La Garza8-Nov-02 4:35 
AnswerRe: how to see preprocesor generated files? Pin
Stephane Rodriguez.8-Nov-02 4:57
Stephane Rodriguez.8-Nov-02 4:57 
GeneralRe: how to see preprocesor generated files? Pin
Rene De La Garza8-Nov-02 5:05
Rene De La Garza8-Nov-02 5:05 
GeneralOnEnterIdle and HTMLDialog Pin
Emmanuel Derriey8-Nov-02 4:09
Emmanuel Derriey8-Nov-02 4:09 
GeneralRe: OnEnterIdle and HTMLDialog Pin
includeh108-Nov-02 4:37
includeh108-Nov-02 4:37 
GeneralRe: OnEnterIdle and HTMLDialog Pin
Stephane Rodriguez.8-Nov-02 4:55
Stephane Rodriguez.8-Nov-02 4:55 
Generaltypedef struct Pin
Hugo Hallman8-Nov-02 2:45
Hugo Hallman8-Nov-02 2:45 
Why does some write:
typedef struct {
foo bar;
} MyStruct;
whilst I write
struct MyStruct {
foo bar;
};

I know that it's possible to declare LPMyStruct in the first example.
And why the _TAGMYSTRUCT in some cases?
GeneralRe: typedef struct Pin
jhwurmbach8-Nov-02 2:53
jhwurmbach8-Nov-02 2:53 
GeneralRe: typedef struct Pin
includeh108-Nov-02 3:41
includeh108-Nov-02 3:41 
GeneralRe: typedef struct Pin
jhwurmbach8-Nov-02 3:50
jhwurmbach8-Nov-02 3:50 
GeneralError when change CString data to CString data(in Hex format) Pin
ooosawaddee38-Nov-02 2:44
ooosawaddee38-Nov-02 2:44 
GeneralRe: Error when change CString data to CString data(in Hex format) Pin
jmkhael8-Nov-02 4:00
jmkhael8-Nov-02 4:00 
GeneralWindow coords and toolbar buttons Pin
S O S8-Nov-02 2:26
S O S8-Nov-02 2:26 
GeneralRe: Window coords and toolbar buttons Pin
benjymous8-Nov-02 3:57
benjymous8-Nov-02 3:57 
GeneralRe: Window coords and toolbar buttons Pin
S O S8-Nov-02 5:32
S O S8-Nov-02 5:32 
GeneralRe: Window coords and toolbar buttons Pin
Iain Clarke, Warrior Programmer8-Nov-02 5:29
Iain Clarke, Warrior Programmer8-Nov-02 5:29 
GeneralRe: Window coords and toolbar buttons Pin
S O S8-Nov-02 5:33
S O S8-Nov-02 5:33 
GeneralRe: Window coords and toolbar buttons Pin
Anonymous8-Nov-02 5:34
Anonymous8-Nov-02 5:34 
GeneralRe: Window coords and toolbar buttons Pin
Anonymous8-Nov-02 5:36
Anonymous8-Nov-02 5:36 
General"keyboard layout changed" event Pin
alex148-Nov-02 2:09
alex148-Nov-02 2:09 
GeneralCreation of a combobox/editbox from a derived listctrl. Pin
Joan M8-Nov-02 1:47
professionalJoan M8-Nov-02 1:47 
GeneralRe: Creation of a combobox/editbox from a derived listctrl. Pin
includeh108-Nov-02 3:59
includeh108-Nov-02 3:59 
GeneralRe: Creation of a combobox/editbox from a derived listctrl. Pin
Joan M8-Nov-02 4:18
professionalJoan M8-Nov-02 4:18 
QuestionHow to close an MDI view? Pin
Alexinuk8-Nov-02 1:20
Alexinuk8-Nov-02 1:20 

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.