Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OnFileOpen() extension Pin
Mad Docs Hairy Belly9-Mar-03 4:03
Mad Docs Hairy Belly9-Mar-03 4:03 
GeneralStatic Redraw Pin
Shotgun8-Mar-03 11:03
Shotgun8-Mar-03 11:03 
QuestionHow to hide the web browser control Pin
Hesham Amin8-Mar-03 10:37
Hesham Amin8-Mar-03 10:37 
AnswerRe: How to hide the web browser control Pin
Nish Nishant8-Mar-03 10:49
sitebuilderNish Nishant8-Mar-03 10:49 
GeneralRe: How to hide the web browser control Pin
Hesham Amin8-Mar-03 11:13
Hesham Amin8-Mar-03 11:13 
QuestionExit code 136? Pin
Jason Henderson8-Mar-03 10:22
Jason Henderson8-Mar-03 10:22 
GeneralMessage routing Pin
AnTri8-Mar-03 6:57
AnTri8-Mar-03 6:57 
GeneralRe: Message routing Pin
Kuniva8-Mar-03 7:25
Kuniva8-Mar-03 7:25 
Maybe...

Try handling all the messages in the tab class like this:
HWND dialog = GetParent(this);
PostMessage(dialog, themessage);

you can get themessage since it is specific to the handler in ur tabcontrol.
I wouldnt know though it's just a guess. Big Grin | :-D

Kuniva
--------------------------------------------
Generalfclose() error Pin
Kuniva8-Mar-03 6:00
Kuniva8-Mar-03 6:00 
GeneralRe: fclose() error Pin
Chris Losinger8-Mar-03 6:43
professionalChris Losinger8-Mar-03 6:43 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 7:16
Kuniva8-Mar-03 7:16 
GeneralRe: fclose() error Pin
Chris Losinger8-Mar-03 8:28
professionalChris Losinger8-Mar-03 8:28 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 7:42
Kuniva8-Mar-03 7:42 
GeneralRe: fclose() error Pin
Tim Smith8-Mar-03 16:13
Tim Smith8-Mar-03 16:13 
GeneralRe: fclose() error Pin
Kuniva8-Mar-03 8:11
Kuniva8-Mar-03 8:11 
GeneralRe: fclose() error Pin
Abbas_Riazi8-Mar-03 18:04
professionalAbbas_Riazi8-Mar-03 18:04 
GeneralModifyStyle dynamically Pin
Gumball8-Mar-03 5:37
Gumball8-Mar-03 5:37 
GeneralSchool Project in C Pin
Claus Jobes8-Mar-03 4:58
Claus Jobes8-Mar-03 4:58 
GeneralRe: School Project in C Pin
dog_spawn8-Mar-03 6:58
dog_spawn8-Mar-03 6:58 
GeneralRe: School Project in C Pin
Claus Jobes8-Mar-03 7:05
Claus Jobes8-Mar-03 7:05 
GeneralRe: School Project in C Pin
yaname8-Mar-03 12:38
yaname8-Mar-03 12:38 
GeneralRe: School Project in C Pin
Claus Jobes8-Mar-03 15:06
Claus Jobes8-Mar-03 15:06 
QuestionHow to detect that cd rom drive is opened? Pin
Mukkie8-Mar-03 3:39
Mukkie8-Mar-03 3:39 
GeneralCProgressBar Pin
wavewave8-Mar-03 1:19
wavewave8-Mar-03 1:19 
GeneralRe: CProgressBar Pin
AnTri8-Mar-03 7:11
AnTri8-Mar-03 7:11 

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.