Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTreeCtrl - OnSelChange() Pin
JensB3-Apr-03 19:43
JensB3-Apr-03 19:43 
GeneralGlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:17
Justin Hallet3-Apr-03 3:17 
GeneralRe: GlobalAlloc fails! Pin
Chris Losinger3-Apr-03 3:25
professionalChris Losinger3-Apr-03 3:25 
GeneralRe: GlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:30
Justin Hallet3-Apr-03 3:30 
GeneralRe: GlobalAlloc fails! Pin
Chris Losinger3-Apr-03 3:39
professionalChris Losinger3-Apr-03 3:39 
GeneralRe: GlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:46
Justin Hallet3-Apr-03 3:46 
GeneralSW_SHOW, HIDE Pin
ns3-Apr-03 3:11
ns3-Apr-03 3:11 
GeneralRe: SW_SHOW, HIDE Pin
Chris Losinger3-Apr-03 3:19
professionalChris Losinger3-Apr-03 3:19 
did you try "Find in Files" for SW_HIDE, in your Vc98\Include folder ?

from WinUser.h:

// begin_r_winuser

/*
* ShowWindow() Commands
*/
#define SW_HIDE 0
#define SW_SHOWNORMAL 1
#define SW_NORMAL 1
#define SW_SHOWMINIMIZED 2
#define SW_SHOWMAXIMIZED 3
#define SW_MAXIMIZE 3
#define SW_SHOWNOACTIVATE 4
#define SW_SHOW 5
#define SW_MINIMIZE 6
#define SW_SHOWMINNOACTIVE 7
#define SW_SHOWNA 8
#define SW_RESTORE 9
#define SW_SHOWDEFAULT 10
#define SW_FORCEMINIMIZE 11
#define SW_MAX 11

-c



Image tools: ThumbNailer, Bobber, TIFFAssembler
GeneralI did look with find in files.... Pin
ns3-Apr-03 3:27
ns3-Apr-03 3:27 
GeneralVery Hard Frame/view/doc question! Pin
zhangyifei3-Apr-03 2:29
zhangyifei3-Apr-03 2:29 
GeneralRe: Very Hard Frame/view/doc question! Pin
SchmoBoy3-Apr-03 4:41
SchmoBoy3-Apr-03 4:41 
GeneralRe: Very Hard Frame/view/doc question! Pin
zhangyifei3-Apr-03 20:49
zhangyifei3-Apr-03 20:49 
GeneralQuestion about hooking APIs Pin
codeant3-Apr-03 2:29
codeant3-Apr-03 2:29 
GeneralRe: Question about hooking APIs Pin
User 66583-Apr-03 3:06
User 66583-Apr-03 3:06 
GeneralRe: Question about hooking APIs Pin
codeant4-Apr-03 18:10
codeant4-Apr-03 18:10 
GeneralRe: Question about hooking APIs Pin
User 66585-Apr-03 1:32
User 66585-Apr-03 1:32 
GeneralRe: Question about hooking APIs Pin
codeant5-Apr-03 18:59
codeant5-Apr-03 18:59 
GeneralA Frame/view/doc question! Very Hard Pin
zhangyifei3-Apr-03 2:26
zhangyifei3-Apr-03 2:26 
GeneralNewbie help, API Pin
bob_0003-Apr-03 1:26
bob_0003-Apr-03 1:26 
GeneralRe: Newbie help, API Pin
Mike Upton3-Apr-03 4:53
Mike Upton3-Apr-03 4:53 
GeneralImage attributes (eps and cgm) Pin
vandaley3-Apr-03 0:44
vandaley3-Apr-03 0:44 
QuestionHow can I find a win32 version of lex? Pin
xiaochnegwx3-Apr-03 0:24
xiaochnegwx3-Apr-03 0:24 
AnswerRe: How can I find a win32 version of lex? Pin
Johnny ²3-Apr-03 0:46
Johnny ²3-Apr-03 0:46 
QuestionHow to create a directory Pin
Anonymous2-Apr-03 23:39
Anonymous2-Apr-03 23:39 
AnswerRe: How to create a directory Pin
Joan M2-Apr-03 23:56
professionalJoan M2-Apr-03 23:56 

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.