Hi Madrid,
MBCS.exe is just giving its handle to the dll. Dll is not returning anything to the Exe. Dll may pass some events to the Exe by PostMessage (some #define values only ).
So will it cause...
Hi ,
I have a an exe and a dll. Exe is _MBCS.
But the dll is _UINCODE. Will it cause any problem if i load the dll from the exe. I won't be passing any strings to the Dll.
But i will be passing...
I tried to call GetSystemDefaultUILanguage() but it is giving compile time error. I included <Windows.h> and <Winnls.h>.
But still it is giving error. I am...
Hi,
I need to get the installed OS Language. I don't need the default Locale Language. I installed Windows 2000 English in my m/c.
Later i changed the default Locale to Japanese.
So when i check...
Hi David,
I have tested the same code in Win2000, SP2, SDk and it worked.
Thankyou very much David...
Now i have to Enable/Disable the DHCP.
I would inform u if it is a success.
Hi All,
I have to use Win32_NetworkAdapterConfiguration class for getting/setting Network properties.
eg: For enabling DHCP. ( call the member function EnableDHCP() of this class.).
Hi,
How can we set the Network properties programatically.
like Enabling/Disabling DHCP or setting DNS server address.
Any related information would be a great help for me.