Advertisement

1 - 10 of 295 containing alltags:("multiline") (0 seconds)
I notice other programs display ToolTipText for items which have been minimized to the task bar.  I have an application which has several forms displayed on the task bar,  How do I add an unique To...
Zones: Visual BasicDate Answered: 03/31/1999 Grade: B Views: 0
Hi, i have a button in a dialog, it is made as "owner draw" button (for some other uses). however even if i specify the "multiline" property, after it is displayed, still not multiline... how come...
Zones: Windows MFCDate Answered: 03/07/2000 Grade: A Views: 0
I need to have a multiline tooltip text...this is to represent the address of a person as the tool tip when the mouse is moved on to it. In general we  have tool tip text of single line and th...
Zones: JavaDate Answered: 07/24/2001 Grade: B Views: 8
Suppose, I have a text box, say Text1 and whose 'MULTILINE' property is set 'TRUE'. Is there any method in the Text Box class which can be used to append texts in the Text Box object Text1. Subh...
Zones: Visual BasicDate Answered: 09/13/2001 Grade: B Views: 0
I saw the answer below given to another question and it helped tremendously.  I was just wondering now how I can output a multiline edit box (m_box) to file.  I ofstreamed an outfile and outfiled m...
Zones: Windows MFCDate Answered: 10/20/2002 Grade: A Views: 0
hello, i have one question. i have multiline text (more than 50 lines) and i want to get all lines with regexp: (.*) returns first line only, (.*\n.*) returns first and second lines. how ...
Zones: PerlDate Answered: 02/20/2003 Grade: B Views: 0
Hi How can I create a toolbar that has 2 rows of buttons.
Zones: Windows MFCDate Answered: 02/26/2004 Grade: A Views: 0
I have a multiline text box that I am trying to write to.  However, I cannot get it to write to the next line.  All that displays is the last thing that it writes, you can actually see it writing e...
Zones: Windows MFCDate Answered: 04/19/2004 Grade: B Views: 0
I have multiline edit control with no horizontal scroll, and with vertical scroll. I want to set the height of it so that no scroll bar is needed, but also should not be more than needed. I use ...
Zones: Windows MFCDate Answered: 09/28/2004 Grade: A Views: 0
With a textbox, there is a Multiline property. Is there something similar with a label ? I want to enter text in a label, but everything should be in one line. I have been looking for it but ...
Zones: MS Visual BasicDate Answered: 04/14/2005 Grade: A Views: 0