Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Window Caption HelpButton
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Window Caption HelpButton

 Post Reply Post Reply
Author
Message Reverse Sort Order
TShriver View Drop Down
Groupie
Groupie
Avatar

Joined: 27 July 2008
Location: United States
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote TShriver Quote  Post ReplyReply Direct Link To This Post Topic: Window Caption HelpButton
    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!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.094 seconds.