Change Icon
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to change the boring Icon when you create an ActiveX control in VS 7.1 The default - rectangle with circle is pants!
Modify OnDraw()
-
Is it possible to change the boring Icon when you create an ActiveX control in VS 7.1 The default - rectangle with circle is pants!
Select the resource->Bitmap->IDB_ATLCON Here you can draw a new Bitmap or import a bitmap file. And delete the existing IDB_ATLCON and give the same name to new Bitmap. regards Vallikumar A
-
Select the resource->Bitmap->IDB_ATLCON Here you can draw a new Bitmap or import a bitmap file. And delete the existing IDB_ATLCON and give the same name to new Bitmap. regards Vallikumar A