MS FLex Grid Usage In MS VS 2005
-
Hello ppl, I have been trying to add Flex Grid to my MFC application in VS 2005. X| Actually I have added the ocx control but I cannot create it's class. :( When I enter Object Browser and choose fles grid ocx and click Add Reference button it gives me an error that the ocx is not in my reference path. :wtf: How do I create it's h and cpp file of ocx and use it in my MFC application? :confused: Thanx.... :)
-
Hello ppl, I have been trying to add Flex Grid to my MFC application in VS 2005. X| Actually I have added the ocx control but I cannot create it's class. :( When I enter Object Browser and choose fles grid ocx and click Add Reference button it gives me an error that the ocx is not in my reference path. :wtf: How do I create it's h and cpp file of ocx and use it in my MFC application? :confused: Thanx.... :)
Seems like I have sold my problem....... OK First we add a class to our dialog... after that we can add a variable to our Flex Grid object.. When you do that, adding variable dialog ahs two textboxes at bottom which asks for wrapper class for ocx, you just enter the name oh .h and .cpp file, VS handles it for you..