Click here to Skip to main content
15,916,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing exe name. Pin
Matt Gates12-Sep-03 7:42
Matt Gates12-Sep-03 7:42 
QuestionHow to search a device,such as USB device? Pin
njbull11-Sep-03 17:58
njbull11-Sep-03 17:58 
QuestionIs there any method for drawing box without using MFC? Pin
nwillie11-Sep-03 17:46
nwillie11-Sep-03 17:46 
GeneralPrint Picture Pin
vancouver77711-Sep-03 16:36
vancouver77711-Sep-03 16:36 
GeneralRe: Print Picture Pin
cje12-Sep-03 4:42
cje12-Sep-03 4:42 
GeneralRe: Print Picture Pin
sdfdsfa12-Sep-03 5:15
sdfdsfa12-Sep-03 5:15 
GeneralRe: Print Picture Pin
vancouver77712-Sep-03 5:15
vancouver77712-Sep-03 5:15 
GeneralDocument Depends On View Size Pin
Shawn Carroll11-Sep-03 13:57
Shawn Carroll11-Sep-03 13:57 
Hello,

I'm trying to write a Scene Editor for a 3d engine. In doing this, I have to use Direct3D which means all my surfaces and what not depend on the size of my view.

The only solution I have come up with so far is to create all my stuff, wait until the view is opened so I can get the correct size of it and in it's OnDraw method, initialize Direct3D with the size of the view. I would like to move some of the Direct3D stuff over to my Document class so that they can share this with other views but I'm not sure how to do this. The view hasn't been created by the time OnNewDocument is called so I can't get the right size.

Any ideas?

Thanks
Shawn
QuestionSort a combo box alphabetically *and* numerically? Pin
Member 9611-Sep-03 12:54
Member 9611-Sep-03 12:54 
AnswerRe: Sort a combo box alphabetically *and* numerically? Pin
Ryan_Roberts11-Sep-03 14:02
Ryan_Roberts11-Sep-03 14:02 
GeneralRe: Sort a combo box alphabetically *and* numerically? Pin
Member 9611-Sep-03 14:06
Member 9611-Sep-03 14:06 
AnswerRe: Sort a combo box alphabetically *and* numerically? Pin
JWood11-Sep-03 14:05
JWood11-Sep-03 14:05 
GeneralRe: Sort a combo box alphabetically *and* numerically? Pin
Member 9611-Sep-03 14:37
Member 9611-Sep-03 14:37 
AnswerRe: Sort a combo box alphabetically *and* numerically? Pin
Abin11-Sep-03 14:19
Abin11-Sep-03 14:19 
GeneralRe: Sort a combo box alphabetically *and* numerically? Pin
Member 9611-Sep-03 14:38
Member 9611-Sep-03 14:38 
AnswerRe: Sort a combo box alphabetically *and* numerically? Pin
Ian Darling12-Sep-03 0:28
Ian Darling12-Sep-03 0:28 
GeneralRe: Sort a combo box alphabetically *and* numerically? Pin
Member 9612-Sep-03 4:47
Member 9612-Sep-03 4:47 
QuestionHow to change the name and title of my application? Pin
Binayak11-Sep-03 11:57
Binayak11-Sep-03 11:57 
AnswerRe: How to change the name and title of my application? Pin
JWood11-Sep-03 14:08
JWood11-Sep-03 14:08 
AnswerRe: How to change the name and title of my application? Pin
JWood11-Sep-03 14:18
JWood11-Sep-03 14:18 
AnswerRe: How to change the name and title of my application? Pin
Dangleberry11-Sep-03 22:03
sussDangleberry11-Sep-03 22:03 
QuestionHow to change the Icon on Top left hand Corner? Pin
Binayak11-Sep-03 9:06
Binayak11-Sep-03 9:06 
AnswerRe: How to change the Icon on Top left hand Corner? Pin
Alvaro Mendez11-Sep-03 9:37
Alvaro Mendez11-Sep-03 9:37 
GeneralRe: How to change the Icon on Top left hand Corner? Pin
Binayak11-Sep-03 9:48
Binayak11-Sep-03 9:48 
GeneralPlatform SDK Pin
Anonymous11-Sep-03 8:14
Anonymous11-Sep-03 8:14 

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.