PDA

Click to See Complete Forum and Search --> : Bitmap Editor


rockies1
Jun 18th, 2001, 11:07 AM
I would like to include an option in my application to edit the user's Icon, which is a bitmap, but am unsure of how to implement this.

Anyone know of a good place to get some examples?

Thanks!

Sastraxi
Jun 18th, 2001, 02:47 PM
Shell "my.bmp"

Sastraxi
Jun 18th, 2001, 02:48 PM
If you use the shellexecute, I think it gives you back the hWnd of the program or something along those lines, then you can check to see if it's closed, or give the user the option to refresh it manually.

rockies1
Jun 18th, 2001, 02:56 PM
I was hoping to have an editor in my program, rather than shell to MSPaint...