I have 2 questions;
1) i want to change the default icon on my form when i try to do this in code:
Form1.Icon = LoadPicture("c:\scooby.ico")
i get a run time error 53, file not found even though the path is right, if i try to change it at design time in the properties of the form i get an error, invalid property value.
I am trying to make my own icon, so is my problem when i am saving it? I used snagit to get a picture, made sure it was 32 x 32 pixels and then saved it with an .ico extension?

2)Can i change the caption of a command button when the mouse pointer moves over it, but then it goes back to the orginal caption when the pointer moves off it. I managed to change the pointer itself but would really like to change the caption. Any ideas?

BTW anyone have the answer to the question I posted 2 days ago regarding sending email from my application when my default mail is lotus notes????

Thanks!
Happy Holidays Everyone

Cady