Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
multi-line
- Page 1
Multi-line String don't write properly to files on Windows
Programming
Web Development
11 Years Ago
by timetraveller1992
… a text file but it does not appear as
multi
-
line
text. Here's my code $hostname = "… Carriage Return: Mac define('LF', "\n"); //
Line
Feed: Unix define('CRLF', "\r\n"); // …Carriage Return and
Line
Feed: Windows define('BR', '<br />' . PHP_EOF…
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by WaltP
[quote=propricer]Is there a simple way to create
multi
-
line
tool/tip text boxes ... nothing special, no balloons or anything, … = "this is another test" + vbCrLf + "the second
line
"[/code] Didn't work... The tooltip 'parser' doesn't…
Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by propricer
Is there a simple way to create
multi
-
line
tool/tip text boxes ... nothing special, no balloons or anything, just multiple lines ???
Multi line Grid Header Winform
Programming
Software Development
8 Years Ago
by virendra_sharma
Hi, I want to implement
Multi
Line
Grid Header , can anyone please suggest how to implement it. i have already tried "\r\n" but it is not working for me. Thanks in Advance
Re: rich text box multi line
Programming
Software Development
15 Years Ago
by Vineeth K
…;[/B] In case of a text box first change the
multi
line
property.It will enable the text box to add a… case of Rich text box it is automatically in
multi
line
. To add a
multi
line
: [CODE]RT1.text=Name RT1.text=Rt1.text…
from DataTable to Multi-line Chart
Programming
Software Development
13 Years Ago
by rminator
…a DataTable full with csv Value to a
multi
-
line
chart. The fact is,in my DataTable,… to represent for each censor value a
multi
-
line
chart,with Date and time in X …Empty"); } try // Open file and read first
line
to determine how many fields there are. { string[]…
Simple Multi Line Text box in PHP
Programming
Web Development
15 Years Ago
by brentv911
…, I'm looking for a way to make a simple
multi
line
text box in PHP. I am trying to make a… to find any information on how to make that a
multi
line
box. I don't care if you can use…
Regular expression to get multi line comment
Programming
Software Development
15 Years Ago
by oryesyes
Hello all, If I have the following code fragment: /* comment bla bla */ ....code... With a regular expression, how do I get/extract the comment inside this
multi
line
comment block. With the comment characters? And how do I get all the
multi
line
comment from in the entire file? Thanks
convert a DataTable to a multi-line graph in c#
Programming
Software Development
13 Years Ago
by rminator
How can I convert a DataTable to a
multi
-
line
graph in c#? i have a DataTable with values,and i want to convert it in a
multi
line
Graph, first Row will be my X axis(Date) and the other one values of sensor(in °c). Thx in Advance.
Re: Simple Multi Line Text box in PHP
Programming
Web Development
15 Years Ago
by ThinkFree
^yes. <textarea> can be used to create
multi
-
line
text box
Re: Regular expression to get multi line comment
Programming
Software Development
15 Years Ago
by Salem
[url]http://forums.devshed.com/perl-programming-6/regular-expression-to-get-
multi
-
line
-comment-615434.html[/url] Getting kinda bored with your approach.
Re: Regular expression to get multi line comment
Programming
Software Development
15 Years Ago
by KevinADC
[QUOTE=Salem;882656][url]http://forums.devshed.com/perl-programming-6/regular-expression-to-get-
multi
-
line
-comment-615434.html[/url] Getting kinda bored with your approach.[/QUOTE] Amen
rich text box multi line
Programming
Software Development
15 Years Ago
by manoharan
Dear sir i want to know about how to print
multi
line
code in rich tex box , because richtextbox.tex t=rscontact!companyname & rscontact@city it is display in a
line
, i want print one by one
Suggestion in Multi Line Text Box
Programming
Software Development
9 Years Ago
by LukeJWhitworth
Hi, Does anyone know how to have a dropdown appear when typing in a
multi
line
text box? I want it to work in the same way it does in Visual Basic, suggesting what could be inserted based on what the user is typing. Thanks guys, Regards, Luke
Re: Multi-line String don't write properly to files on Windows
Programming
Web Development
11 Years Ago
by Lsmjudoka
A note about PHP_EOL, it sets the
line
endings to what is correct for the current server, not … a windows computer and you view a file with PHP_EOL
line
endings generated from a Linux server, it'll all be… on the same
line
. EDIT: As you found a code that works during time…
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by Draaven
…="iMaxLength">[/COLOR][COLOR=#008000]Maximum length per
line
in characters[/COLOR][COLOR=#808080]</param> [/COLOR] [COLOR…
Re: Multi-line Tool/Tip Text
Programming
Software Development
17 Years Ago
by alzowze
… Line2" The tootip property will wrap to the next
line
in the designer, but it will also display on 2…
Multi-line output to a single line output
Programming
Software Development
15 Years Ago
by chavanak
…] =="TM-s": print
line
elif
line
[0:4] == "MaxSu": print
line
elif
line
[0:4] =="GDT-":… print
line
elif
line
[0:4] =="Supe": print
line
print "…
Re: Multi-line output to a single line output
Programming
Software Development
15 Years Ago
by Gribouillis
… newline character at the end of each
line
. This newline can be removed with [icode]
line
=
line
.rstrip("\r\n")[/icode… means that you replace all the [icode]print
line
[4:][/icode] by [icode]output(
line
[4:])[/icode]. This allows you to change…
Re: Multi-line output to a single line output
Programming
Software Development
14 Years Ago
by jaissie
hi ,i m unable to make a grid like 0000 0000 0000 .... plz can anybody help me. how to print output in a same
line
. for row in range(3): for col in range(4): print (0) print ()
Multi-line ToolTipText
Programming
Software Development
16 Years Ago
by peter_budo
Sometimes one
line
of tool tip is not enough. You may want to try and play around with JToolTip, but if you in hurry this "little hack" can be handy. With little of HTML plus CSS code you can work out various formats (font, colour, alignment, size etc.).
Re: Multi-line ToolTipText
Programming
Software Development
13 Years Ago
by JamesCherrill
The ability to use (limited) HTML comes from JLabel, which is used to render tooltips. Many other Swing components (eg JList) also use JLabels to display a
line
of content, so this technique can be used to format text in many Swing components.
Re: from DataTable to Multi-line Chart
Programming
Software Development
13 Years Ago
by rminator
…; My_Curve.Symbol.Fill.IsVisible = true; My_Curve.
Line
.IsVisible = false; //Set the GraphicPhane Up Wit… Tittle etc //Add the new
Line
Items to the GraphPane My_pane.CurveList.Add(My_Curve…
Re: from DataTable to Multi-line Chart
Programming
Software Development
13 Years Ago
by ddanbe
… link you don't understand? And I don't mean
line
31 of your code;)
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by Comatose
A Combination of using the CreateWindowEX API, with a class of TOOLTIPS_CLASS, and then set it's style of TTS_ALWAYSTIP. The tooltip window would be a child of your form, and thence destroyed when you close your form..... Let's see...[url]http://www.thescarms.com/vbasic/tooltip.asp[/url]
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by sosco
hi you can use a picture box and a lable to exclude the form. because will be more less memory usage. draw a picture box (over the other contol) and put inside a label which will have you text with multip rows pls sorry if i do not understand exactly what you want
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by Comatose
Yeah, I think he was after a tooltip, like when you hold your mouse over a button and it tells you what it does.
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by purplegerbil
This is a bit basic but might help. pG
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by WaltP
[quote=purplegerbil]This is a bit basic but might help.[/quote] A bit [B]basic[/B]! LOL That's a good one!!!! :D [COLOR=RoyalBlue]See, BASIC is the language, so it struck me funny.... Oh, never mind!![/COLOR]
Re: Multi-line Tool/Tip Text
Programming
Software Development
18 Years Ago
by purplegerbil
no pun intended :)
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC