May 18, 2002 #1 groner Programmer May 18, 2002 23 RO -How I can change the sceen resolution with line programming ? -How I create "aotorun" for run a programm to CD ? Thank You
-How I can change the sceen resolution with line programming ? -How I create "aotorun" for run a programm to CD ? Thank You
May 18, 2002 #2 mmilan Programmer Jan 22, 2002 839 GB I'm not entirely sure what you're asking in relation to screen resolution, but I would sugest you read abould Scale on forms. As for autorun, that's a bit easier: Put a file called autorun.inf in the root folder of the CD, and put in it something like Code: [autorun] open=upgrade\upgrade.exe icon=upgrade\upgrade.exe, 0 Obviously, you'll want to change the paths to your own code. Hope that helps you out... Upvote 0 Downvote
I'm not entirely sure what you're asking in relation to screen resolution, but I would sugest you read abould Scale on forms. As for autorun, that's a bit easier: Put a file called autorun.inf in the root folder of the CD, and put in it something like Code: [autorun] open=upgrade\upgrade.exe icon=upgrade\upgrade.exe, 0 Obviously, you'll want to change the paths to your own code. Hope that helps you out...