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 abugg
Hi, I have created a CFrameWnd based class (CControlFrame) with many buttons, CEdits, etc. I have successfully created and one instance of my CControlFrame class with the following code: CGenerator pattern1; CControlFrame* myFrame1 = new CControlFrame(pattern1, 1); if (!myFrame1->Create(NULL,...
28-Apr-2009 13:42
by abugg Go to last post
0 260
 
by mfc_newbie
hello all, can anyone tell me how can i add bitmap in propertysheet and propertysheet pages.......... Regards new_bie
28-Apr-2009 05:24
by mfc_newbie Go to last post
0 109
 
by Mihai_Andrei
Hello, I have a dialog box that has some buttons and edit boxes on it and I want also to insert a property sheet (smaller than the dialog box so the buttons should still be usable) that contains five property pages. Obviously I need these pages to be tabbed. Do you have any idea how to do this? So...
23-Apr-2009 09:25
by Mihai_Andrei Go to last post
0 183
 
by aeson25
I don't know what's wrong. I'm trying to read and write to two files and I get this error. I used these same commands for a write to file before, but now I get the following error. Error 1 error C2664: 'CreateFileW' : cannot convert parameter 1 from 'const char ' to 'LPCWSTR' c:\documents and...
15-Apr-2009 12:11
by dlp Go to last post
3 2,451
Question
by anandji05
Hi i am developing MDI Application in MFC which is derived from CRichEditView Class. This is the rich editior and i want to add column 1,2,3,4 just like MS Word. How i can implement this. Please give any idea or Tell me Some API. thanks ...
14-Apr-2009 01:06
by anandji05 Go to last post
0 118
 
by misi
Hi All When file is deleted from drive then some where present in hard disk.i want to know where is present in hard disk.Can any one tell me where is present file in hard disk.There is any API or document. plz help me
13-Apr-2009 11:34
by misi Go to last post
0 124
 
by andyevan
Hi, I seem to have got myself into a mess trying to understand MFC classes. What I'm trying to do is simple. For example, say I create a simple dialog and setup some static text, convert it to dynamic by adding a control m_status, then add a button within that class that when clicked displays...
12-Apr-2009 08:09
by andyevan Go to last post
0 219
Unhappy
by degs2k4
Hello, In VS2005, I have a subclassed Picture Control (CStatic) where I can draw lines by left-button clicking, holding, and moving the mouse. But now, I want to click over one of those lines and "drag it" by just moving the mouse. Is it possible only by using MFC, or I should use other libraries...
07-Apr-2009 15:51
by ashuu Go to last post
2 845
 
by cclittle
Hello, My database skills are a bit rusty, so please be charitable if this is a dumb question... We have an identity column in our database that is giving us exceptions when trying to update records ("Degree of derived table does not match column list"). If we comment out the RFX for this field,...
06-Apr-2009 11:02
by cclittle Go to last post
0 138
 
by adamskiba
in resource.h i have got: #define ID_COMBO_FS 32804 in mainfrm.cpp i have: if (!m_wndToolBar2.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC)...
05-Apr-2009 11:09
by adamskiba Go to last post
0 150
 
by mfc_newbie
I want to updatedata in my editbox from another thread, if i am using m_editvar= L"hello"; UpdateData(false); than it is giving me runtime error, what should i use for updating editbox value.
02-Apr-2009 04:08
by mfc_newbie Go to last post
0 160
 
by mfc_newbie
hello all, i am using pjsip open source sip stack(cmd line application) in my mfc program, i am calling a thread from that cmd line application, and my code is: /*********** CMySoftDlg.h************/ #include <pjsua-lib/pjsua.h> #include <pjsua-lib/pjsua_internal.h>
01-Apr-2009 05:59
by mfc_newbie Go to last post
0 250
 
by mosxopul
Hello everyone, I'am trying to run a code which performs continuously min-cuts to a graph until it detects dense subgraphs. Unfortunately, it seems that there is a memory leak and the program exits. As the program is constituted of many files, it is really difficult to detect the memory leak...
30-Mar-2009 08:21
by mosxopul Go to last post
0 195
 
by febin
Hi friends, How can I use the MSChart Control in MFC. I have problems with finding a way to put the data in the Chart control. I have stored my data both the data for the x axis and y axis in the access database. How to get the data from the database and then plot the graph in MS chart in...
28-Mar-2009 05:28
by febin Go to last post
0 372
 
by febin
hi friends, I need to insert the time information to the access database. I have created the table in access database through MFC. I am struck with how to insert the time information to the access database from the MFC. Quick reply is appreciated... Thanks a heap....
28-Mar-2009 05:10
by febin Go to last post
0 139
 
by graffy76
Hello, I'm using VC++6 to write an OpenGL MFC app. The app has two views: One view to render the OpenGL animations, the other to provide textual feedback (corrdinates, frame rate, etc.). I want to render the feedback information using OpenGL's 2Dtext (instead of GDI) in a separate OpenGL...
27-Mar-2009 11:44
by graffy76 Go to last post
0 172
 
by mfc_newbie
hello all, can anyone explain me how to pass and catch message with PostMessage() function.......... Regards New_Bie
26-Mar-2009 01:34
by mfc_newbie Go to last post
0 150
 
by mfc_newbie
hi all, can anyone tell me that how to retrieve a value from static member function to non static member function.... Regards New_bie
26-Mar-2009 00:30
by Kimmo Go to last post
3 233
 
by seaders
Ok, I've a DLL that's hooked to pick up all Mouse and Keyboard events in it. What I then want to do is through all those to another window. I understand how to do simulate these events, with PostMessage and SendMessage, to the HWND, but what I'd like to do is automatically convert these into a...
24-Mar-2009 16:10
by seaders Go to last post
2 157
 
by BobLewiston
Is there any way to copy an entire Visual C# solution in such a way that it works? If you just copy it and rename it, it gives an error message that it's been renamed and therefore it refuses to work.
23-Mar-2009 21:18
by TurboPT Go to last post
1 155
Post New Thread

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Display Options Moderators
Showing threads 61 to 80 of 1489 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 23:15.


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