hour glass & adding an icon

madi2999

Member
Joined
Aug 8, 2004
Messages
10
Programming Experience
Beginner
Hello,

I have two queried and would appreciate the help,

First, is to add an icon to a windows application
Second, how to add hourglass while a commend is executed
 
To the first

in the menu
Project
....
< > property -> Common Properties
....
Build <-


to the second

Cursor.Current = Cursors.WaitCursor
.....
Cursor.Current = Cursors.Default
 
Back
Top