Hi, I need to check from a dll that If a particular driver is already installed or not. Also i need to un-install it. I have INF file of the driver. Please let me know how can i do this using C/C++. Thanks Prasanth
Prasanth outofboxt
Posts
-
Check and uninstall a driver programatically using C++ -
Issue with CFolderPickerDialogOk Thanks!
-
Issue with CFolderPickerDialogHi, I am just to trying to customize folder selection dialog by deriving a class from CFolderPickerDialog in VS2012. But VS2012 Wizard does not provide the option to add class with base class from CFolderPickerDialog. The base class list in Add Class wizard does not contain this class CFolderPickerDialog. Any idea why this base class is missing? Also i tried manually added a derived class with CFolderPickerDialog as base class with correct message map related maros, function etc. But still i cannot get WM_TIME event handler, OnInitDialog is getting called in derived class. If anybody having any ides pls let me know. Thanks, Prasanth
-
CFolderPickerDialog can't be inheritedHi, I am just to trying to customize folder selection dialog by deriving a class from CFolderPickerDialog in VS2012. But VS2012 Wizard does not provide the option to add class with base class from CFolderPickerDialog. The base class list in Add Class wizard does not contain this class CFolderPickerDialog. Any idea why this base class is missing? Also i tried manually added a class with CFolderPickerDialog as base class with correct message map related maros, function etc. But still i cannot get WM_TIME event handler, OnInitDialog is getting called in derived class. If anybody having any ides pls let me know. Thanks, Prasanth