Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Hide and Show a Form Pin
directred3-Oct-05 5:28
directred3-Oct-05 5:28 
QuestionComboBox with nested selections Pin
alongi3-Oct-05 5:04
alongi3-Oct-05 5:04 
AnswerRe: ComboBox with nested selections Pin
_mubashir3-Oct-05 19:36
_mubashir3-Oct-05 19:36 
Questiontplotting data graph in VB6.0 Pin
Anonymous3-Oct-05 4:25
Anonymous3-Oct-05 4:25 
QuestionHelp with Menu Items Pin
No-e3-Oct-05 4:17
No-e3-Oct-05 4:17 
AnswerRe: Help with Menu Items Pin
Kunal Shetye3-Oct-05 4:54
Kunal Shetye3-Oct-05 4:54 
GeneralRe: Help with Menu Items Pin
No-e3-Oct-05 5:01
No-e3-Oct-05 5:01 
QuestionConverting VB6 to .NET Pin
StrayGrey3-Oct-05 3:30
StrayGrey3-Oct-05 3:30 
I have attempted to upgrade a VB6 system to .Net that I have inherited and have to maintain and I have come across the following code that I really don't understand.

#Region "Upgrade Support "
Private Shared m_vb6FormDefInstance As frm_back
Private Shared m_InitializingDefInstance As Boolean
Public Shared Property DefInstance() As frm_back
Get
If m_vb6FormDefInstance Is Nothing OrElse m_vb6FormDefInstance.IsDisposed Then
m_InitializingDefInstance = True
m_vb6FormDefInstance = New frm_back()
m_InitializingDefInstance = False
End If
DefInstance = m_vb6FormDefInstance
End Get
Set
m_vb6FormDefInstance = Value
End Set
End Property
#End Region

this is referenced from :-

frm_back.DefInstance.CrdVersion3 = New MultiChip.Schuler
frm_back.DefInstance.JCM = New JCM.clsJCM

can someone please explain what is going on as this program just goes away after the call to frm_back.DefInstance.JCM = New JCM.clsJCM


Regards,
Alf Stockton
AnswerRe: Converting VB6 to .NET Pin
Dave Doknjas3-Oct-05 3:43
Dave Doknjas3-Oct-05 3:43 
QuestionHow can I retreive info from Word bookmarks? Pin
Janaub3-Oct-05 1:50
Janaub3-Oct-05 1:50 
QuestionHow control a service? Pin
Pescador342-Oct-05 22:42
Pescador342-Oct-05 22:42 
AnswerRe: How control a service? Pin
Kunal Shetye3-Oct-05 5:01
Kunal Shetye3-Oct-05 5:01 
AnswerRe: How control a service? Pin
Scott Serl3-Oct-05 9:36
Scott Serl3-Oct-05 9:36 
QuestionException when using Data access block in .NET 2.0 Pin
jasminj2-Oct-05 22:39
jasminj2-Oct-05 22:39 
QuestionVB6 Pin
Anonymous2-Oct-05 21:58
Anonymous2-Oct-05 21:58 
QuestionDirectX, Video Capturing??? Pin
Kunal Shetye2-Oct-05 19:53
Kunal Shetye2-Oct-05 19:53 
AnswerRe: DirectX, Video Capturing??? Pin
Dave Kreskowiak3-Oct-05 12:16
mveDave Kreskowiak3-Oct-05 12:16 
GeneralRe: DirectX, Video Capturing??? Pin
Kunal Shetye3-Oct-05 17:14
Kunal Shetye3-Oct-05 17:14 
GeneralRe: DirectX, Video Capturing??? Pin
Dave Kreskowiak6-Oct-05 11:45
mveDave Kreskowiak6-Oct-05 11:45 
Questiontravelling salesman problem Pin
2-Oct-05 18:08
suss2-Oct-05 18:08 
AnswerRe: travelling salesman problem Pin
Dave Kreskowiak2-Oct-05 19:15
mveDave Kreskowiak2-Oct-05 19:15 
QuestionNeed advice on best ways to launch and control another application. Pin
Meanderthal2-Oct-05 16:07
Meanderthal2-Oct-05 16:07 
AnswerRe: Need advice on best ways to launch and control another application. Pin
StylezHouse2-Oct-05 18:08
StylezHouse2-Oct-05 18:08 
AnswerRe: Need advice on best ways to launch and control another application. Pin
Kunal Shetye2-Oct-05 20:06
Kunal Shetye2-Oct-05 20:06 
GeneralRe: Need advice on best ways to launch and control another application. Pin
StylezHouse3-Oct-05 4:12
StylezHouse3-Oct-05 4:12 

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.