Re: [newbie] strange error

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Sahil Malik (contactmethrumyblog_at_nospam.com)
Date: 10/10/04


Date: Sat, 9 Oct 2004 22:48:16 -0400

Hmm.. strange .. especially that it works on another machine.

Does the LinkLabel5 sit on PanelStart?

-- 
- Sahil Malik
You can reach me thru my blog http://www.dotnetjunkies.com/weblog/sahilmalik
"Peter Schmitz" <PeterSchmitz@discussions.microsoft.com> wrote in message 
news:9F8C79E5-3D59-4201-A1A6-314E735964BC@microsoft.com...
> Hi,
>
> I'm currently developing a VB.NET application and I encounter a strange 
> error:
>
> Look at this code:
>
> Private Sub LinkLabel5_LinkClicked(ByVal sender As System.Object, ByVal e 
> As
> System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles
> LinkLabel5.LinkClicked
>        PanelStart.Visible = False 'set the current panel visibility to 
> false
>        PanelFWSettings.Visible = True 'line of crash
> End Sub
>
> This (simple) line of crash causes the application to hang until, after a
> while, its thread is terminated. The strange thing is, that the same
> executable indeed does work on a different machine - and that this error 
> just
> applies to this one and only panel.
>
> Any ideas? Is this a Visual Studio bug?
>
> Thanks a lot
> Peter 


Relevant Pages

  • Re: WaitCursor and mouse locked in QueryContinueDrag
    ... "strange" behaviour: if I put a message box into the QueryContinueDrag ... unloading of the first message box someway "resets" the mouse. ... Private Sub ListView1_ItemDrag(ByVal sender As Object, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Puzzler on PopUpmenu
    ... And what's more strange, I have a second ... Private Declare Function ReleaseCapture Lib "user32" As Long ... Private Sub Text1_MouseDown(Button As Integer, ...
    (microsoft.public.vb.general.discussion)
  • WaitCursor and mouse locked in QueryContinueDrag
    ... "strange" behaviour: if I put a message box into the QueryContinueDrag ... unloading of the first message box someway "resets" the mouse. ... Private Sub ListView1_ItemDrag(ByVal sender As Object, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: For Loop Problem
    ... Private Sub Page_Load(ByVal sender As System.Object, ... Private Function DSKey() As DataSet ... > But why is the For loop running if there are no records. ... > This is very strange. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Open another browser during processing
    ... Strange. ... you are having security problems? ... Eliyahu ... > Private Sub cmdPrint_Click(ByVal sender As Object, ...
    (microsoft.public.dotnet.framework.aspnet)