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 FireFox8173
Hi there I'm developing an application with MFCAppWizard(exe) i designed the GUI and linked the controls with the class wizard here there is nothing wrong but i have a problem in see the output in the output Editbox. the GUI is composed like this: 2 Editbox 1 CommandButton IDC_EDITIN is linked to...
01-Apr-2005 14:15
by steveh Go to last post
1 1,401
Unhappy
by TheSatori
Hello there :) I am new to MFC, and to learn it, I am following a tutorial which can be found at: http://www.functionx.com/visualc/Lesson01.htm (amongst other places) When I compile the file, I get the following error:
01-Apr-2005 05:31
by TheSatori Go to last post
2 1,717
Angry
by daesuchu
I'm coding a one-dialog based application which has some buttons and a (picture) frame. What I want to do is drawing some mathmatical graphs on the frame. Question : Can I use "onDraw()" function to draw graphs on a Dialog box instead of onPaint()? Because I want to use the code that I have...
01-Apr-2005 00:30
by daesuchu Go to last post
0 1,447
 
by ib_alam
Hi, Is there any way to display stopwatch in MFC.
31-Mar-2005 03:43
by ib_alam Go to last post
0 873
Question
by vadi_mss
Converting vc.net to vc++6.0 Dear Guys, Currently i am involing in vc++.net project.but i needed that project converting to vc++6.0.i got an one tools from code project.ie prjconverter.its makes only .sln or .vcproj file to .dsw or .dsp file.its ca't shows resource.but i added manully, then it...
30-Mar-2005 08:30
by vadi_mss Go to last post
0 974
 
by ib_alam
Hi all, I am having 2 dialog boxes. and both of them is having a button. If the first dialog box button is pressed second dialog box pops up. for this I have used seconddialog second; second.DoModal(); Now if I click the second dialog button it should show the first dialog box. I don't know this...
29-Mar-2005 04:25
by ib_alam Go to last post
0 802
 
by Padek78
Hello! This is my first post here :) . I am very beginer in C++ but obviously fully motivated to be an expert someday ;) . In my work we use Visual Studio, but as I said I'm learning at the moment and I have some problem that should be solve in the shortest possible time (a little bit short for...
28-Mar-2005 23:50
by Padek78 Go to last post
2 2,561
 
by ib_alam
Hi, I am reading from the data from serail port and want to display whatever it is been received. in the multiline editbox. I am able to read from the post but not able to display in the multiline editbox. Hope to hear from u guys soon.
28-Mar-2005 20:17
by Max Payne Go to last post
1 1,404
 
by ronin
Hi all, Im pretty new to MFC and in fact what i have used is what i have needed since they never taught us MFC, Im using VC++ 6, so here is my question, how can i easily add a file browser component to my application? I think there is an activeX component that looks like to fit there but I cant use...
28-Mar-2005 15:02
by ronin Go to last post
0 1,056
Lightbulb
by shinyhui
How can i check a variable with value is infinity.. i got a variable x which calculate from database with few data and x will display in my list box... sometimes the value display 1.#INF... so did there have any function to check if the value is infinity then i would like to display in other words...
27-Mar-2005 19:12
by shinyhui Go to last post
0 1,332
 
by surgio
Hi All, I'm doing a project based mainly on edge/object detection but I have no idea how to get the video input into a manipulable(?) form. I'm using Visual C++ and I know if I have to manipulate the image, I first need to display it. I do have some video software that records and takes pictures...
26-Mar-2005 01:46
by zerapio Go to last post
5 12,334
Question
by Technut
Well here it goes, my first thread. This is the problem I am having. I have written a draw program in MFC .net and now I am trying to find an algorithm that will delete the closest line when the user holds the Alt + Shift keys and clicks in the client drawing area. I have no problem with...
25-Mar-2005 11:06
by Technut Go to last post
0 2,149
Lightbulb
by Rabbit_May
Dear all, I have a document and a view, in the view class, I have a function like this: int i = 0; //global int Num = 10; void CTt3View::OnDraw(CDC* pDC){ CString str; str.Format("Num: %d", Num); int x = 100;
25-Mar-2005 09:43
by Rabbit_May Go to last post
0 1,294
 
by aks_iffy
Hi i am new in Visual C++.i can make a dialog based application which campare the two string written in edit box and display the text of that editbox which have large string through msgbox. Thx 4 urs concern
23-Mar-2005 03:26
by Max Payne Go to last post
1 964
 
by CeSu-Pro
All i need to do is draw a rectangle. Yet when i do it, the rectangle is only drawn when the mouse is moved from top left of the aforemention rectangle to the bottom right. Any other movement of the mouse yields no results. Graphics *g = Form1::CreateGraphics (); g->DrawRectangle (pen,...
21-Mar-2005 00:55
by CeSu-Pro Go to last post
0 1,253
 
by bleyke
I'm using embedded visual C++ Now, I want to select a part op the the of a edit control. I tried this code but it doesn't work. GetDlgItem(IDC_EDIT_FORMULE)->SendMessage(EM_SETSEL, 1, 5); and also
20-Mar-2005 22:31
by Max Payne Go to last post
1 1,366
 
by shinyhui
How can i set the axis label? m_chart.GetPlot().GetAxis(1,var).GetAxisTitle().SetText("Y axis"); i found this code from net but seem it doesn't work.... when i compile "error use of undefined type 'CVcPlot'" appear... Do anybody got any idea on this?
20-Mar-2005 18:21
by Max Payne Go to last post
1 920
 
by hezyse
Hello, this is my first MFC program. I used dialog based application. the main dialog is a login dialog and radio buutons so you can choose the new dialog to be open.My idea was to open the relevant dialog after the login dialog is closed. unfortunately when I'm using m_dlg.DoModal(), nothing...
20-Mar-2005 18:16
by Max Payne Go to last post
1 3,474
 
by kumaran
hi i want to draw a line by clicking the OK button in a dialog box. pls tell me what should i write and where in the program.
17-Mar-2005 23:19
by LuciWiz Go to last post
3 1,319
 
by kumaran
hi is there any way to draw an object in the screen without using ondraw function.
14-Mar-2005 22:07
by Max Payne Go to last post
1 1,574
Post New Thread

Recent GIDBlogConfiguring iptables for Webmin Servers Index Module by gidnetwork

Display Options Moderators
Showing threads 1361 to 1380 of 1608 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 · GIDApp · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 01:24.


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