Click here to Skip to main content
15,905,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A dll question Pin
dzenan14-Jul-03 23:35
dzenan14-Jul-03 23:35 
GeneralWaitForSingleObject Pin
act_x14-Jul-03 9:59
act_x14-Jul-03 9:59 
GeneralRe: WaitForSingleObject Pin
Joaquín M López Muñoz14-Jul-03 10:14
Joaquín M López Muñoz14-Jul-03 10:14 
GeneralRe: WaitForSingleObject Pin
act_x14-Jul-03 10:29
act_x14-Jul-03 10:29 
GeneralRe: WaitForSingleObject Pin
Joaquín M López Muñoz14-Jul-03 11:22
Joaquín M López Muñoz14-Jul-03 11:22 
GeneralRe: WaitForSingleObject Pin
JT Anderson15-Jul-03 7:54
JT Anderson15-Jul-03 7:54 
QuestionHow to pop up a window Pin
Shay Harel14-Jul-03 9:49
Shay Harel14-Jul-03 9:49 
AnswerRe: How to pop up a window Pin
PJ Arends14-Jul-03 10:04
professionalPJ Arends14-Jul-03 10:04 
pObject points to your class, you just have to type cast it.
CLogViewFrame *pLogViewFrame = dynamic_cast<CLogViewFrame *>(pObject);
ASSERT (pLogViewFrame);
Untested code.







Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
GeneralRe: How to pop up a window Pin
Shay Harel14-Jul-03 10:07
Shay Harel14-Jul-03 10:07 
QuestionHow to add dll to a VC++.NET project? Pin
mr200314-Jul-03 9:33
mr200314-Jul-03 9:33 
GeneralList box won't scroll ...... Pin
Shay Harel14-Jul-03 8:22
Shay Harel14-Jul-03 8:22 
GeneralRe: List box won't scroll ...... Pin
Shay Harel14-Jul-03 8:29
Shay Harel14-Jul-03 8:29 
GeneralDirectShow .NET HELP!!!! Pin
Brian JR14-Jul-03 8:15
Brian JR14-Jul-03 8:15 
GeneralRe: DirectShow .NET HELP!!!! Pin
Andrew Walker14-Jul-03 15:30
Andrew Walker14-Jul-03 15:30 
GeneralRe: DirectShow .NET HELP!!!! Pin
Brian JR14-Jul-03 16:16
Brian JR14-Jul-03 16:16 
GeneralRe: DirectShow .NET HELP!!!! Pin
J. Dunlap14-Jul-03 21:15
J. Dunlap14-Jul-03 21:15 
GeneralRe: DirectShow .NET HELP!!!! Pin
Brian JR15-Jul-03 7:47
Brian JR15-Jul-03 7:47 
GeneralRe: DirectShow .NET HELP!!!! Pin
Brian JR15-Jul-03 8:54
Brian JR15-Jul-03 8:54 
GeneralLarge fonts in Windows XP Pin
Navin14-Jul-03 8:04
Navin14-Jul-03 8:04 
GeneralCommunicating C++ and C# Pin
pdunn14-Jul-03 7:45
pdunn14-Jul-03 7:45 
GeneralModeless windows Pin
Jay Hova14-Jul-03 7:40
Jay Hova14-Jul-03 7:40 
GeneralRe: Modeless windows Pin
Joaquín M López Muñoz14-Jul-03 10:23
Joaquín M López Muñoz14-Jul-03 10:23 
GeneralRe: Modeless windows Pin
Toni7814-Jul-03 19:30
Toni7814-Jul-03 19:30 
GeneralRe: Modeless windows Pin
Jay Hova15-Jul-03 1:19
Jay Hova15-Jul-03 1:19 
GeneralRe: Modeless windows Pin
Toni7815-Jul-03 15:50
Toni7815-Jul-03 15:50 

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.