|
-
Dec 10th, 2009, 03:51 PM
#1
Thread Starter
Member
form size change enable
Hi,
I want to enable the user to change a form I created - How do I do that?
Thanks allot,
Ron.
-
Dec 10th, 2009, 04:00 PM
#2
Re: form size change enable
Please provide far more details. Change how and when?
-
Dec 10th, 2009, 04:03 PM
#3
Thread Starter
Member
Re: form size change enable
You know when you got a normal window you can go to one of the corners and then the mouse pointer changes to an arrow which you can then drag and change the size of the window.
When I create a new form this option is disabled and I couldn't find where to enable it.
Thanks,
Ron.
-
Dec 10th, 2009, 04:06 PM
#4
Re: form size change enable
It's the BorderStyle property. This can only be set in design time, not at runtime.
Pick one of the "sizable" options.
-
Dec 10th, 2009, 04:20 PM
#5
Thread Starter
Member
Re: form size change enable
Hi Lavolpe ,
Well Ive tried to make a macro including only one form,then I played with the setting you talked about but I didn't got the result I wanted and couldn't change the size of the window while running.
Can you think about something else causing this?
Ron.
-
Dec 10th, 2009, 04:21 PM
#6
Re: form size change enable
Macro? What language are you using? Is this VB6, VBA, .Net, something else?
You may want to post the code you are using to create the form.
-
Dec 10th, 2009, 04:22 PM
#7
Thread Starter
Member
Re: form size change enable
-
Dec 10th, 2009, 04:47 PM
#8
Re: form size change enable
I believe you are using VBA (VB within Microsoft Office)? If so, you may want to search the "Office Development" forum for keywords like "resizable userform". There does not appear to be a property to enable sizing, so a workaround would be needed.
Here is a link that may apply to your situation, found by googling.
-
Dec 10th, 2009, 05:18 PM
#9
Thread Starter
Member
Re: form size change enable
I actually use it within solidworks.
Thanks for the support,Ill try looking at it.
Ron.
-
Dec 10th, 2009, 05:30 PM
#10
Re: form size change enable
Do you have the windowstate set to Normal ?
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Dec 10th, 2009, 05:33 PM
#11
Thread Starter
Member
Re: form size change enable
I don't have a windowstate property...
-
Dec 10th, 2009, 05:45 PM
#12
Re: form size change enable
 Originally Posted by ronsharo
I don't have a windowstate property...
You must be using vba, like LaVolpe suggested
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
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
|