Click here to Skip to main content
15,889,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why cann't I call GetWindowModuleFileName in my raw api App? Pin
Aaron K.B. Huang19-Mar-02 3:10
Aaron K.B. Huang19-Mar-02 3:10 
QuestionHWND typecast ? Pin
Thomas Andersen18-Mar-02 21:00
Thomas Andersen18-Mar-02 21:00 
AnswerRe: HWND typecast ? Pin
alex.barylski18-Mar-02 21:16
alex.barylski18-Mar-02 21:16 
GeneralRe: HWND typecast ? Pin
Thomas Andersen18-Mar-02 21:41
Thomas Andersen18-Mar-02 21:41 
GeneralRe: HWND typecast ? Pin
alex.barylski18-Mar-02 22:00
alex.barylski18-Mar-02 22:00 
GeneralRe: HWND typecast ? Pin
Thomas Andersen18-Mar-02 22:15
Thomas Andersen18-Mar-02 22:15 
GeneralRe: HWND typecast ? Pin
alex.barylski19-Mar-02 10:01
alex.barylski19-Mar-02 10:01 
GeneralRe: HWND typecast ? Pin
Thomas Andersen20-Mar-02 3:41
Thomas Andersen20-Mar-02 3:41 
Actually Cool:Gen is so restrictive that the only thing you type are descriptions and if necessary the contents of a hardcoded textstring..

All the rest is donew by clicking with the mouse and in theory it's impossible to make invalid code.. (works app. 95% of the time, if you are not trying anything to fancy like using OLE or ActiveX objects Smile | :) )

based on what ou just cliked on you are presented with a selection of valid arguments/variables you can use.. It's a rather complex tool containing both datamodelling, Database s tructure and documentation. Besides that it can generate both C, Cobol java and ASP/COM and several other languages to sevaral DBMS'es based on the same code you clicked in.. Very highlevel language..
Compared to it VB would be like assembler.. The price for this is that you are very limited in what your code can do..

BTW: I tried you code and I found that I had to use atol on my LPCSTR and then use HWND = (HWND) long .. But I wouldn't have made it without your help...


/Thomas
GeneralCBitmapButton & LoadImage (help) Pin
kvgraphiti18-Mar-02 20:49
kvgraphiti18-Mar-02 20:49 
GeneralRe: CBitmapButton & LoadImage (help) Pin
alex.barylski18-Mar-02 21:20
alex.barylski18-Mar-02 21:20 
GeneralRe: CBitmapButton & LoadImage (help) Pin
kvgraphiti19-Mar-02 6:34
kvgraphiti19-Mar-02 6:34 
Generalnoob advice Pin
18-Mar-02 20:05
suss18-Mar-02 20:05 
GeneralRe: noob advice Pin
alex.barylski18-Mar-02 21:24
alex.barylski18-Mar-02 21:24 
GeneralRe: noob advice Pin
Todd Smith19-Mar-02 7:09
Todd Smith19-Mar-02 7:09 
GeneralRe: noob advice Pin
Michael P Butler18-Mar-02 22:05
Michael P Butler18-Mar-02 22:05 
Generalnetwork speed Pin
18-Mar-02 19:38
suss18-Mar-02 19:38 
GeneralCommon linker errors LNK:2001/1120 Pin
Coremn18-Mar-02 19:32
Coremn18-Mar-02 19:32 
GeneralRe: Common linker errors LNK:2001/1120 Pin
Paul M Watt18-Mar-02 19:56
mentorPaul M Watt18-Mar-02 19:56 
GeneralDisabled edit control with colored text Pin
Jack Handy18-Mar-02 18:46
Jack Handy18-Mar-02 18:46 
GeneralRe: Disabled edit control with colored text Pin
Paul M Watt18-Mar-02 19:53
mentorPaul M Watt18-Mar-02 19:53 
GeneralRe: Disabled edit control with colored text Pin
Jack Handy18-Mar-02 20:03
Jack Handy18-Mar-02 20:03 
GeneralRe: Disabled edit control with colored text Pin
Jack Handy18-Mar-02 22:41
Jack Handy18-Mar-02 22:41 
GeneralRe: Disabled edit control with colored text Pin
Tomasz Sowinski18-Mar-02 23:29
Tomasz Sowinski18-Mar-02 23:29 
GeneralCancelling ESC in dialogs Pin
alex.barylski18-Mar-02 17:36
alex.barylski18-Mar-02 17:36 
GeneralRe: Cancelling ESC in dialogs Pin
Paul M Watt18-Mar-02 17:45
mentorPaul M Watt18-Mar-02 17: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.