Hi Anil, I tried to do so, but if I want to acces it from the app like CDialogXX m_dialogXX; m_diologXX.create(ID_SOURCE, NULL); // ID_Source is a resource of the DLL // but #defined in both identical. the AFX_FindResource()-Function will abort. TRhats my problem. Thank you for helping Regards Meinhard
meinhard_risch
Posts
-
Dialogs in DLL's -
Dialogs in DLL'sHallo to all, is there anyone who works with Dialogs and modless windows in DLL over MFC? How can I handle the right resources? What kind of DLL is to use? If it is possible, I want to use a Win32-Project with MFC as Console-App. Is it possible? Thank you Meinhard :zzz:
-
html-based modless Windeowthanks for all, it works fine !!:)
-
Exporting data to Excel worksheetI use this one since a long time. You're able to modify it like you want. http://www.codeproject.com/printing/testexcel.asp
-
Help with setting values to char arrays (strings);:-O
-
html-based modless WindeowThank you for your answer. But the difficulties never ends. The linked sample is written for Vers 8.0. I'm unable to use, because I#m only owner of the 7.0 Version of VS. Hope you would help me again. All the best Meinhard ;)
-
html-based modless WindeowThank you very much!! I tried it and it works fine! But as a stupid I am, my question now is, how to put it on the sreen in a window? Thank you for helping again. Meinhard :) :confused:
-
Help with setting values to char arrays (strings);or try this for(i=0;i<4;i++) sprintf(word[i],"word%d",i); :rose: Meinhard
-
html-based modless WindeowHi to you, sorry about me very bad english. I'm looking for a way to include a html-based resource in a project and diplay it as an modless Window. Can somebody help? Meinhard :confused:
-
Help Connecting a unconnected Network-DrveHi to you all, please help me. I'm looking for a method, to get fully access to a network-drive. It should be like it's done by the OpenFileDlg. Thank's! M.C. Meinhard :confused:
-
ThreadingHallo, I had a simmilar problem and I solved the problem by using a shared bool var. if the var is set to true from outside the thread terminats its self. Try to use it. Meinhard
-
Audio streamingHi to you, I'm looking for a way to stream audio-outputs over a local net. So first I have to program a server, which listen the wav-output and secound I have to make a client which access data from the server using ftp. At the end, I can hear the same music over several floors using wlan. Could everone help me to realise this? Thank you! Meinhard