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: 51 - 75 of 3999
 
Hello, I have an explorer style MFC application, that displays various CFormView derived classes at different times. I'd like to have a "heading" for each view, that describes what that vie...
Hi All, Can any body give me a solution in which I need to post/send BN_Clicked message using SendMessage or PostMessage methods I have tried like this. But they are not working. SendMe...
Suppose I create an object of a given structure like this: DataStructure dataObj; Suppose DataStructure is long and complex, and has lots of variables of different types. Since dataObj ...
I got an app where I get intermittantly First-chance exception in bonder2.exe (GDI32.DLL): 0xC0000005: Access Violation. Unfortunatly this is repeated so fast that the Debug tabwindow only ...
This should be an easy question. I'm using C++6.0 and DirectX 7.0 with the SDK. I'm trying to do this: hRet = DirectDrawCreate(NULL, &pDD, NULL); and then compile. I get the followi...
Hi, I created a dialog that contains CStatic object ( m_myText ). I would like to change the size of the font. Below is a code snippet, what am I doing wrong?
Hello, i want to send a message to another window(program - which i know only it's name - i don't have it's hwnd) this is the code i wrote: SendMessage((long)HWND_BROADCAST,WM_LBUTTONDOW...
hi all,  My dialogB has a combo box and a save button. For initialization, if the combo box is empty->  Save is disable. IT works perfectly.  However, when user type it, how can i make Save...
Hi there, Is there anyway I can tokenize a cstring in VC++? For example, if I have this cstring "356,days,12,months,52,weeks" Is there any way I could get back string1 = 356 string2 =...
Hi, I have an annoying error, a simple one I think, but I can't find it on EE. I just can't compile and it says this: ------ Build started: Project: Calc_Marco, Configuration: Debug Win32 -...
Hi there, I'm implementing my 1st dialog box in Visual C++ 6 and I'm struggling. I've got a project : It's an Outlook add-in which adds a button to Outlook. I want to display a window when ...
I have a dialog box where the user enters a string for a directory name. I need to check to see if the string is valid for a windows directory before it is created, such as it is not past the...
Dialog boxes Controls get the focus in a specific order when the user hits the TAB key. In VC++6 this order is decided through the interface (Dialog resource editor / Layout / Tab order - or ...
hi guys, thanks for the effort. i am trying to program an application [MFC App Wizard(exe)] using MFC. i need to make 2 dialogs and make them connect each other and pass data some thing like...
Tools/platform: Visual Studio 2005, VC++ 8.0, Windows XP. Build: Multithreaded DLL release libs. (/MD) In release build (never in debug build) our program occasionally crash on exit. It se...
I have some forms in web pages.  Example 1. User goes to my site 2. User enters data into the form on my web page 3. User press submit button, which turns runs a perl script etc. 4. Results co...
I am trying to create a custom conrtol. i had already used some codeguru.com and codeproject.com articles such as this http://www.codeproject.com/staticctrl/CustomControl.asp. These articl...
I have 2 questions, but I'll ask the first in this one! I'm trying to export a dll function using the following syntax: char* __declspec( dllexport ) myfunc(); however when I compile ...
I have a dialog with a tab control on it.  Tab pages are created from dialog resources.  When the tab control displays, the tabs are "white" and the background of the tab pages is the COLOR_BT...
Hi, 1.  First and foremost, this question is about Combo Boxes in MFC ONLY.  COMBO BOXES, NOT LIST BOXES. 2.  I am creating this program that is taking video camera information in a com...
I have a CListCtrl in a dialog box.  I would like the last entry of the dialog box to have a different background color (e.g. yellow) or a different text color.  I am using VC6.0 and using the...
How can I convert a data of CString type into int in EVC?
My company uses an old program developed in company using Visual C++ version 6. With an upgrade to the operating system, when the program runs it now fails because, apart from My Documents,...
I have machine A and machine B runing win-2000 and they are independent.Machine A is connected to the Internet through my service provide("Dishnet" phno-172341) by dial up connection same way ...
Halolo Everyone! For my programm I would like to be able to chage the color of the cross in a Check Box and the dot in a Radio Box. How do I do this? I overloaded the CButton class and c...