|
-
Jul 15th, 2004, 02:36 PM
#1
Thread Starter
New Member
Form gets redrawn
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|