| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 10, 2002 10:16 pm Post subject: Icon in title bar |
|
|
For any of you who write DLL's, I have a question:
Is it possible to make a window with an icon in the title bar, like with Real Player or America Online...
Just an idea...  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Wed Jul 10, 2002 11:48 pm Post subject: |
|
|
Icons are loaded into the EXE during window creation.
I think there's a utility to replace icons, but you must
replace it with one the same size...
You could use a NOTITLE window and build your own
title bar, using whatever icons/bitmaps you want...
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 11, 2002 12:01 am Post subject: |
|
|
Yes, that is true, but what I meant was a title bar compatible with all OS's, and the icon could be placed by the CLOSE, MINIMIZE, MAXIMIZE butttons, etc...the drawback to a NOTITLE sytle is that you have to minimize to the sys tray, and the look will not update with the OS's...
Thanks anyway...  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Jul 11, 2002 12:14 am Post subject: |
|
|
WINDOW ICONIZE minimizes the window to the taskbar,
not the systray. It doesn't show an icon (on a NOTITLE
style) when minimized though.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 11, 2002 12:38 am Post subject: |
|
|
I agree there are alternatives, but the title should minimize into the task bar, not above it. If worse comes to worse, I just won't use the icon in the title bar...it doesn't matter anyway because I was just wondering about that...
Thanks anyway... _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Jul 11, 2002 2:13 am Post subject: |
|
|
When compiled, it does minimize into the taskbar...
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Thu Jul 11, 2002 3:34 am Post subject: |
|
|
I think he means when you use NOTITLE Mac. Version 4.0 or lower does minimize to taskbar with NOTITLE but with VDS 4.5 it minimizes above it, on top of the start button. SADE changed that with 4.5
I reported that to SADE.
I hope there's going to be an optional style for that.
Ciao
 |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Jul 11, 2002 3:46 am Post subject: |
|
|
Thanks Marty,
I'm still using VDS 3 (and prolly gonna stay that way...).
Sorry FreezingFire, I didn't realize what you were up against.
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 11, 2002 12:43 pm Post subject: |
|
|
Oh, Ok, well I didn't know that in VDS 4.0 and below minimized into the taskbar...  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Thu Jul 11, 2002 12:45 pm Post subject: |
|
|
| What version do you have? |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Thu Jul 11, 2002 1:22 pm Post subject: |
|
|
I have version 4.5 _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|