custom control
-
Hello I French, am sorry for my English. I have create CStaticCtrl class (CStaticCtrl.cpp, CStaticCtrl.h) derive of CStatic. I have just add OnCtrlColor in this new class. This news class functions very well. Now i want add this new class in "Tools Control" in Visual studio 6. I want a button in "Tools control" for drawing this new CStaticCtrl same as CStatic in a dialog. But i don't now. And you ? Thank xDiamant
-
Hello I French, am sorry for my English. I have create CStaticCtrl class (CStaticCtrl.cpp, CStaticCtrl.h) derive of CStatic. I have just add OnCtrlColor in this new class. This news class functions very well. Now i want add this new class in "Tools Control" in Visual studio 6. I want a button in "Tools control" for drawing this new CStaticCtrl same as CStatic in a dialog. But i don't now. And you ? Thank xDiamant
Hi xDiamant, I don't think you can get a button for each and every new control you design. But there is the "Custom Control" button that will allow you to use any control you have created, in the resource editor. This article should help: Creating Custom Controls squidev
-
Hi xDiamant, I don't think you can get a button for each and every new control you design. But there is the "Custom Control" button that will allow you to use any control you have created, in the resource editor. This article should help: Creating Custom Controls squidev