Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows MFC Solutions: 76 - 100 of 3999
 
Hi everyone I got a problem with the windows.h file. i wrote only a simple programe and it gives me loads of errors. #include <windows.h> #include <iostream.h> int main ( void ) { ...
Can somebody please give me an example of how a settimer function call works.. It is asking for 4 parameters while I see in msdn that the standard is only 3 parameters.. Im a beginner in...
Is it possible to give tool tip for various ComboItems in a dropdown combo box at the time of selection. i.e. When we click the combo, it shows the combo item in a dropdown and the comboitem g...
This Security update for SQL Server 2005 Service Pack 2 will not update. In the system event log it is error 0x80070643 and event ID 20. There is also a Security update for >NET Framework 2.0 ...
Hi, I am currently developing an application on visual studio 6.0, and i wish to change the MFC icon on my application header. Anyone can help? Thank you.
Hi experts, I am a little confused.. I am trying to include into a mfc dialog-based project a child window created with CWnd class, but I can't get this code working: CProp::CProp(CWnd*...
Hi, I'm using "programmer studio" and visual studio 6 . For the configuration of "programmer studio" I have to give the command line for building and compiling a project with the vc6-compiler....
I've got a script which can do serial communication. Its very helpful. When i try to send data in two successive lines. only one gets excecuted(Since this is multithreaded) . I cant find ou...
i would like to Enable and Disable USB ports. I have read that it can be done by changing the registry value but the problem is you need to restart or remove and attached again the usb device....
I want to draw concentric circle with hatching inside the ring structure. I mean to say, I can draw concentric circle with hatching inside the circle but i want hatching only the area betwe...
Hi friends ... there is a problem i am facing ....  want a for loop to wait for about 100 ms in every loop ...the loop draws a particular image using opengl. for (.....) {    .........//...
Hi, I use ShellExecute or ShellExecuteEx to launch an email program, say, Outlook. It is fine. However, I am not able to attach a file to the email. Seems the "mailto" protocol doen't suppo...
Hi, I want to creat a dynamic array, (such as Delphi) but I don't know. Pls help me. Thank in advance. VinhDH
Can i donvert "double" to "CString" ???
Hi guys, I am compiling my application in Release Mode (Debug Mode compiles no problem), and am getting these errors: CustomBrowserDlg.obj : error LNK2001: unresolved external symbol __i...
I'm using CFileDialog to let the user open a file and it returns a CString with the file name. I want to use that file name to load an Image (Class), but the Image(Class) parameter uses const...
I have downloaded Microsoft SDK. Then I have moved all the files from C:\Programmer\Microsoft SDK\include to C:\Programmer\Microsoft Visual Studio\VC98\Include Then I have in my program w...
Hi Experts, In my Excel automation project, the program itself executes the SetSaved or SaveAs for a Workbook normally. However, after that, if I double-click an .xls or .csv file to open t...
Hi I am trying to develop a surface plot in C++ using MFC enviornment ... I have started looking into OpenGL usage ... The user will provide the data for the three axes (as input)... Is there...
How do I from my Windows CE C++ program hide the system taskbar.
Hi Expers:                 I have a program with a Class "class COpenGLView : public CView" this is running well in SDI if click with the mouse I am entering to COpenGLView::OnLButtonDblClk(U...
I would like to change the font, color, and size of the text displayed in a CEdit control. I'm using VC++ 6.0. Some sample code would be greatly appreciated. Thanks, Torsten
Hello. I'm a delphi developer and I'm trying to get into MS VC++ and MFC. Can you give me some links where are good free eBooks, domuentation, guides, tutorial to MicrosoftVisual C++ / MFC p...
Experts, In my MFC project i have one dialog window, combobox and command button. The combobox contains 50 items. My problem is how to set the dropdown height/items of the combobox. In V...
Hi, I have a List Box(CListBox) in a dialog template. If the item entered in the list box is lenghier than the width of the List box then i want Horizontal scroll bar. In properties of lis...