guys please post me an example for threading in MFC....it should show the progress and at the same time it should display the text,,if u anyone k开发者_运维问答now some examples, please post me...The
I am using c++ MFC How can I get the file security attribute in windows, is there any handy开发者_StackOverflow社区 api?
I am trying to create a wizard like structure using dialog boxes...So I replaced the code in CDialog1App as below
I created main dialog and call no modal dialog, how can i check in main dialog that button is clicked in no modal?
Friends its really giving me a great head ache about the problem I am facing for the couple of days...Its simple...I want to communicate between two/moredialog boxes for example if there is a variable
I have an Application and want to drop a file in it. I used the COleDropTarget class and derived from it. In my CMainFrame class in the methode OnCreate I register it. This return true.
WinXP used. When I click the default cross icon to close my application. The win form of 开发者_运维问答my application disappeared, but MyApp process still alive in the processes list when I open the
I\'m in the process of migrating some of our old code into Java and have become stumped on connecting to开发者_StackOverflow (what I believe are) MFC ASP ports.
From CString to char*, ReleaseBuffer() must be used after GetBuffer(). But why? What will happen if I don\'t use ReleaseBuffer() 开发者_StackOverflow中文版after GetBuffer()?
Is there an easier way to do it than this, and if this is the only way, are there any potential memory leaks here?