Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUnable to set font to menu in Windows 2000 Pin
samhita12-Oct-03 19:37
samhita12-Oct-03 19:37 
GeneralFont Pin
act_x12-Oct-03 17:03
act_x12-Oct-03 17:03 
GeneralRe: Font Pin
Johann Gerell12-Oct-03 19:46
Johann Gerell12-Oct-03 19:46 
GeneralRect positioning Pin
act_x12-Oct-03 16:45
act_x12-Oct-03 16:45 
GeneralRe: Rect positioning Pin
YaronNir12-Oct-03 21:52
YaronNir12-Oct-03 21:52 
GeneralRe: UpdateData() and worker thread Pin
valikac12-Oct-03 16:32
valikac12-Oct-03 16:32 
QuestionHas Anyone ever had D3D Running FULLSCREEN in a SDI App?? Pin
Member 50926812-Oct-03 11:27
Member 50926812-Oct-03 11:27 
AnswerRe: Has Anyone ever had D3D Running FULLSCREEN in a SDI App?? Pin
Joey Bloggs12-Oct-03 15:47
Joey Bloggs12-Oct-03 15:47 
There are any number of DirectX / MFC integration samples around. Google for 'DirectX' 'MFC' or look thru http://www.flipcode.com/ or http://www.gdmag.com/homepage.htm

They are all quite naive but they work. If you want to go beyond them you need to override CWinApp::Run() in your application and using a HighPerformance timer to trigger rendering threads attached to all you 3d views (at your desired frame rate).

Now that they have changed the architecture again in dx9. You would have to use the IDirect3DDevice9::CreateAdditionalSwapChain to create additional back buffers for each view etc etc

The basic issue for SDI / Fullscreen swapping is that you will need to destroy and recreate the device when changing between them.
GeneralRe: Has Anyone ever had D3D Running FULLSCREEN in a SDI App?? Pin
Member 50926813-Oct-03 6:33
Member 50926813-Oct-03 6:33 
GeneralEnum problem Pin
Ziro_012-Oct-03 5:39
Ziro_012-Oct-03 5:39 
GeneralRe: Enum problem Pin
Michael Dunn12-Oct-03 7:52
sitebuilderMichael Dunn12-Oct-03 7:52 
GeneralRe: Enum problem Pin
Ziro_012-Oct-03 15:46
Ziro_012-Oct-03 15:46 
GeneralUpdateData() and worker thread Pin
AJ12312-Oct-03 5:24
AJ12312-Oct-03 5:24 
GeneralHarddisk partitions Pin
m.badran12-Oct-03 4:56
m.badran12-Oct-03 4:56 
GeneralRe: Harddisk partitions Pin
Michael Dunn12-Oct-03 7:54
sitebuilderMichael Dunn12-Oct-03 7:54 
GeneralRe: Harddisk partitions Pin
Chernobog112-Oct-03 21:37
Chernobog112-Oct-03 21:37 
GeneralRe: Harddisk partitions Pin
Michael Dunn13-Oct-03 4:43
sitebuilderMichael Dunn13-Oct-03 4:43 
GeneralCOleDropTarget::OnDragOver(), windows ignores my DROPEFFECT_NONE Pin
ohadp12-Oct-03 1:55
ohadp12-Oct-03 1:55 
GeneralNetwork Spy Pin
Stan the man12-Oct-03 1:49
Stan the man12-Oct-03 1:49 
GeneralNetwork Spy Pin
Stan the man12-Oct-03 1:48
Stan the man12-Oct-03 1:48 
GeneralRe: Network Spy Pin
Terry O'Nolley12-Oct-03 13:57
Terry O'Nolley12-Oct-03 13:57 
QuestionPossible to build static Libs with Ressources? Pin
conman11012-Oct-03 0:27
conman11012-Oct-03 0:27 
AnswerRe: Possible to build static Libs with Ressources? Pin
Mike Dimmick12-Oct-03 2:42
Mike Dimmick12-Oct-03 2:42 
GeneralRe: Possible to build static Libs with Ressources? Pin
conman11012-Oct-03 4:52
conman11012-Oct-03 4:52 
Generalsorry for the newbie questions hehe Pin
N.Byarley11-Oct-03 16:48
N.Byarley11-Oct-03 16:48 

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.