|
-
Apr 10th, 2007, 12:53 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] make a form unmovable
how do i make a form unmovable in vb6
thanks chris1990
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
-
Apr 10th, 2007, 12:54 PM
#2
Re: make a form unmovable
-
Apr 10th, 2007, 12:59 PM
#3
Re: make a form unmovable
And simulate the title bar with image/picbox/etc controls
-
Apr 10th, 2007, 01:03 PM
#4
Thread Starter
Hyperactive Member
Re: make a form unmovable
i cant make it borderless as it has a menu bar, is their a code for it.
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
-
Apr 10th, 2007, 01:06 PM
#5
Re: make a form unmovable
Then make is maximized, and do not permit them to alter its windowstate.
-
Apr 10th, 2007, 01:11 PM
#6
Thread Starter
Hyperactive Member
Re: make a form unmovable
i think your talkin about unresizable, i mean unmovable. at the moment i can click and hold on the title bar and move the form.
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
-
Apr 10th, 2007, 01:13 PM
#7
Re: make a form unmovable
subclass it do a search in the forum. use spy to find the windows message.
-
Apr 10th, 2007, 01:14 PM
#8
Thread Starter
Hyperactive Member
Re: make a form unmovable
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
-
Apr 10th, 2007, 01:16 PM
#9
Re: make a form unmovable
Right....and if it has a title bar, and there is real estate on the screen, you can move it.
However, if it is maximized, there is no place to move it to.
-
Apr 10th, 2007, 01:16 PM
#10
Re: make a form unmovable
set the Moveable property to False at design time.
-
Apr 11th, 2007, 06:30 AM
#11
Thread Starter
Hyperactive Member
Re: make a form unmovable
thanks to everyone,
thanks bushmobile i forgot that the moveable property was their.
chris1990
If your question is answered then mark your thread RESOLVED and give credit to whoever answered it.
If you fail, try and try again, its the only way to success.
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
|