User Interface
-
Hi I developed application using VS2005.I have few questions about UI, 1. I have used the icons provided by the VS2005 to resize the buttons and text boxes.But,now I could not move the controls.Its very hard to even insert or resize a new control, what could be the problem? 2.I have used tabControl with tabPage collection,I changed the backcolor of tabControl , but tabpage buttons still system-color,I am not able to change their color or nor resize them. 3.I have developed an instant messaging application, can I prompt the user using mini icons at bottom of PC when the message comes? how to do that?
-
Hi I developed application using VS2005.I have few questions about UI, 1. I have used the icons provided by the VS2005 to resize the buttons and text boxes.But,now I could not move the controls.Its very hard to even insert or resize a new control, what could be the problem? 2.I have used tabControl with tabPage collection,I changed the backcolor of tabControl , but tabpage buttons still system-color,I am not able to change their color or nor resize them. 3.I have developed an instant messaging application, can I prompt the user using mini icons at bottom of PC when the message comes? how to do that?
1. ? 2. You can't change the colour/ size of the tabs by default. There are some extended
TabControl
's about. Google it. 3. You'll want theNotifyIcon
control for this.