Hi,
Im passing "& temp1 & temp2" string as a parameter to SetWindowText("& temp1 & temp2"). not sure why it sets the text as temp1 temp2. & character is getting removed.
Hello Guys,
I have taken Crash.dump for the problem below, and i opened it in VS2005 i located the crash point ,crash point is pointing to ntdll.dll and i can see the message...
Hello Guys,
I have a strange problem in Vista PC, actual problem is whenever i tick a check box i get an message like this “Configuration program for Omni PCX Office doesn’t work...
I need a special character Like (ä,ö,ü) to be converted to Lowerse in Linux using C/C++, I tried using tolower() but it always return -60 which is not the...
Hello guys,
Is their any function api available to convert a character to lowercase(eg:- A to a) in C,I tried with tolower but it returns a ASCII value but i need a character as...
hi guys,
I need a reference of already running outlook.exe in task manager, i tried with GetObject("", "Outlook.Application") it always creates a new instance,is their any other method...
No compilation error in VS2005 thank u VCproj ,is their any COM inerface available to get Active application.... CComQIPtr<IHTMLDocument2> pDoc; dosnt have any interface to get Active...
Im trying to compile the source code of this link
http://www.codeproject.com/KB/shell/enum_selected_elements.aspx
im getting an compilation error,Error shown below.