Re: [newbie] strange error
From: Sahil Malik (contactmethrumyblog_at_nospam.com)
Date: 10/10/04
- Next message: Stanley J Mroczek: "How do you load a dropdownlist when edit is clicked in a datagrid"
- Previous message: Sahil Malik: "Re: Viewstate overhead ?"
- In reply to: Peter Schmitz: "[newbie] strange error"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Stanley J Mroczek: "How do you load a dropdownlist when edit is clicked in a datagrid"
- Previous message: Sahil Malik: "Re: Viewstate overhead ?"
- In reply to: Peter Schmitz: "[newbie] strange error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|