| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by Fazdogg
Hi guys, this is my first time posting to a forum for help and I usually just google around to get my answers but I've been trying for hours now and can't seem to find anything. I basically have a program that is currently running (incomplete but it runs). It is an MFC application that I have...
|
|
1 |
61 |
|
|
by kelmer
Hi
Okay, first of all, I am really new to all this windows MFC programming, so please be patient with me ;)
I have a tree in my program and I need to use the I,J,K and L keys in it, to move the selected element on the screen (it is a visual object rendered with opengl). The problem is, each time...
|
|
0 |
50 |
|
|
by karhong
Hi,
I've search throughout the net, cant find any solution. Hope someone able to help me.
My apps had a panel which can draw many rect. The app can be moved by draggin left/right using mouse. Whenever i moved the panel, it'll try to move all the rectangle to top/bottom/left/right following the...
|
|
0 |
34 |
|
 |
by kiranpreddy05
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// Source file originally created by PegWindowBuilder
//
//
// Class Name: ecgclass
//
// ...
|
|
1 |
130 |
|
|
by alice09
Hi all,
I now using Visual C++ (Visual Studio 2005) for my project. i face some problem in set the maximum length for my edit control(text box).
i have 3 edit control in the same dialog. i want set the maximum length for each edit control = 5.
following are the 3 ID of edit control in same...
|
|
2 |
118 |
|
|
by ahbi82
I'm working on a GUI which displays image images after being processed. It would be in full screen mode, something like "Alt+ENTER" full screen in Media Player. Any idea how can i achieve this? Some webbies would be nice.
Thanks in advance!!
|
|
0 |
56 |
|
|
by alice09
Hi, all..
i'm now using Visual c++ in Visual Studio 2005 for my project. i faced problem in getting other tab value in main tab ..Below are details of my problem.
In the main tab control(CTabDialogControl), i have another sub tab namely CTabFourthDialog
inside CTabFourthDialog, have a...
|
|
3 |
114 |
|
|
by dpreznik
Dear friends,
I have a view derived from CScrollView. When my document is long enough, and I grab the scroll bar handle and drag it to the bottom, the handle immediately jumps back to the top after I release it, and the view contents is displayed accordingly. Could anybody tell me what can cause...
|
|
0 |
59 |
|
|
by fali
Hello,
I have the following situation:
I created a program with Visual C++ 2008 express which receive and interpret data from a µC. Now I want to send this data from the Visual C++ program to an OPC server. Both programs run on the same PC. Therefore I need to integrate an OPC client in my...
|
22-Oct-2009 06:57
by fali
|
0 |
49 |
|
|
by bcompt143
Hello, I read windows shell programing book, which wiriten on windows 98, I have seen customizing the start button. right now I want to customize the start button of windows xp, I know shell32.dll is responsible for this but the problem I face is I cant able to change the lanugage of the start...
|
|
0 |
56 |
|
|
by timbk
Hello, I hope that somebody can help me, the thing is this:
the context: my application has one main dialog and one non-main dialog.
the question: When I press a specific button in the non-main dialog, a line has to be drawn in the client area of the main dialog. how can I do this?
Actually I...
|
17-Oct-2009 11:40
by timbk
|
0 |
92 |
|
|
by mfc_newbie
Hello all,
I have a small problem with dialog box background image.
I am adding a background image in my OnPaint() function, Now it is displaying perfectly. But if i am moving any other application(exe) on this dialogbox, so i am getting so much scratches on my dialogbox image. i am unable to...
|
|
0 |
70 |
|
|
by tempnode
I'm writing an app where I want to ignore normal keyboard input, such as any letter/number/symbol key. I'm not worried about catching protected key sequences (such as ALT+TAB or CTRL+ALT+DEL).
However, I'm a newbie to MFC and was wondering if there is a quick and easy way to do this.
Thanks!
|
09-Oct-2009 07:57
by pur
|
1 |
122 |
|
|
by esc123
Hello,
I am creating a new window in MFC and have found out that the m_hWnd is not getting initialized. Here is my code:
void MainDialog::OnBnClickedButton1()
{
NewDialog *dlg;
dlg = new NewDialog( this );
|
09-Oct-2009 07:54
by pur
|
1 |
132 |
|
|
by dpreznik
Hi,
The task I am facing is this: I need to take a CString containing text from .rtf file with various .rtf tags, strip out all .rtf tags accept \b and \i (bold and italics). Maybe somebody could give me an advice how I could do that?
Thanks,
Dmitriy
|
|
0 |
68 |
|
|
by pur
I use CPEN to draw lines on a DC from out the onmousemove event.
I can draw lines with the mouse that works, but when i move the window everything disapears. How can i fix this?
|
08-Oct-2009 07:20
by pur
|
0 |
79 |
|
|
by dpreznik
Hi,
Maybe somebody could help me set a popup menu item text at runtime in MFC?
Because of some reason, the following code doesn't work for me:
if(pDoc->m_pCurChapter->m_pMarkedParagraph->m_bFlagged)
menu.GetSubMenu(0)->ModifyMenu(ID_FLOATING_MENU_FLAG_PICKUP, MF_BYCOMMAND|MF_STRING|MF_POPUP,...
|
|
0 |
107 |
|
 |
by nawal
hi,
i'm looking for visual c++ versus 6 but it's not found!!
someone can tel me where can i download it
thanks a lot
|
29-Sep-2009 17:49
by nawal
|
2 |
112 |
|
|
by ahbi82
Hi all, i would like to know what are the coding styles and guidelines that some of you are practicing. Here can i source for more information. I know Microsoft (MFC/ATL), google and many others follow a set of their own styles. For example in MFC, the class is prefix by a "C", member variables are...
|
|
0 |
75 |
|
|
by dpreznik
Dear friends,
I need a help with a Wait (Hour Glass) cursor. In my MFC program, I have the following code:
void CBookDoc::SomeMethod()
{
AfxGetApp()->DoWaitCursor(1); // display the hourglass cursor
...
// Some stuff is done
...
|
|
0 |
132 |