| View previous topic :: View next topic |
| Author |
Message |
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
Posted: Nov 12th, 2003 02:14 AM Post subject: True XP Style Stuff in your App. |
|
|
Hello!
The following attached module lets you add xp style to your app. Just add the module into your app. and complie it and you'll see your app. becoming xp style.
Add the following code to your app. to initialize the module.
| Code: | Private Sub Form_Initialize()
XPStyle
End Sub |
This will make your app. xp style but you won't be able to see the changes when running the app. within vb (using F5 thing). You must compile the project and run the compiled .exe file created.
Hope this works and helps!
Thanks! _________________ Code Snippets, Tutorials, Utilities, Controls
Low cost Web Hosting
Hosting starts at as low as $4 per year!
Always follow posting guidelines
Put your VB code in [vb ] your code [ /vb] tags! |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Nov 12th, 2003 04:03 PM Post subject: |
|
|
What does this do? Create the manifest that'll be correct for sure? _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Nov 14th, 2003 04:20 PM Post subject: |
|
|
Good idea! I never thought of it!  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|