| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by carossopatrick
Hello all,
I've always worked with Qt on Linux, and I'm used to this:
connect(&SenderObject,SIGNAL(SenderSignal),&ReceiverObject,SLOT(ReceiverHandler)
Now I've created a CEdit inside a CDialog derived class:
CEdit...
|
|
0 |
248 |
|
|
by thecrossover
Hello there
i have just started with the Programming shit
i tried downloading Microsoft Visual C++ for windows 7 64 bit
but could not find it and teh ones i found where not compatible
need help so can excellerate faster
|
|
2 |
910 |
|
|
by CarlosEver
Hello mates,
I'm trying to send a windowsmessage from an app in C# (Compact Frame) to another one in C++ (MFC), both of them in a PDA.
In the receiver app (MFC) I realize that I receive the message but I can't read the string message, it shows a little square.
This is the code of the Sender...
|
|
0 |
187 |
|
|
by Ollie60
Hi
I am new to the whole Visual Studio thing so please bear with me. I am trying to insert a custom control to show charts created using ChartCtrl (www.codeproject.com/Articles/14075/High-speed-Charting-Control) into an existing SDI application dialog bar and am getting the following message...
|
|
0 |
241 |
|
|
by Monique7
Hi, I have an MFC application project and I import data from a file, saving the number of lines in a variable- nr.
After I build and run there is the output window and if I resize it , the number of lines increases with each resize(like if there are 4 lines in the text file it's first 4, then...
|
|
0 |
214 |
|
|
by nl.dhasmana
Dear Gurus,
Please see the code below, it is getting data from .mdb file and writing output to a text file. But when I see the output it shows like this:
22281-107374176.00-107374176.00-107374176.00-1073
Please see where I am wrong,
//#include <dbdao.h>
#include <afx.h>
|
|
1 |
329 |
|
|
by Janakiraman
Hi All,
A main application is calling another application (exe) multiple time (5000 times),
What issue we will face.
Can any one let me know.
Thanks,
Janakiraman
|
|
0 |
307 |
|
|
by aaroncohn
I'm running Visual Studio 10, and I have two projects, each containing a single class (Matrix, Fraction), within the same solution, with Matrix being dependent on the Fraction. When I try to compile the Matrix class, I get a whole bunch of unresolved externals from the Fraction class in the object...
|
|
0 |
221 |
|
|
by Bibhu.GDIForums
Hello members,
I am using MFC for my project in visual studio 2008.
I have a scroll view.
I am showing bmp/jpg files on it by using Graphics class provided by Gdiplus namespace.
The code for that is as below.
//----------------------------------------------------------------
void...
|
|
0 |
394 |
|
|
by rola
I would like to dynamically allocate a structure. In my program in the main function the program prompts the user to type in the number of players. If there are two players I would like to create two player structures to store the player's information. Though the program compiles, I get an error...
|
|
1 |
484 |
|
|
by lauale16
Hi, I am trying to understand the CComboBox and its different functions for that I do a small dialog based program which contains a combobox and I want to give the user the possibility to add a new item to the list.
I add two check controls (Old Color and New Color), a combobox (to select the...
|
|
0 |
335 |
|
|
by thefallenangel
Hey guys,I have an IR sensor here and I was wondering would it be possible to create some sort of mfc program to move an image on the screen with the sensor?
The sensor I have is the same as this video here and I was thinking of maybe doing a more basic program of the one being shown...
|
|
0 |
287 |
|
|
by ssunghhan
Hi. My friend worked on this MFC project, and I would like to continue working on it on my desktop. However, it cannot load rc files.
undefined keyword or key name: ID_REALTIME_DATA
Error executing rc.exe.
Creating browse info file...
CANFlash.exe - 1 error(s), 0 warning(s)
We are trying to ...
|
|
2 |
596 |
|
 |
by szmitek
I am editing MFC program which is changed version (not by me) of Microsoft DIBLOOK sample. This program allows to open DIB image, edit it and show result in another window. Open images are showed in windows with scrollbars and edited (result) images are showed in windows without scrollbars. I want...
|
|
0 |
524 |
|
|
by mutexe
hiya,
I'm saving away my toolbars to file (they derive from CMFCToolBar), rather than saving to the registry. As well as the toolbar properties, i am also serializing away the pane properties (i.e. the positions of where the bars are docked).
When i deserialize i create my toolbars by doing...
|
|
0 |
682 |
|
|
by m6.net
Can anyone help on updating database from the VC++ windows form application in VS 2008
|
|
1 |
349 |
|
|
by TransformedBG
So ive been writing a menu
void mainMenu(HWND& hwnd,HINSTANCE& hinstance, LPCSTR windowName, LPCSTR winClass)
{
counter ++;
ScreenX = checkX(ScreenX);
ScreenY = checkY(ScreenY);
hwnd = CreateWindowEx(NULL, // extended style
winClass, // class
...
|
|
0 |
763 |
|
|
by ssunghhan
hello i am new to mfc
i created 2 dropdown comboboxes, and i addstring to them.
when i select the items on combobox and exit and open dialog again, only one of em appear. i want all of em to appear the selection i made when i reopen the dialog.when i debugged it all my selection are stored.
here...
|
|
0 |
627 |
|
|
by ssunghhan
Hi
Hi, I would like to display a an array of 10 integer values in one editbox. It should display one integer first and than after one second another and so on.
I am using UpdateData(false).
Please Help
|
|
2 |
506 |
|
 |
by aijazbaig1
Hello.
I am using C++ to write code to create a network 'team' on a machine having an intel proset network adapter. I am using the IANet_TeamOfAdapter CIM class as mentioned in their WMI scripting guide.
To be specific I am unable to set the TeamingMode property of this class. It requires a...
|
26-Sep-2011 23:10
by admin
|
2 |
528 |