|
-
Aug 21st, 2017, 07:34 AM
#1
Re: After starting of my form application, sometimes form draw image area looks strec
Four things:
1.
copy the Paint event handler from VS and paste it here
You haven't done that. That's not even valid VB code.
2.
paste it here inside appropriate formatting tags
I'm not seeing any formatting.
3.
Post screenshots of what things should look like and what they do look like.
Need I say more?
4. Why are you using 'End'? NEVER, EVER use 'End'. If you want to exit the application then either call Application.Exit or Close on the main form. Whichever you choose though, it should absolutely NOT be done in the Paint event handler.
Tags for this Thread
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
|