Or atleast, that's what I think.

I have an application upgraded from VB6 to VB.Net. I am using the following code to call the method to open an xml file and draw the graph based on the file contents.


Public Sub mnuFileOpen_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles mnuFileOpen.Click
FileOpen_Renamed()
End Sub


But just after executing the end sub, whatever i have drwn gets erased. And when I lok through the debugger, th step goes nowhere.

I am new to VS.Net. Any help would be appreciated.

Thanks,
Smitha.