For Dialog based. There are WM_ for double click but not working. Any idea?
Fedrer
Posts
-
Double Click on ProgressBar -
Double Click on ProgressBarHello, How can I handle double click event on Progress bar?
-
COM usage issueThanks, Actually I got it. In my case it is .tlb file which I need to use to instantiate interface. Now one more problem came :) COCreateInstance() is returning REGDB_E_CLASSNOTREG Class not registered. Do I need to register tlb file like a com dll? If yes then how can do so?
-
COM usage issueThanks for link. Actually I am aware about the usage of COM but now problem is something different. How to use COM interface defined in my first application which is an executable. It does not produce any dll or lib. I need to give some reference to my second application to access same COM interface.
-
COM usage issueHello, I wanted to communicate from one app (exe) to another app (exe) so I implemented COM interface in first application. There are only .idl and some auto generated files (xxx.h & xxx.c) in first app but I dont know how to use this interface in another application. Please guide.
-
change exe pathThanks for reply. This is what I am doing. Changing the output dir path will only change the creation of executable path. But when I run it using ctrl+f5 it gives error because program is looking the exe in old(debug) folder
-
change exe pathHello, Actually I have changed the path of generation of exe from Debug to some other folder in Visual Studio 2012. Its generating in desired folder but its not able to launch it becuase it still looking the exe in Debug folder while launching. Can you please help me to change the setting to run it.?
-
console app which handle windows eventsMy mean to say... Can I create windows console based app which can receive events? I think in Windows service we can receive events, same way I want. Is that possible?
-
console app which handle windows eventsHello, Can you guide me though simple steps to create a console application which can also handle windows events?
-
ExplorerHello, I want to create application like windows explorer. I think I can use builtin tree and builtin list view. I think there are some interface IShellFolderTree or IShellFolderList. Can you please guide me with any example/article?
-
Tab OrderI have 5 Edit ownerdraw controls on dialog. How to set Tab order in a go?
-
Tab OrderI created some edit controls on a dialog box at run time. How to set tab order for those controls?
-
Disk InfoHi, How can I get the all connected harddrive to my pc and logical drive name corresponding to physical drive? I think WMI can help me right?, if yes please help mw with any suitable link.