| View previous topic :: View next topic |
| Author |
Message |
VDSuser Contributor


Joined: 21 Mar 2002 Posts: 58 Location: Somewhere in time
|
Posted: Sat Jun 29, 2002 2:29 pm Post subject: XP Buttons |
|
|
I know this had to have been covered before. Sorry, if I missed it.
Why do XP-style buttons appear during VDS4.5 design time but not during run time? How do I correct this? 8O |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Jun 29, 2002 3:39 pm Post subject: XP Buttons |
|
|
The reason that the XP buttons appear in the design time is because the VDS Program Folder includes .manifest files. These files tell the program to the the XP styles when available. If you look into the VDS Program folder, you will see files (they may be hidden) called like "vds.exe.manifest". When you run vds.exe it uses this manifest file, therefore, when you run your program in VDS, it uses the manifest file. When you compile the VDS exe, there is not .manifest file around. You then have to create one. I hope this helps.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team
Last edited by FreezingFire on Sun Jun 30, 2002 5:33 pm; edited 1 time in total |
|
| Back to top |
|
 |
VDSuser Contributor


Joined: 21 Mar 2002 Posts: 58 Location: Somewhere in time
|
Posted: Sat Jun 29, 2002 3:53 pm Post subject: |
|
|
Hmm... Interesting.
I copied vds.exe.manifest to my program folder, renamed it <progname>.exe.manifest and it worked.
Seems like a backhanded way to do things (VDS should have this built in) but, hey, works is works.
Thanks for the tip!  |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Sat Jun 29, 2002 3:54 pm Post subject: |
|
|
Hi FreezingFire,
I'm not sure if you've signed up yet at the main VDSWORLD site, but if you
did, it's easily possible to upload your VDS related files there.
Just click New File in the Authors menu, select the category, put a title and
version, select the VDS version required, put the destination filename in the
File URL field, for example manifest.zip, select the appropriate file in the
Upload field and put a description. Then submit. The date and size fields
will be filled up automatically in this case.
Tommy |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Jun 29, 2002 4:02 pm Post subject: XP Buttons |
|
|
Hi Tommy,
I think I'll sign up for the authors section in VDSWORLD...thanks for reminding me I could do that!  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Jun 29, 2002 4:12 pm Post subject: XP Buttons |
|
|
Also, VDSUser, you can use these manifest files on just about any application on Windows XP to update their controls.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team
Last edited by FreezingFire on Wed Mar 03, 2004 12:48 am; edited 1 time in total |
|
| Back to top |
|
 |
VDSuser Contributor


Joined: 21 Mar 2002 Posts: 58 Location: Somewhere in time
|
Posted: Sun Jun 30, 2002 7:36 pm Post subject: |
|
|
As I have been. It works well. Thank you again.  |
|
| Back to top |
|
 |
|