VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Windows XP Controls Initialiser 1.0 This module adds support for the Windows XP themes engine by au

Jonathan Liu  (9 Submissions)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Thu 7th February 2002   Mon 8th February 2021

Windows XP Controls Initialiser 1.0 This module adds support for the Windows XP themes engine by automatically configuring your application on

API Declarations


'by Buttress Root Software
'
'Programmed by Jonathan Liu
'Copyright ©1999-2371 Buttress Root Software. All rights reserved.
'
'How to use:
'1. Add the module to your project
'2. If you are using Windows Common Controls, make sure it uses Comctl32.dll
'3. Add "Call InitialiseXPControls" to your startup code
' (usually "Private Sub Form_Initialize()" or "Sub Main()")
'
'Issues and fixes
'----------------
'Issue: Command buttons display incorrectly when contained
' in frames
'Fix: 1. Select controls contained within the frame
' 2. Cut the controls
' 3. Paste it on the form (not on the frame)
' 4. Move the controls to their previous location on the frame
' 5. Right click on the selected controls
' 6. Click on "Bring to Front"
' 7. Click on the frame
' 8. Click on "Send to Back"

Option Explicit
Private Declare Function InitCommonControls Lib "Comctl32.dll" () As Long


Rate Windows XP Controls Initialiser 1.0 This module adds support for the Windows XP themes engine by au (2(2 Vote))
Windows XP Controls Initialiser 1.0 This module adds support for the Windows XP themes engine by au.bas

Windows XP Controls Initialiser 1.0 This module adds support for the Windows XP themes engine by au Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters