|
-
Nov 1st, 2001, 08:44 AM
#1
Thread Starter
New Member
Any VB Guru's ?
Goodday my fellow VB Programmers,
I have a Q (and boy it is a tough one), I want you to take a look at. I am trying to create a OCX that you place on the form which will automatically resize all the controls on the Form the moment the Form is resized.
But, and this is pretty much the major Question of the whole thing, How do I trigger a Procedure in the OCX when only the Form in the Main application is Resized. (Note: I do not want the User to put Code in the Resize Event to make this happen, I just want it to happen to a Form when it is resized.)
I hope you get the Question. If you don't, write a reply and I will rephrase.
Thx !
Gerben "OpticFiber' Rampaart.
-
Nov 1st, 2001, 12:58 PM
#2
Several people have posted ActiveX controls on www.Planetsourcecode.com that are resizer controls. Add one to the form and it makes decisions about resizing all of the controls on that form, then executes them.
Do a search there under Visual Basic for 'resizer' and you will find them.
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
|