-
explain convention use while naming form controlin visual basic?
Powered by Yahoo!
-
Generally when you start a new exe in VB6 the form is named as Form1 and is the startup form. You can change it's name though and customize the form you want to start-up. You can also specify the program to laod froma module by declaring a Sub Main()
function there.
There are no hard and fast rules but generally Project names should start with prj- adn form names with frm- or perhaps modules with mod-
Be creative and use your own names.. in that way you avoid monotony and lose the risk of being bored with the great IDE.
Powered by Yahoo!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks