I have propertysheet with three dialogs.
I want to process them automatically by calling OnWizardNext() in OnSetActive() method for not showing that dialog. It is working fine except for the final...
Hi,
I have created a word addin project in VS 2008, then publish it, now I want to install that silently through my setup program, but it always open the GUI even I call createprocess API with...
Hi,
Is “windowsbase.dll” part of any of the version of .net framework? I have googled it lot but unable to find proper answer, can anyone please tell me about that.
aspnet_regiis.exe -ga "Network service"
The above command grants "Network service" access to the IIS metabase and other directoriesused by ASP.NET.
Is there any way to do using "Security...
There is a tool "Terminal Service Manger" available in Windows 2k3, does anyone know is there in any tool available in Windows XP like "Terminal Service Manger".
Hi,
Can anyone please tell me how to determine if ".Net Framework 2.0 SP1" is Installed, currently I am reading "Install" "dword entry" from registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET...
I am using following code to send message to remote machine through sockets, I am calling mentioned code when a button of MFC dialog based app is clicked and it is working fine. But I don't know how...
Does anyone know how to manually uninstall Microsoft Data Access Components (MDAC) and Microsoft Management Console (MMC) from Microsoft Windows Server 2003 SP2.
Can anyone please tell me how to catch an cell change event due to formula, for example if at cell A3 has got formula =A1+A2, now if the value of A1 has changed then it reflects the value A3 too, but...
Hi,
I want to change default name of control when I drag and drop a control.
For example when I drag a label control on a form it default name is label1 and when drag another control its name is...