September 22nd, 2010 01:51 PM
Atlast I am done with all. So i got full understanding of MSUI .Ty everyone for your help .Very soon i will update this thread with code and sample.
September 16th, 2010 02:10 PM
It's always good to create object in constructor and delete it in destructor .try to avoid creating brush under your WM_CTLCOLOR it will just keep creating new brush every time without deleting them...
September 16th, 2010 10:17 AM
I am not sure what you mean by not working try to use GetLastError() if function get failed .Which will help you to understand the reason of your problem.
Thanks
September 16th, 2010 10:13 AM
Handle WM_CTLCOLOR inside your application .For more detail have a look in MSDN.
Thanks
September 16th, 2010 10:11 AM
Thanks Arjay for your time and effort. As i am already with MSUI automation and i got a lot of idea basically how it is working . Yes that is true that couple of places i am not sure but still i am...
September 14th, 2010 12:17 PM
Tat's what my requirement and i have to do that I am able to finish this by using other automation stuff .But i have to use MS ui this time. And a small confusion when you are saying Active...
September 14th, 2010 07:44 AM
Thanks for your Reply . Windows Software Development Kit (SDK) contain example of UI automation with List Item .I had tried that and that sample give me some idea .But still not fully understand the...
September 13th, 2010 04:00 PM
We can use C++ with Microsoft UI am pretty sure about it .Even platform SDK include a List box sample too for Microsoft UI automation So by that atleast i got some idea but confusion is how to...
September 13th, 2010 12:57 PM
Hi Thanks for your reply. Actually i already had gone through that .And regarding control had written my own class which basically exposes all the facility of grid control to the outer work so from...
September 13th, 2010 11:51 AM
Apart from above suggestion .Why not put a tooltip on Mouse pointer itself . Instead of using any third control .
Thanks
September 13th, 2010 11:48 AM
September 10th, 2010 01:29 PM
Yes. And i had made some progress too . But still a lots of problem are there . Will appreciate if you can help me to resolve this problem.Even we can take scneatrio of a List control with report...
September 10th, 2010 08:49 AM
I am having a application with Grid Control . Now i am implementing Microsoft UI automation on this .So that from UI spy++ i can check all the information of grid control cells . And had a test...
September 9th, 2010 07:46 AM
Hi Thanks for your reply .I am using stringrey Rogue Wave Software stingray grid and in my case everything in pure C++ .Had implemented my Class for exposing grid functionality . And i had a dummy...
September 8th, 2010 01:01 PM
Thanks for your ans. As my question it self tells that its a microsoft UI automation q .Don't know what else to explain here .My question is i had a grid control and i want to perform MS UI...
September 7th, 2010 05:07 PM
Hello All,
I had just Started working on Microsoft UI automation .It's pretty confusing to me as such there is no article and tutorial for doing stuff in C++.I learned Couple of things .SO at this...
September 7th, 2010 05:06 PM
Okay So i am gonna move it in a win32 Api forum .Hope that will be a right place for this.
Thanks
September 7th, 2010 02:18 PM
Hello anyone .Seems no one had ever tried this.
Thanks
September 6th, 2010 09:42 AM
I know that i am looking for someone who can help me to proceed with this and help me to understand the stuff so that i can finish this UI stuff.
Thanks
September 5th, 2010 01:25 PM
Yes you are abs right .I am looking for microsoft UI automation for C++ . Not for C# or WPF etc
Thanks
September 5th, 2010 08:11 AM
Hello All,
I had just Started working on Microsoft UI automation .It's pretty confusing to me as such there is no article and tutorial for doing stuff in C++.I learned Couple of...