vote up 0 vote down star

Using VB 6

While running the Project, we cannot able to extend the form.

In run time, we put the mouse pointer in the Project form Layout border, it showing <-->.

It should not show to extend the form in the run time.

Am New to VB 6, How to write a code or set a condition?

Need VB 6 help?

flag

1 Answer

vote up 4 vote down check

You have to change the BorderStyle property of your form from Sizable (default) to anyone of the fixed variations (for instance Fixed Single).

Here's a screenshot of the property that controls this behaviour:

alt text

link|flag
+1 Here is a link to the VB6 manual topic on BorderStyle msdn.microsoft.com/en-us/library/… – MarkJ Aug 11 at 8:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.