T
T-Man
Hey All,
In VB6, one could the following:
VB.Clipboard.SetData frmSubmit.picToolbarIcon.Image
or
LoadPicture(App.Path & MY_PIC_PATH)
I've tried the following but it does not work:
Clipboard.SetDataObject(MyApp.frmSubmit.ActiveForm.Icon.ToBitmap());
Does anyone know how to do this in .Net?
Thanks & Regards,
TC
In VB6, one could the following:
VB.Clipboard.SetData frmSubmit.picToolbarIcon.Image
or
LoadPicture(App.Path & MY_PIC_PATH)
I've tried the following but it does not work:
Clipboard.SetDataObject(MyApp.frmSubmit.ActiveForm.Icon.ToBitmap());
Does anyone know how to do this in .Net?
Thanks & Regards,
TC