Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Windows MFC Solutions: 26 - 50 of 101
 
I've never used a "Tree Control"  I need a solid example of how to use it: the following BOOLs are set:      m_bHasButtons = TRUE;// button style      m_bHasLines = TRUE;//has lines      m_bLinesAtRoo...
Hi i can not make this section of code in loop. is it possible in C#? i am trying to insert text from const to control             this.txtSqlFile1.Text = sSql1;             this.tx...
I'm using NM_CLICK in my program and it works; except to get the subItem ("Leaf" of Parent "Leaf") the User has to click twice to make the selection.  I want my propgram to work as Visual Stud...
to show a message in my MFC GUI application like "Working ..." in a dialog box which I will not show ( or take down) after the task is done - similar to messageBox without button and NOT block...
Hello, I do not really understand the icon world at the moment. Can please someone give me a hint what kind of iconsizes a icon file for Vista and XP need to have? like 16 RGB/XP/256 24 RGB...
I have created serveral mfc chld dialog "forms" that are created when the application starts up, but they are not visible .. m_form.ShowWindow(0).  I can call methods on the dialog classes wit...
I have main GUI thread, which creates a worker thread by using AfxBeginThread(..). From the thread I am trying to post message to the CView derived class. PostMessage returns 1, but I don't ge...
Hello Zoppo, I hope that is the last question about the MultiColumnComboBox. I hope the answer is easy. Everything works now fine. But I want add a new ComboBox....so that I have 2. The fi...
I have an application which has quite a lot of control in a dialog. I am thinking to use GetDlgItem to get the controls which request by user and update the control according to the type of co...
Hi all I'am a beginner in MFC and my first question in EE. I have a problem to adding a items from three EditBox via button, then the items will displayed in the column?
Related to this question: http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_24770848.html and this question http://www.experts-exchange.com/Programming/System/Windows__Pr...
How to make Win32 C++ program fullscreen? Related to this question: http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CPP/Q_24770848.html
I wrote an application in C++ which uses Deoxygen as the documentation tool. I am done with application. Now as far as the documentation part is considered it generated html documents  for eac...
Hello, Zoppo I have a new question regarding the combobox with column. -------------------------------------------------------------------------------- How can I send a CString with SetDlg...
Hi Zoppo, I tried the program on Windows XP and everything works. My main program runs  on Windows 2000. After I done the fist steps.... I got a stop here. I thought this one would run als...
Hello, Zoppo can you help me with step by step to override the class: -------------------------------------------------------------------------------- About the second question: To impleme...
I am developing an application. In this applicaiton, I have designed a UI Thread for a dialog. The CUIThread class inherits CWinThread class and have a thread message map to update the UI cont...
How do we find the handle of the dropdown control created when we type something in the filename control area. Please refer to the image and the dropdown control is highlighted in the red rect...
Hiya I have a dialog which has property pages imbedded in it. I have various controls in the property page. When I move through these controls using the Tab key i.e. giving the controls ...
The code comes from http://www.codeguru.com/cpp/controls/combobox/multicolumncombos/article.php/c1819/ Hello, one last thing....how can I change the color of the bar from grey (see hardcopy)...
I used MP3Resizer to resize a 44,100 Hz 16 bit file to 22,050 Hz 16 bit file. I use Windows Media Player 11 (wmplayer.exe) to play the original file but it will not play the resized file.  I ...
I am new to MFC, but have been programming Windows for many years.  I have a dialog based MFC application.  I would like to add a custom control to the dialog box, and I can't quite figure out...
Hi Experts, I would like to measure accurately (sub-millisecond precision) some code sections in my MFC Dialog application by using QueryPerformanceCounter.I'm using a machine with AMD 64 X...
Please see the attached code for header and implementation code. How do I get the data from the CPropertyPage after the User has entered the data? I cannot get the data from the CPropertyP...
I am trying to build a C++ MFC stand-alone application that doesn't required an installation procedure, and I'd like to not HAVE to include DLLs with the application. I have accomplished th...