Board index » delphi » I just wondered : How to create my own edit field - without the box around it ...

I just wondered : How to create my own edit field - without the box around it ...

editbox.borderstyle := bsNone !
:-)

In article <33f6e6ac.846...@onyx.indstate.edu>, Eddie Jones <eddie-
jo...@usa.net> writes

Quote
>Hi All,

>I just wondered : How to create my own edit field - without the box
>around it ... Anyone has a clue ? We can create cool edit field -
>colored - and without the box around them, cool isnt it ?

>Thanks.

>Sincerely,

>Eddie, Indonesia.

Kind Regards
Claire
 

Re:I just wondered : How to create my own edit field - without the box around it ...


: eddie-jo...@usa.net (Eddie Jones) wrote:

Quote
>Hi All,

>I just wondered : How to create my own edit field - without the box
>around it ... Anyone has a clue ? We can create cool edit field -
>colored - and without the box around them, cool isnt it ?

Have a look at createparams (Delphi) and ws_border (Win API -
CreateWindow)

--
* Please accept my apologies for the anti-spam measures *
email: Stefan.Hoffmeister (at) poboxes.com
http://www.poboxes.com/Hoffmeister
Delphi FAQs, KBs, docs: http://www.poboxes.com/Hoffmeister/Delphi

Re:I just wondered : How to create my own edit field - without the box around it ...


Quote
Eddie Jones wrote:

> Hi All,

> I just wondered : How to create my own edit field - without the box
> around it ... Anyone has a clue ? We can create cool edit field -
> colored - and without the box around them, cool isnt it ?

> Thanks.

> Sincerely,

> Eddie, Indonesia.

Maybe, I'm an oldtimer, but i'm always looking for a piece of stable
software, easy to use and not wasteful with my scarce resources.
I never thought of being close to heaven when facing an edit window
without a frame to indicate that fact. We are using MS Windows, arent't
we?

But anyway, I think it is possible to drop or hide the window frame.

Good luck.

Achim

Re:I just wondered : How to create my own edit field - without the box around it ...


Hi All,

I just wondered : How to create my own edit field - without the box
around it ... Anyone has a clue ? We can create cool edit field -
colored - and without the box around them, cool isnt it ?

Thanks.

Sincerely,

Eddie, Indonesia.

Re:I just wondered : How to create my own edit field - without the box around it ...


On 17 Aug 1997 14:00:26 GMT, arich...@t-online.de (Achim Richter)
wrote:

Quote
>Eddie Jones wrote:

>> Hi All,

>> I just wondered : How to create my own edit field - without the box
>> around it ... Anyone has a clue ? We can create cool edit field -
>> colored - and without the box around them, cool isnt it ?
>Maybe, I'm an oldtimer, but i'm always looking for a piece of stable
>software, easy to use and not wasteful with my scarce resources.
>I never thought of being close to heaven when facing an edit window
>without a frame to indicate that fact. We are using MS Windows, arent't
>we?

Thank you, I'm getting very tired myself from all the push to add one
more whizbang widget into the interface (the latest and most appalling
to me being the Internet Explorer style "Coolbar" buttons).

It seems like the focus has shifted from "feature-itis" in programs
toward adding new interface gimmicks as the way to get your software
noticed.  At least creeping feature-itis gave the illusion that it was
adding something USEFUL to the program, new widgets are (for the most
part, IMHO) just visual fluff.

My .02 $US

Regards,

Stephen Posey
slpo...@concentric.net

Other Threads