Print Page | Close Window

Window Caption HelpButton

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=23883
Printed Date: 27 September 2024 at 2:27pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Window Caption HelpButton
Posted By: TShriver
Subject: Window Caption HelpButton
Date Posted: 21 July 2019 at 5:31pm
In the Skin Builder, I have the ability to create/modify the Window.Caption Button.Help image.  How can I enable this button in a vb6 app.  I already use it in .net using the following:

        With Me
            .Size = New Size(753, 398)
            .FormBorderStyle = Windows.Forms.FormBorderStyle.FixedDialog
            .MinimizeBox = False
            .MaximizeBox = False
            .AcceptButton = btnContinue
            .CancelButton = btnCancel
            .HelpButton = True
            .CenterToScreen()
        End With

Thank you!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net