You can change the static const wchar_t szUserSwitch[] = _T("user"); with static const wchar_t szUserSwitch[] = L"user"; regards
dlocarnini
Posts
-
How to use multi byte character set in vs2008 ATL -
Calendar outlook styleIt should display the calendar with the appointment as in outlook 2003. I have download the demo but I have not found a demo that shows the calendar as in appointment of outlook 2003
-
Calendar outlook styleThere is a demo downloadable to verify if it fit to me?
-
Calendar outlook styleI would like to use a control implemented with MCF. It should display the calendar with the appointment as in outlook 2003
-
Calendar outlook styleI would like an MFC code instead then an ocx. I would like to show it as outlook 2003 in a view. By means of the MFC wizard intercept the message.
-
Calendar outlook styleI have to create an application to manage the appointments, I have to insert, modify, move, delete any appointment. Where I can find (or buy) a control like the calendar in outlook 2003?
-
How to create an hyperlink on the desktop of my MDI applicationI have written an MDI application. I wolud like to create on the desktop of my application an hyperlink to my web page How can I do this? I'm able to create an hyperlink in the dialog box but I'm not able to create it on the desktop of my application