fkheng Posted May 22, 2003 Posted May 22, 2003 In VB6, to unload a form, we jsut typed "Unload Me" What do I type in VB.NET? is there a similar syntax? Also, wat's the difference between a Windows Form and an Inherited Form? Wat's a user control and a user-inherited control? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
Administrators PlausiblyDamp Posted May 22, 2003 Administrators Posted May 22, 2003 me.close Inherited Forms Inherit their UI and Code from another Windows Form Inherited Controls also inherit their functionality from another control. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
fkheng Posted May 22, 2003 Author Posted May 22, 2003 i see ok, i know wat a form is wat about a control? wat is a control, is it a user defined control or wat? is it a component? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
*Experts* Nerseus Posted May 22, 2003 *Experts* Posted May 22, 2003 I think you should poke around the Help files for awhile. There are some very basic concepts that the help covers very well that would take too long to cover here. You might also search google for "Visual Basic .NET Tutorial" or something similar to find some basic tutorials on the language, forms, inheritence, etc. or pick up a cheap book online, from your local bookstore or my favorite, a library (free!). If you have specific questions we're always glad to help :) -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
fkheng Posted May 22, 2003 Author Posted May 22, 2003 ok, i think i roughly get the stuff, except for a confirmation on the definition of a control...could u explain to me? Quote Can you bind the beautiful Pleiades, and can you loose the cords of Orion? - God to Job...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.