How to associate a cursor with my App
Visual Basic
4
Posts
3
Posters
0
Views
1
Watching
-
i have made a cursor.. with the extension *.cur i have an application with VB6 .. how can i add this cursor to my application ???? ahmed elmahdy
Set the Form.MouseIcon to a cursor file in the design time.
-
Set the Form.MouseIcon to a cursor file in the design time.
-
thanx for ur reply .. i have really done that ,, But i have not seen anything after running my program reply plzz
Sorry,, I Forgot to say : Set
Form.MousePointer=99
(custom)