Click here to Skip to main content
15,885,365 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
thealca20-Jul-05 13:32
thealca20-Jul-05 13:32 
GeneralRe: Need suggestions on using a barcode scanner as a input device Pin
Anonymous21-Jul-05 3:28
Anonymous21-Jul-05 3:28 
QuestionOpen/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell19-Jul-05 8:47
Brad Fackrell19-Jul-05 8:47 
AnswerRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 9:45
Anonymous19-Jul-05 9:45 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 9:48
Anonymous19-Jul-05 9:48 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell19-Jul-05 10:00
Brad Fackrell19-Jul-05 10:00 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous19-Jul-05 13:05
Anonymous19-Jul-05 13:05 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 2:26
Brad Fackrell20-Jul-05 2:26 
The class is where my forms are declared:

Public Class formLibrary

    Public Shared frmOpenProject As New Form
    Public Shared frmMain As Form
    Public Shared frmScoringJustification As New Form
    Public Shared frmProjectName As New Form
    Public Shared frmDatesAndLocation As New Form
    Public Shared frmPOC As New Form
    Public Shared frmArticulation As New Form
    Public Shared frmCollectorsAndNotes As New Form
    Public Shared frmComponents As New Form
    Public Shared frmPrint As New Form
    Public Shared frmNewProject As New Form

End Class


The code that I use to Hide and Show:
Dim newFrmMain As New frmMain
formLibrary.frmNewProject.Hide()
newFrmMain.ShowDialog()


When I execute this, frmMain loads and is active. frmNewProject is still visible (behind frmMain, frmMain is a small form; about 30% of the screen) but I cannot select it or any of it's controls.

Thanks for your help.
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 3:44
Anonymous20-Jul-05 3:44 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 4:02
Brad Fackrell20-Jul-05 4:02 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 4:47
Anonymous20-Jul-05 4:47 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 5:26
Brad Fackrell20-Jul-05 5:26 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Anonymous20-Jul-05 5:47
Anonymous20-Jul-05 5:47 
GeneralRe: Open/Close Forms: Has anybody seen this problem? Pin
Brad Fackrell20-Jul-05 9:08
Brad Fackrell20-Jul-05 9:08 
GeneralUrgently need help for inserting value from .net CF to SQL CE database Pin
19-Jul-05 8:38
suss19-Jul-05 8:38 
GeneralHelp: System.Reflection.TargetInvocationException Pin
Anonymous19-Jul-05 7:22
Anonymous19-Jul-05 7:22 
GeneralPopulating Dropdown list Pin
macca2419-Jul-05 5:27
macca2419-Jul-05 5:27 
GeneralRe: Populating Dropdown list Pin
StealthMaker19-Jul-05 10:14
StealthMaker19-Jul-05 10:14 
GeneralCombo Box row selected Pin
directred19-Jul-05 1:14
directred19-Jul-05 1:14 
GeneralRe: Combo Box row selected Pin
toxcct19-Jul-05 1:23
toxcct19-Jul-05 1:23 
GeneralRe: Combo Box row selected Pin
StealthMaker19-Jul-05 10:16
StealthMaker19-Jul-05 10:16 
GeneralUsing VB (VS 7.0) to dev Excel macros etc. Pin
CreepingFeature19-Jul-05 0:55
CreepingFeature19-Jul-05 0:55 
GeneralRe: Using VB (VS 7.0) to dev Excel macros etc. Pin
Kevin McFarlane19-Jul-05 9:27
Kevin McFarlane19-Jul-05 9:27 
Generalhallow only one instance of a winform Pin
fuel2run18-Jul-05 23:50
fuel2run18-Jul-05 23:50 
GeneralRe: hallow only one instance of a winform Pin
Anonymous19-Jul-05 3:42
Anonymous19-Jul-05 3:42 

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.