C
CodeGenre
Guest
Hello Everyone!
Need help with this,
System.EventArgs) Handles tmrsplash.Tick
Dim dlg As New clsDlgLog
UPGRADE_WARNING: Screen property Screen.MousePointer has a new behavior. Click for more: ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6BA9B8D2-2A32-4B6E-8D36-44949974A5B4"
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
Main_Renamed(Me) ß Initialization was unhandled Need Help with this….
Me.Hide()
UPGRADE_WARNING: Screen property Screen.MousePointer has a new behavior. Click for more: ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6BA9B8D2-2A32-4B6E-8D36-44949974A5B4"
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
If dlg.show Then
debug_log(dlg, CStr(True))
Me.Close()
Else
debug_log(dlg, CStr(False))
Me.Close()
End
End If
End Sub
Info Stack Trace
at MYPSApp.mdlMain.Main_Renamed(frmSplash& dlg) at MYPSApp.frmSplash.tmrsplash_Tick(Object eventSender, EventArgs eventArgs) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at MYPSApp.frmSplash.Main() at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel) at System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly() at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData) at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext) at System.Activator.CreateInstance(ActivationContext activationContext) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
...Anyone who knows how this fix this.. Thanks.
Jonel
Continue reading...
Need help with this,
System.EventArgs) Handles tmrsplash.Tick
Dim dlg As New clsDlgLog
UPGRADE_WARNING: Screen property Screen.MousePointer has a new behavior. Click for more: ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6BA9B8D2-2A32-4B6E-8D36-44949974A5B4"
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
Main_Renamed(Me) ß Initialization was unhandled Need Help with this….
Me.Hide()
UPGRADE_WARNING: Screen property Screen.MousePointer has a new behavior. Click for more: ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6BA9B8D2-2A32-4B6E-8D36-44949974A5B4"
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default
If dlg.show Then
debug_log(dlg, CStr(True))
Me.Close()
Else
debug_log(dlg, CStr(False))
Me.Close()
End
End If
End Sub
Info Stack Trace
at MYPSApp.mdlMain.Main_Renamed(frmSplash& dlg) at MYPSApp.frmSplash.tmrsplash_Tick(Object eventSender, EventArgs eventArgs) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.Run(Form mainForm) at MYPSApp.frmSplash.Main() at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args) at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args) at System.Runtime.Hosting.ManifestRunner.Run(Boolean checkAptModel) at System.Runtime.Hosting.ManifestRunner.ExecuteAsAssembly() at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext, String[] activationCustomData) at System.Runtime.Hosting.ApplicationActivator.CreateInstance(ActivationContext activationContext) at System.Activator.CreateInstance(ActivationContext activationContext) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssemblyDebugInZone() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
...Anyone who knows how this fix this.. Thanks.
Jonel
Continue reading...