View previous topic :: View next topic |
Author |
Message |
laurent_H Contributor


Joined: 30 Jun 2001 Posts: 60
|
Posted: Sun Apr 11, 2004 10:14 am Post subject: How can I change a window system bar ? |
|
|
Hi,
I have a window and I want to remove icons MAX and MIN from system bar, I know it's possible using Windows API without destroying my window ?
also,
Is it posssible to change title bar Normal to SMALLCAP without destroying my window ? _________________ Thanks |
|
Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Apr 11, 2004 11:59 am Post subject: |
|
|
If you're creating the dialogs, you can use the NOMIN attribute to remove
the max and min buttons.
You might have a look in the "Advanced VDS 5 Source Code" section of
this forum and there's some code I think that can help you.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Apr 11, 2004 2:57 pm Post subject: |
|
|
U can also try VDSGUI extension which has GUI WINDOWSTYLE,ADD and REMOVE to do that(smallcap) on the fly. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 653 Location: Eastern Indiana
|
Posted: Sun Apr 11, 2004 8:24 pm Post subject: |
|
|
Heres some of the VDS5 class:
Quote: | ONTOP,SAVEPOS,SMALLCAP,notitle,nomin,nosys,invisible,click
Dragdrop,resizable,paint,class,snap,DDESERVER |
|
|
Back to top |
|
 |
|