How to make a tall, thin form?

P

Phill. W

How can I make a Form that looks and feels like a normal
Windows Form but that is *very* narrow? In some cases, this
needs ot be /far/ less than the apparent, 112 pixel, intrinsic limit
that VB 2003 seems to impose.

This form doesn't have a title bar, controlbox or any other buttons
(it's a popup form that will wrap neatly around an automatically-sized
ListView) but, with only one column inthe ListView, the Form needs
to get /quite/ narrow (68 pixels, for example).

I've been experimenting with samples from various people that
change the Form's Region property, but these seem to have odd
effects on the borders (the right and bottom ones diappear without
trace) and the ClientSize (which seems to ramble off in search of
the "missing" borders) and, when I try to resize or move the Form,
it seems to be "trapped" within an area (Region?) of the Screen,
which I definitely didn't want.

I'm not after oval forms or 288 point transparent Red lettering
- I just want a tall, very thin form ... Any suggestions?

TIA,
Phill W.
 
P

Phill. W

Rocky,

/That/ hit the spot!
And so *simple*, which makes a pleasant change ;-)

Many Thanks,
Phill W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top