-
Multiple Questions
Ok Here we Goooo
1)How can i give my App a Custom Cursor??? so far i have only been able to select the ones that are windows Default?
2) Is their a way to change the color of the Toolbar,Scrollbar,Progressbar,and Tabs so they dont have the Window Grey or Default Color ?
3)anyone know of a Good way to to dock the Window and not jus the control in the window ?
-
1 and 3 I have no idea.
As for number 2, you can't change them easily. I have seen API calls used in VB6 that do this, you may want to port some of those over if you really need to change those colors. Either that, or build your own controls that support these new properties.
-
to change default cursor :
cursor.Current = New Cursor("C:\1.cur")
I tried it but it's not working , I don't know why ? :rolleyes:
-
concering your 3rd question you will find your lost right here :
http://prdownloads.sourceforge.net/d...7.msi?download
Pirate
-
On custom mouse cursors:
ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vbup2036.htm
-
ya i tryed the "Magic" control problem is they have SOOOOOOOOOOOOOOOO Much code in the demo its hard to sort out
-
ya the Magic docking isnt what im looking for what i want is like Trillian how if you move the IM window to the Buddy List or next to another IM window it docks them togeather PLEASE HELP