|
-
Sep 18th, 2002, 03:00 AM
#1
Thread Starter
Member
-
Sep 18th, 2002, 03:46 AM
#2
Addicted Member
Controls often get hiden on complicated pages. Just go to the properties tab - select your control and set its top and left properties to 0. Up it will pop in the top left hand corner of your page.
Wind and waves resolves all problems.
-
Oct 2nd, 2002, 09:27 PM
#3
New Member
I'm having the same problem ... i'm currenlty missing 7 textboxes and 8 labels which had been placed inside a GroupBox ??
I can see the controls in the properties tab but when I select them and change their positions to 0, 0 they are still nowhere to be seen
Anyone know how else I might be able to retrieve them ?
-
Oct 2nd, 2002, 10:09 PM
#4
Fanatic Member
I have had trouble with using Docking sometimes that sounds similar; what I do is select the "missing" control with the Properties tab as suggested, Shift-Delete and Shift-Insert (cut/paste). A downside to doing this is that it breaks any event handlers you had associated to that control - the function stays there but the "Handles btnOK.Click" portion of the declaration gets taken out by the IDE when you cut the control. Wasn't a big deal for me to type it back in though.
Hope this helps!
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
|