Use visual studio resource editor.
D
Debojyoti Majumder
@Debojyoti Majumder
Posts
-
Log Control -
retriving hindi unicode data from database access in cstring variable in vc++,mfcYou can use the code like this also...
TCHAR szMsg[256]; _tcscpy(szMsg,OLE2T(dataHnd.bstrVal));
I hope this might help you... -
Registry Reading problem in Windows 7Hi all. I am reading some value from registry within a COM module. The code runs fine in Windows XP and in Windows 7 locally but in remote I am not able to read the value from the XP. I am using CRegistry class to access the registry.
-
Re:MessageBox not showingI am running my code in Winodws 7. I am using MessageBox() but it's not showing in the screen. The control is reaching there.