Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OpenGL vs. Direct3d Pin
Roger Allen8-Apr-03 1:36
Roger Allen8-Apr-03 1:36 
General2 questions Pin
Stan the man7-Apr-03 17:11
Stan the man7-Apr-03 17:11 
GeneralRe: 2 questions Pin
Dave Bryant7-Apr-03 17:32
Dave Bryant7-Apr-03 17:32 
GeneralRe: 2 questions Pin
J. Dunlap7-Apr-03 17:36
J. Dunlap7-Apr-03 17:36 
QuestionHow do it? Pin
shd41917-Apr-03 16:38
shd41917-Apr-03 16:38 
AnswerRe: How do it? Pin
Nick Parker7-Apr-03 16:46
protectorNick Parker7-Apr-03 16:46 
GeneralThank you. I have solved it. Pin
shd41917-Apr-03 16:56
shd41917-Apr-03 16:56 
GeneralTask Bar confusion! Help Pin
brigham_young7-Apr-03 15:16
brigham_young7-Apr-03 15:16 
I am creating an application which uses a "modified MDI-style" interface (Multiple SDI Windows) as described on MSDN. I have only 1 main frame window, and then from there you can open other different types of frame windows. The problem is that for each new frame that is created (I create a new frame and then call
pFrame->LoadFrame(WS_OVERLAPPEDWINDOW,NULL)), it adds another item to the windows task bar! -- a behavior which i wish to avoid if possible. I find that if I pass in a pointer to the main window (LoadFrame(WS_OVERLAPPEDWINDOW, AfxGetMainWnd()) that it prevents this behavior, but causes an even bigger problem: any frame windows spawned this way are always on top of the main frame window and obstruct my viewing it even when its active! (even if i set its style to WS_CLIPCHILDREN and WS_EX_TOPMOST)
I wish to find a solution that gets around both of these problems and am recruiting anyones help who knows.

Thanks so much,

Ben
GeneralRe: Task Bar confusion! Help Pin
Nick Parker7-Apr-03 16:34
protectorNick Parker7-Apr-03 16:34 
Generalabout GDI+ speed Pin
gata_jzx907-Apr-03 15:07
gata_jzx907-Apr-03 15:07 
GeneralRe: about GDI+ speed Pin
J. Dunlap7-Apr-03 17:34
J. Dunlap7-Apr-03 17:34 
GeneralRe: about GDI+ speed Pin
gata_jzx907-Apr-03 18:42
gata_jzx907-Apr-03 18:42 
Generalfread - reading ints & chars when records are 8 bytes Pin
Ted Christiansen7-Apr-03 13:30
Ted Christiansen7-Apr-03 13:30 
GeneralRe: fread - reading ints & chars when records are 8 bytes Pin
Dave Bryant7-Apr-03 13:52
Dave Bryant7-Apr-03 13:52 
GeneralDeclaring A DLL Pin
DuFF7-Apr-03 11:40
DuFF7-Apr-03 11:40 
GeneralRe: Declaring A DLL Pin
Jeremy Falcon7-Apr-03 11:55
professionalJeremy Falcon7-Apr-03 11:55 
GeneralRe: Declaring A DLL Pin
DuFF7-Apr-03 12:04
DuFF7-Apr-03 12:04 
GeneralRe: Declaring A DLL Pin
Dave Bryant7-Apr-03 12:18
Dave Bryant7-Apr-03 12:18 
Generalresize non-client area Pin
Jeremy Falcon7-Apr-03 11:25
professionalJeremy Falcon7-Apr-03 11:25 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:00
J. Dunlap7-Apr-03 12:00 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 12:06
professionalRavi Bhavnani7-Apr-03 12:06 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:21
J. Dunlap7-Apr-03 12:21 
GeneralRe: resize non-client area Pin
Jeremy Falcon7-Apr-03 12:22
professionalJeremy Falcon7-Apr-03 12:22 
GeneralRe: resize non-client area Pin
J. Dunlap7-Apr-03 12:35
J. Dunlap7-Apr-03 12:35 
GeneralRe: resize non-client area Pin
Ravi Bhavnani7-Apr-03 13:07
professionalRavi Bhavnani7-Apr-03 13:07 

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.