|
-
December 13th, 2008, 01:50 AM
#1
[RESOLVED] Resolution
Hi
I wanna ask how i can make a simple application getting with one button the resolution of the monitor that have the curret moment( for example 800x600) and return it to user by message
-
December 13th, 2008, 01:52 AM
#2
Re: Resolution
Did you even bother to search existing information here on CodeGuru???
"Help comes best to those who show a serious effort"
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
December 13th, 2008, 09:42 AM
#3
-
December 13th, 2008, 09:19 PM
#4
Re: Resolution
Learn to Search on MSDN and Google Groups for such a question answered 150000 times...
-
December 14th, 2008, 12:52 AM
#5
Re: Resolution
Hey ok.. sorry.. If it bother you so much my question dont have to post..
-
December 15th, 2008, 07:40 AM
#6
Re: Resolution
 Originally Posted by Leite33
Hey ok.. sorry.. If it bother you so much my question dont have to post..
The link I provided had the EXACT answer to your post.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
-
December 25th, 2008, 06:23 AM
#7
Re: [RESOLVED] Resolution
 Originally Posted by Leite33
I wanna ask how i can make a simple application getting with one button the resolution of the monitor that have the curret moment( for example 800x600) and return it to user by message
Let's dissect this to some simpler statements:- "make a simple application" must mean either console app or a dialog app
- "with one button" ultimately means the application is a dialog
- "get the resolution of the monitor" implies a single Window API call done in button click handler
- "return it by message" must mean you design the form of "message" first: it might be a message box, or some text box in the dialog, or something else...
What is the one of the above that currently is a stopper for you?
Best regards,
Igor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|