Why Doesn't New GUI Work For ICQ Buddy List

Just wondering why this is. When I say the new GUI I mean for your ICQ buddy list you know how to have the title bar at the top of it with the close and minimize buttons. That uses the old style GUI, similar to how it is with the Command Prompt, however the msg windows for ICQ use the full blown new GUI.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar28.webp

49 Posts
Location -
Joined 2000-09-22
Just wondering why this is. When I say the new GUI I mean for your ICQ buddy list you know how to have the title bar at the top of it with the close and minimize buttons. That uses the old style GUI, similar to how it is with the Command Prompt, however the msg windows for ICQ use the full blown new GUI. Anyone know how to get it to work with the buddy list window?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar28.webp

515 Posts
Location -
Joined 1999-09-09
When programming in windows you can do 2 things you can use the windows function libraries or you can write your own.
 
(Forgive I'm a bit rusty on my programming)
 
When you use the default windows functions for creating your windows they will be skinned as per the os. However when the application developers write their own window window routines it will not be skinned.
 
Basically with the way the icq contact list works a standard windows window function would not work(or would not be as efficient)with the contact list,buttons, online offline statuses etc.
 
This also allows them a larger degree of customizability and control over the icq window.
 
Make any sense?
 
This is why most apps have the proper skinned windows and some do not.