Click here to Skip to main content
15,902,492 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Tab Control Pin
vidya11017-Sep-07 20:07
vidya11017-Sep-07 20:07 
GeneralRe: Tab Control [modified] Pin
vidya11017-Sep-07 20:19
vidya11017-Sep-07 20:19 
GeneralRe: Tab Control Pin
helelark12317-Sep-07 20:25
helelark12317-Sep-07 20:25 
Questionhiding mouse cursor in window form Pin
Abbhie17-Sep-07 15:47
Abbhie17-Sep-07 15:47 
AnswerRe: hiding mouse cursor in window form Pin
vidya11017-Sep-07 19:37
vidya11017-Sep-07 19:37 
GeneralRe: hiding mouse cursor in window form Pin
Abbhie21-Sep-07 5:50
Abbhie21-Sep-07 5:50 
QuestionMinimizing multiple windows with VB 2005 Pin
davethespud17-Sep-07 13:17
davethespud17-Sep-07 13:17 
AnswerRe: Minimizing multiple windows with VB 2005 Pin
Luc Pattyn17-Sep-07 13:33
sitebuilderLuc Pattyn17-Sep-07 13:33 
Hi,

AFAIK when you show a main form, and it shows additional forms with either Show() or
ShowDialog(), you can pass an optional reference to your main form as the one argument
of Show()/ShowDialog(); if you do, all slave forms will follow their main form:
when the main form is minimized, so are the slave forms; and when the main form is restored,
so will be the slave forms. That is what form ownership is about.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Minimizing multiple windows with VB 2005 Pin
davethespud18-Sep-07 1:35
davethespud18-Sep-07 1:35 
QuestionWizard Control for vb.net 2005 Pin
Mr Oizo17-Sep-07 8:30
Mr Oizo17-Sep-07 8:30 
AnswerRe: Wizard Control for vb.net 2005 Pin
MartyK200719-Sep-07 2:46
MartyK200719-Sep-07 2:46 
GeneralRe: Wizard Control for vb.net 2005 Pin
Mr Oizo20-Sep-07 8:29
Mr Oizo20-Sep-07 8:29 
GeneralRe: Wizard Control for vb.net 2005 Pin
MartyK200720-Sep-07 21:56
MartyK200720-Sep-07 21:56 
QuestionFeatures with LINQ and DLINQ please help ? Pin
ozzyrocsdbn17-Sep-07 7:12
ozzyrocsdbn17-Sep-07 7:12 
AnswerRe: Features with LINQ and DLINQ please help ? Pin
Dave Kreskowiak17-Sep-07 7:37
mveDave Kreskowiak17-Sep-07 7:37 
GeneralRe: Features with LINQ and DLINQ please help ? Pin
ozzyrocsdbn17-Sep-07 22:29
ozzyrocsdbn17-Sep-07 22:29 
GeneralRe: Features with LINQ and DLINQ please help ? Pin
Dave Kreskowiak18-Sep-07 1:34
mveDave Kreskowiak18-Sep-07 1:34 
QuestionDeploying program question Pin
Cory Kimble17-Sep-07 7:03
Cory Kimble17-Sep-07 7:03 
AnswerRe: Deploying program question Pin
Dave Kreskowiak17-Sep-07 7:35
mveDave Kreskowiak17-Sep-07 7:35 
QuestionHow to Zip a folder Pin
Rupesh Kumar Swami17-Sep-07 5:31
Rupesh Kumar Swami17-Sep-07 5:31 
AnswerRe: How to Zip a folder Pin
Kschuler17-Sep-07 7:46
Kschuler17-Sep-07 7:46 
AnswerRe: How to Zip a folder Pin
Dave Kreskowiak17-Sep-07 7:48
mveDave Kreskowiak17-Sep-07 7:48 
AnswerRe: How to Zip a folder [modified] Pin
helelark12317-Sep-07 19:51
helelark12317-Sep-07 19:51 
GeneralRe: How to Zip a folder Pin
Dave Kreskowiak19-Sep-07 2:01
mveDave Kreskowiak19-Sep-07 2:01 
GeneralRe: How to Zip a folder Pin
helelark12324-Sep-07 4:48
helelark12324-Sep-07 4:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.