|
-
Nov 15th, 2010, 12:53 PM
#10
Re: Is Visual Studio 2010 Express buggy?
 Originally Posted by Chris001
Thanks. I need to get used to making copies or commenting out code before making changes. With VB6 it was faster to make the changes directly and if it didn't work properly, then without saving to close/restart the IDE.
I remember those days, but .Net is a different tool (different product) which means it works differently. I think there's a way to make it so it never saves the project when it's created and it won't save changes until you actually click the save button, but I've never had a need to use that feature since I've always saved my code before running it (even in vb6 I would save it before running it, you never know when it's going to crash and all those changes are gone cause you didn't save it).
 Originally Posted by NeedSomeAnswers
Now while i can't explain most of you symptoms, in this instance you haven't been cutting and pasting your controls at all have you ? to move them on to a panel or something else ??
That's my first guess, in vb6 to move a control into or out of a container (groupbox, panel, etc) you had to cut & paste it to move it, which worked because the Handles clause didn't exist till .Net
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
|