|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How To Create New Form From Form Or Tabs On A FormHello,
Is it possible to do any of the following in the same application? (1) Have a form open up other forms (windows). (2) Have tabs with a form. Thanks, Christopher Lusardi 1. Put a button on first form and tell it to show or showdialog in button
click event. 2. Tabcontrol? -- Show quoteHide quoteGet a powerful web, database, application, and email hosting with KJM Solutions http://www.kjmsolutions.com "Christopher Lusardi" <clusard***@aol.com> wrote in message news:1147890272.861336.80100@g10g2000cwb.googlegroups.com... > Hello, > > Is it possible to do any of the following in the same application? > > (1) Have a form open up other forms (windows). > (2) Have tabs with a form. > > Thanks, > Christopher Lusardi > vbnetdev wrote:
> 1. Put a button on first form and tell it to show or showdialog in button Is there anything wrong with using the "visible" property? I will only> click event. have a few controls, and only one is main one. Chris Lusardi Show quoteHide quote > "Christopher Lusardi" <clusard***@aol.com> wrote in message > news:1147890272.861336.80100@g10g2000cwb.googlegroups.com... > > Hello, > > > > Is it possible to do any of the following in the same application? > > > > (1) Have a form open up other forms (windows). > > (2) Have tabs with a form. Hi Christopher,
Regarding question number 2, you can create your own custom control (deriving from System.Windows.Forms.UserControl) and include it as content to various TabPage objects in a TabControl. However, you can not embed Form instances in another non-toplevel control. Show quoteHide quote "Christopher Lusardi" wrote: > Hello, > > Is it possible to do any of the following in the same application? > > (1) Have a form open up other forms (windows). > (2) Have tabs with a form. > > Thanks, > Christopher Lusardi > >
Get Element Value
MAPI mail Create DB Example - It works, but is it right? Cannot insert explict value for identity column in table 'Employees' when IDENTITY_INSERT is set to XML From Stored Proc Listbox problem Using Office functions question - type mismatch error how to go to specific row in hashtable based on value - not key? iDisposable and database connection to SQL Different versions of Office |
|||||||||||||||||||||||