GIDForums

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Post New Thread
Threads in Forum : MS Visual C++ / MFC Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order 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; }
10-May-2008 11:55
by komalwaseem Go to last post
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...
10-May-2008 00:59
by Peter_APIIT Go to last post
1 29
 
by Sureshpr
In the Visual C++ 6.0 MFC Application how we can set the version number? ========Suresh
10-May-2008 00:37
by delinhabit Go to last post
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.
08-May-2008 04:44
by Peter_APIIT Go to last post
0 18
Exclamation
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
06-May-2008 19:15
by -girl- Go to last post
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...
05-May-2008 23:23
by diyora Go to last post
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 Go to last post
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?
03-May-2008 09:31
by TurboPT Go to last post
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...
02-May-2008 07:27
by puremorning Go to last post
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...
30-Apr-2008 01:02
by manmfc Go to last post
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...
30-Apr-2008 00:57
by manmfc Go to last post
2 67
Arrow
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...
29-Apr-2008 12:38
by pfanning Go to last post
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...
28-Apr-2008 23:14
by rag84dec Go to last post
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...
26-Apr-2008 07:43
by davekw7x Go to last post
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...
24-Apr-2008 14:11
by fakepoo Go to last post
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...
24-Apr-2008 05:29
by shabbi89 Go to last post
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...
22-Apr-2008 03:11
by sankari27 Go to last post
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,,,,| |______|..........|______|
22-Apr-2008 02:29
by rvicta Go to last post
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 Go to last post
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 Go to last post
1 65
Post New Thread

Recent GIDBlogGoing to Iraq by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 1216 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 17:28.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.