Click here to Skip to main content
15,892,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBuiliding A Spreadsheet Application (new project) Pin
Forjat22-Feb-09 5:01
Forjat22-Feb-09 5:01 
AnswerRe: Builiding A Spreadsheet Application (new project) Pin
Mycroft Holmes22-Feb-09 16:27
professionalMycroft Holmes22-Feb-09 16:27 
AnswerRe: Builiding A Spreadsheet Application (new project) Pin
Andy_L_J22-Feb-09 22:40
Andy_L_J22-Feb-09 22:40 
QuestionForms on top of eachother Pin
DCAUB21-Feb-09 23:39
DCAUB21-Feb-09 23:39 
AnswerRe: Forms on top of eachother Pin
ABitSmart22-Feb-09 0:04
ABitSmart22-Feb-09 0:04 
GeneralRe: Forms on top of eachother Pin
DCAUB22-Feb-09 1:31
DCAUB22-Feb-09 1:31 
GeneralRe: Forms on top of eachother Pin
Luc Pattyn22-Feb-09 2:39
sitebuilderLuc Pattyn22-Feb-09 2:39 
GeneralRe: Forms on top of eachother Pin
Dave Kreskowiak22-Feb-09 3:54
mveDave Kreskowiak22-Feb-09 3:54 
You shouldn't be touching the main form from your child form at all.

Also, how are you displaying this child form? Are you using Show or ShowDialog?? It sounds like you should be using ShowDialog since this will prevent any interaction with the rest of the application forms until you close this child form.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionHow to make a visualizer for a media player Pin
TheMrProgrammer21-Feb-09 23:33
TheMrProgrammer21-Feb-09 23:33 
AnswerRe: How to make a visualizer for a media player Pin
Dave Kreskowiak22-Feb-09 4:03
mveDave Kreskowiak22-Feb-09 4:03 
GeneralRe: How to make a visualizer for a media player Pin
TheMrProgrammer23-Feb-09 21:12
TheMrProgrammer23-Feb-09 21:12 
GeneralRe: How to make a visualizer for a media player Pin
Dave Kreskowiak24-Feb-09 1:48
mveDave Kreskowiak24-Feb-09 1:48 
GeneralRe: How to make a visualizer for a media player Pin
TheMrProgrammer25-Feb-09 1:01
TheMrProgrammer25-Feb-09 1:01 
GeneralRe: How to make a visualizer for a media player Pin
Dave Kreskowiak25-Feb-09 2:05
mveDave Kreskowiak25-Feb-09 2:05 
QuestionAttach extra dll when publishing a project Pin
DCAUB21-Feb-09 23:33
DCAUB21-Feb-09 23:33 
AnswerRe: Attach extra dll when publishing a project Pin
Dave Kreskowiak22-Feb-09 3:51
mveDave Kreskowiak22-Feb-09 3:51 
GeneralRe: Attach extra dll when publishing a project Pin
DCAUB22-Feb-09 4:10
DCAUB22-Feb-09 4:10 
GeneralRe: Attach extra dll when publishing a project Pin
Dave Kreskowiak22-Feb-09 5:11
mveDave Kreskowiak22-Feb-09 5:11 
GeneralRe: Attach extra dll when publishing a project Pin
DCAUB22-Feb-09 5:14
DCAUB22-Feb-09 5:14 
Questionhow to get reset an application without reopen the application? Pin
aswd21-Feb-09 20:48
aswd21-Feb-09 20:48 
AnswerRe: how to get reset an application without reopen the application? Pin
dan!sh 21-Feb-09 21:17
professional dan!sh 21-Feb-09 21:17 
GeneralRe: how to get reset an application without reopen the application? Pin
aswd22-Feb-09 0:30
aswd22-Feb-09 0:30 
GeneralRe: how to get reset an application without reopen the application? Pin
aswd22-Feb-09 1:29
aswd22-Feb-09 1:29 
GeneralRe: how to get reset an application without reopen the application? Pin
dan!sh 22-Feb-09 1:35
professional dan!sh 22-Feb-09 1:35 
QuestionRe: how to get reset an application without reopen the application? Pin
Eddy Vluggen22-Feb-09 1:37
professionalEddy Vluggen22-Feb-09 1:37 

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.