Window Caption HelpButton |
Post Reply |
Author | |
TShriver
Groupie Joined: 27 July 2008 Location: United States Status: Offline Points: 34 |
Post Options
Thanks(0)
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!
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |