Control like the panel control in VS

Carl Foster

Registered User.
Local time
Today, 22:49
Joined
May 29, 2006
Messages
72
Hi all, I'm trying to find a control like the panel control in Visual studio, or at least some code to create one :eek:

It's a container style control, but the feature I'm hoping to have is the ability to click on the border during runtime an resize the control. Kind of like a grabbar between 2 windows where to can make one window smaller and the other larger.

Any ideas on how to do this?
 
Hi all, I'm trying to find a control like the panel control in Visual studio, or at least some code to create one :eek:

It's a container style control, but the feature I'm hoping to have is the ability to click on the border during runtime an resize the control. Kind of like a grabbar between 2 windows where to can make one window smaller and the other larger.

Any ideas on how to do this?

If you have access to Visual Studio why not develop your front end in VS and use Access as the back end?

And in regards to your question I don't THINK this is possible, Access forms and VB forms are quite different in how they behave.
 
Well, I'm not very proficient in VS and coding the front end of a database in VS, while perhaps providing much more control and flexibility, is quite a bit harder.

So, at the moment, I prefer to use Access until I get better at the whole thing.
 

Users who are viewing this thread

Back
Top Bottom