Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
'Whats this Help' in vB
Name: Dan Date: February 24, 2002 at 15:27:52 Pacific
Comment:
How do you use the "Whats this Help" in visual basic? Explain it to me good cause im a noob! Thx
first you need to create a HLP file using WinHelp. then associate this file with your VB application. set the "whats this help" properties to true, remove the min and max buttons
set the whats this help ID of each control to a proper value.
run the applicaton and your problem should be solved
Summary: It's the Text property i want to change. lol yeh i wasn't sure about that either but i that's what it said in the good ol' help files and without that declaration the text property doesn't appear in t...
Summary: I am creating a windows media player in vb.net. It is using the interface right within visual basic.net. I need help coding this media player7. Please help!! I need help in VB.net coding the media ...