Board index » delphi » Change Screen Resolution?
Fred Mandal
![]() Delphi Developer |
Mon, 25 Aug 2003 06:58:39 GMT
|
Fred Mandal
![]() Delphi Developer |
Mon, 25 Aug 2003 06:58:39 GMT
Change Screen Resolution?
Hello!
I'm sharing my computer with my dad, and he wants to use 800x600 while I use 1024x768, so I'm wondering if anyone knows a way to change the screen resolution through a small Delphi-written app? Hope someone can help me out! Fred Mandal |
M.H. Avegaar
![]() Delphi Developer |
Mon, 25 Aug 2003 16:31:16 GMT
Re:Change Screen Resolution?Why write your own program ? The following tool is freeware (for personal use): http://www.jddesign.freeserve.co.uk/vidres.htm ps. If you want to do the same in Delphi you should lookup: "Fred Mandal" <sin...@punkass.com> schreef in bericht Quote> Hello! |
Terry Russel
![]() Delphi Developer |
Tue, 26 Aug 2003 09:59:24 GMT
Re:Change Screen Resolution?you could include a call or use a shortcut in start to run C:\WINDOWS\CONTROL.EXE desk.cpl,display,3 this brings up the display control showing the resolution panel Quote"M.H. Avegaart" <avegaartNOS...@mccomm.nl> wrote in message news:987g0n$k8v$1@porthos.nl.uu.net... |
Star
![]() Delphi Developer |
Thu, 28 Aug 2003 21:44:17 GMT
Re:Change Screen Resolution?You could also have your own log-in and personal preferences inc video, sound, desktop layouts, etc - check the User Control Panels. -- Starb * ----------------------------------------------------------------* Quote"Fred Mandal" <sin...@punkass.com> wrote in message Quote> Hello! |
Ashwin D'Cost
![]() Delphi Developer |
Thu, 13 Nov 2003 09:26:59 GMT
Re:Change Screen Resolution?I wrote such a utility. Assuming that each user has a different logon name to Windows then the utility Please let me know if you are still interested. QuoteFred Mandal wrote: |
Tria
![]() Delphi Developer |
Thu, 13 Nov 2003 15:15:36 GMT
Re:Change Screen Resolution?If you are using Windows 9.x / ME / NT / 2000 And are using a different logon name to log into Windows,you'll have two different profiles.You will not need any programs. Just change the resolution to what you want on your own profile. But if you only use one username and only want to use one username,I have a Best Regards, Quote"Ashwin D'Costa" <adco...@optushome.com.au> wrote in message Quote> I wrote such a utility. |
Fred Manda
![]() Delphi Developer |
Fri, 14 Nov 2003 22:10:18 GMT
Re:Change Screen Resolution?Thanks, but no thanks. I finally found the API-command... So my problems are solved. Fred Mandal Ashwin D'Costa <adco...@optushome.com.au> skrev i Quote> I wrote such a utility. |