|
-
Jun 10th, 2004, 03:15 PM
#1
Thread Starter
Junior Member
Options not being applied
Sorry for all of these posts, but I just moved from vb6 to vb.net and some of this stuff is kinda confusing. The problem I'm having is when I change one of the windows forms designer properties, like turning off the grid, it will only take effect when I add a new form and any form thats already in the project won't show the changes.
-
Jun 10th, 2004, 06:03 PM
#2
Sleep mode
Some of the IDE options are applied only if you shutdown the IDE and run it again .
-
Jun 10th, 2004, 06:41 PM
#3
Thread Starter
Junior Member
Tried that but it didn't work. I was able to fix it by going into the resX file and changing $this.DrawGrid and $this.SnapToGrid to false.
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
|