[newbie] strange error

G

Guest

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
 
S

Sahil Malik

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

Does the LinkLabel5 sit on PanelStart?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top