| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by komalwaseem
On the Dialog Box, the user enters his/her name in an edit box and I save that name in a dynamically allocated array :
UserName = new char*;
for(int a=0; a<NumberOfUsers; a++)
{
UserName = new char;
}
|
|
4 |
45 |
|
|
by fakepoo
Hello,
I have an application that I developed in EVC++ 4.0. This application runs on PocketPC 2003 platform and uses DLLs that I also have created.
I am currently trying to build and run the app in debug mode so that I can use a diagnostic program to catch problems but if I build it in debug mode...
|
|
1 |
29 |
|
|
by Sureshpr
In the Visual C++ 6.0 MFC Application how we can set the version number?
========Suresh
|
|
5 |
1,013 |
|
|
by Peter_APIIT
Hello to all expert MFC programmer, i have learn basic of MFC such as CFrame and CWinApp.
I plan to write a internet relay chart application.
What should i know in order to write this kind of application ?
Thanks.
|
|
0 |
18 |
|
 |
by -girl-
Hey there experts...
i'd like to know, how do i link the database on the MS SQL Server 2005 to the MFC dialog Application?
im gladly appreciate if u show me step by step n some examples...
thanx in advance.. :D
|
|
21 |
296 |
|
|
by diyora
Hello all,
My stdafx.h file contain:
#pragma once
// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER // Allow use of features specific to Windows...
|
|
0 |
35 |
|
|
by Liquidxt
I have a program due in a very short period of time for class, but can't seem to get it to work right. here is the code so far
#include <iostream>
using namespace std;
int main()
{
int SSN, q;
|
05-May-2008 20:17
by dlp
|
2 |
35 |
|
|
by SlavikNik
Need help: How to print int values on the client window? pDC->TextOut() is good for CString only. If any similar function, or I need to Format CString?
|
|
1 |
46 |
|
|
by puremorning
Hello,
I've got a CHtmlView that I want to print as a PDF, so I call OnFilePrint by I get always "about:blank" as default filename suggested to the user.
Is there a way for changing this behavior?
My idea would be to use the title of the HTML document contained in the CVHtmliew...
|
|
0 |
33 |
|
|
by manmfc
Hi,
I have dialog modelled with DoModal(). In that dialog I have a picture control box. In that I added picture as static from the properties of that picture control. Now at runtime I wanted to change that picture to some other picture based on the validation. If something goes wrong I want...
|
|
0 |
44 |
|
|
by manmfc
Hi,
Here I got a problem. I have created a dialog window with DoModal(). Now in that window I will read a file in OnInitDialog(), that file will have variable number of fields( File1 may have 10, file 2 may have 20 etc, and all these files are with same extension). Now based on the number of...
|
|
2 |
67 |
|
 |
by pfanning
I am totally lost on this one. I am stuck on populating a circular link list with random generated ints. I cannot get the list ordered. My biggest problem is with inserting a value greater than the front. Any advice would be gratefully received....
#include <iostream>
#include...
|
|
1 |
70 |
|
|
by rag84dec
Hi,
I have a CListCtrl with the check boxes to the extream left of each row.And i want the check box to be set only if the mouse is clicked on the check box only not on any other place in that First cell of that row.But now even if i click on the text on the first cell text it is generating the...
|
|
0 |
36 |
|
|
by amax
Hello,
I am Trying to make MFC application for windows Socket.
I have made console application with windows socket and I am able to establish communication between Client and server.
I have made Dialgoge based applicaiton in MFC also. Now I want to establish Dialogue based client server...
|
|
1 |
87 |
|
|
by phylao
Hello,
I have written an application that allows add/retrieve/delete to the linked list and in the same time, update in the MFC dialog's combo box.
It has no problem deleting the first item in the combo box, but whenever I tried to delete the subsequent item, it shows in the combo box that the...
|
|
3 |
170 |
|
|
by komalwaseem
In my program I take appropriate values from the user and then click a button to draw a circle on the same dialog box. However if I change the values and then again click the button to draw, my previous circle is erased and the new one is drawn. What I want is for the previous circles to stay there...
|
|
1 |
88 |
|
|
by sankari27
Hello,
I have a dialog where pressing a button calls to AllocConsole()
showing a console a pressing in another button on my dialog close the console calling FreeConsole(). Everything works fine.
But if the console is closed using its close button then the next error appears:
"user breakpoint...
|
|
0 |
55 |
|
|
by Kiriyama
The problem i am having currently is that I have to make a button that says 1. Then when you click on the "1", it goes away and it shows an "X" (w/o the quotes) in the same spot.
EX:
______ .......... ______
|,,,,1,,,,|*click*|,,,,X,,,,|
|______|..........|______|
|
|
1 |
64 |
|
|
by leo_83
Hello ,
What works
I have built a application in Visual Basic (Visual Studio 2008) to connect my application to postgres database using add datasource procedure (ODBC)and most of the controls i need to read,write,update to/from database i.e. insert and delete data are created on bindingnavigator...
|
21-Apr-2008 21:03
by Jana
|
3 |
116 |
|
|
by Jana
Hi Guys,,,
I'm working with an existing MFC application. I need to run a VB .NET application via this MFC application and wait till its closes....
I went thru several websites which suggested that I use ProcessStartInfo and run the VB.NET and wait for that...
when I insert
#using <system.dll>...
|
21-Apr-2008 01:48
by Jana
|
1 |
65 |