i finally found out, it was not a coding problem, but a problem in the settings of Windows. With the correct settings and the russian language installed correctly, the dialogs are...
Same result. Of course the string is in the resource file. It is found in the english, german, ... version. The russian recource-dll also contains the string.
i have an not Unicode MFC Application, programmed in Visual Studio 2010 with C++. For translating my software, i have extraced all the resources into a resource -dll. This dll is...
Hy, i was a little on holiday.
If i try to do so, i get an error message like described above. I do not have a design manager. What is that? There is nothing with that name in my environment. I am...
Thanks for that, but this is not exactly, what i am looking for. I dont want a workaround for that, i would like to use the "normal" mechanism.
I have found out something new.
In VS opening a...
Hy there, i found something strange. If i have a Windows Forms Project and add a editbox i find under application bindings a binding. I try to enter one and there comes a message (in german) like...
Hi, i just switched from VC6 to .NET 2 (2005 edition). Besides a lot of other things i have problems to get used to the all new techniques. I want to store a value in a dialog for the next session...
:confused: I have a littel application that sends an mail with MAPI. It works fine when I have Outlook express as the standard mail program.
When I activate Outlook 2003 as the standard mail...
Hm. On my W2000 machine, the same source can be debugged fine. But on my notebook with XP pro it causes an ASSERTATION if I try to debug the code. Compiling it to Release makes my App work, but I...