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

Visual Basic

 
GeneralRe: converting vb double to vc double Pin
Member 57284911-Sep-03 4:07
Member 57284911-Sep-03 4:07 
GeneralRe: converting vb double to vc double Pin
Nic Rowan11-Sep-03 8:06
Nic Rowan11-Sep-03 8:06 
GeneralConvert from VS.Net 2003 to VS.Net Pin
Orcrist10-Sep-03 6:12
Orcrist10-Sep-03 6:12 
GeneralDeleteCommand problem.. Pin
GJul10-Sep-03 4:48
GJul10-Sep-03 4:48 
Generalall about exceptions Pin
fume9-Sep-03 22:09
fume9-Sep-03 22:09 
GeneralRe: all about exceptions Pin
SimonS9-Sep-03 22:11
SimonS9-Sep-03 22:11 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:08
fume10-Sep-03 14:08 
GeneralRe: all about exceptions Pin
fume10-Sep-03 14:17
fume10-Sep-03 14:17 
oh, ive found out the cause in the event of the parent form OnMDIChildActivate. here's the code:

'Reset tool bar of parent using the stringFortoolbar of child
'This event is still being called when the form is being closed using the control menu
If Me.ActiveMdiChild Is Nothing Then Exit Sub

Dim objName As String

objName = MyBase.ActiveMdiChild.GetType.Name()

If objName = "ReceivingOrders" Then
Me.ResetToolbar(RRChild.StringForToolbar)
ElseIf objName = "MaterialIssuance" Then
Me.ResetToolbar(MISChild.StringForToolbar)
ElseIf objName = "TransferToAccounting" Then
Me.ResetToolbar(TransferAcctChild.StringForToolbar)
End If



... if i remove this, no error will occur.. pls. give me an alternative strategy for this. refer to the comments... and when shall i use the events OnMDIChildActivate and OnMdiChildActivate? tnx very much.
Generalerror bad dll calling convention Pin
Member 5728499-Sep-03 12:15
Member 5728499-Sep-03 12:15 
GeneralRe: error bad dll calling convention Pin
Hesham Amin9-Sep-03 21:43
Hesham Amin9-Sep-03 21:43 
GeneralRe: error bad dll calling convention Pin
Member 57284910-Sep-03 4:22
Member 57284910-Sep-03 4:22 
GeneralRe: error bad dll calling convention Pin
Member 57284910-Sep-03 7:22
Member 57284910-Sep-03 7:22 
GeneralNewbie to VB need some advice please Pin
Flack9-Sep-03 7:04
Flack9-Sep-03 7:04 
GeneralRe: Newbie to VB need some advice please Pin
Ray Cassick9-Sep-03 7:45
Ray Cassick9-Sep-03 7:45 
GeneralRe: Newbie to VB need some advice please Pin
NetPointerIN11-Sep-03 9:51
NetPointerIN11-Sep-03 9:51 
GeneralRe: Newbie to VB need some advice please Pin
Ray Cassick11-Sep-03 9:56
Ray Cassick11-Sep-03 9:56 
GeneralDeploy .Net Application using Access Database Pin
zengfu9-Sep-03 4:54
zengfu9-Sep-03 4:54 
GeneralRe: Deploy .Net Application using Access Database Pin
SimonS9-Sep-03 22:09
SimonS9-Sep-03 22:09 
GeneralAccessing a VC++ DLL in VB Pin
Member 5728498-Sep-03 12:18
Member 5728498-Sep-03 12:18 
GeneralRe: Accessing a VC++ DLL in VB Pin
Steve S9-Sep-03 6:22
Steve S9-Sep-03 6:22 
GeneralRe: Accessing a VC++ DLL in VB Pin
Member 5728499-Sep-03 7:02
Member 5728499-Sep-03 7:02 
GeneralRe: Accessing a VC++ DLL in VB Pin
Dave Kreskowiak10-Sep-03 3:31
mveDave Kreskowiak10-Sep-03 3:31 
GeneralRe: Accessing a VC++ DLL in VB Pin
Member 57284910-Sep-03 4:00
Member 57284910-Sep-03 4:00 
GeneralRe: Accessing a VC++ DLL in VB Pin
Dave Kreskowiak11-Sep-03 4:22
mveDave Kreskowiak11-Sep-03 4:22 
GeneralVB6 Connecting to Lotus Notes and Novell Groupwise Pin
matthew l7-Sep-03 23:52
matthew l7-Sep-03 23:52 

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.