Hi everybody,
This is supposed to be really easy, but I can't get it to work. All I want to do is to automatically highlight the text in the text box when the user clicks on it. This needs to be just like using tab key.
Here is the procedure I use:
1) Create a text box and assign a control...
Hi,
I create a child window using the following statements:
m_dChildDlg.Create(IDD_DIALOG_CHILD,this);
m_dChildDlg.ShowWindow(SW_SHOW);
Now I can find handle of the window and close it by using FindWindow command with the following entry:
CWnd* pWnd =...
Hi,
Can anybody tell me if it is possible to use Tab Control on a FormView?
I understood how to use Property pages and Property Sheets but they are used with DoModal() command. What I need is to use Tab control like Property Sheets on a form view (SDI).
If anybody knows a link to a tutorial...
Hi,
I've searched the forum but coudn't find a post about this, sorry about reposting if there is any.
I am using Create and ShowWindow functions to show an "initializing..." window before my program runs. The problem is, the static text on the window is invisible although the window...
Hi,
I am relatively new to this VC++ thing and I am coding a simple FEA program. My problem is to display the dialog before the calculations are completed.
I use OnInitDialog() to jump to the functions that make the calculations but since the calculations take about 4-5 seconds, nothing is...
Hi Guys,
I want to get an output to a multiline edit box just like printing to the screen using cout command.
What I need to do is to get the int or float variables of an instance of a class and print them to the multiline edit box.
Let's say the class has two float variables like LX=2.0 and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.