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
Printable View
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
Did you even bother to search existing information here on CodeGuru???
"Help comes best to those who show a serious effort"
Learn to Search on MSDN and Google Groups for such a question answered 150000 times...
Hey ok.. sorry.. If it bother you so much my question dont have to post..
Let's dissect this to some simpler statements:What is the one of the above that currently is a stopper for you?
- "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...