Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
text-format
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
2 Days Ago
by usmanmalik57
…() png_bytes = graph.get_graph().draw_png() # raw binary display(Image(data=png_bytes,
format
="png")) ``` **Output:**  print(res['output'][0]['
text
']) ``` **Output:**  sentiment_value = client.chat.completions.create( model=…of the categories provided above.
text
: Title: {}\nAbstract: {}""".
format
(title, abstract) research_category = …
Re: Need currency pound symbol before amount calculation
Programming
Web Development
1 Month Ago
by Biiim
… do the botch-job answer: $('table#list tfoot .grand-total').
text
('£'+parseFloat(grand_total).toLocaleString('en-gb', {style:'decimal',maximumFractionDigit:2})); $('[name… need £ to display in basic
text
elements like <input> Also a simple trick to
format
currency is times it 100…
Changing text format in php
Programming
Web Development
17 Years Ago
by dami06
Could someone please tell me how to change a
text
format
in php for example if have a question like this … the one's in bold to a different
text
format
like a proper java
text
format
. Who ever see's that type of question…
emailed mp3 attacment shows in text format
Programming
Web Development
15 Years Ago
by kmackmac
… the body of the email (not attached) and is in
text
format
. I'm using the below code: [CODE]function mail_attachment ($from… multi-part message in MIME
format
.\n\n" . "--{$mime_boundary}\n" . "Content-Type:
text
/html; charset=\"utf-8…
save as .rtf(rich text format) and retrive it(dispaly in rich text box)
Programming
Software Development
15 Years Ago
by PinoyDev
… how to save to a .rtf(rich
text
format
) file the content of the rich
text
box created in vb6 with pictures &…;
text
. I also want to retrieve the content of… file being created and display it again in a rich
text
box in vb6. Would this be possible? Thank you for…
uploaded image in text format
Programming
Web Development
13 Years Ago
by jacob21
Hi I am getting uploaded image in
text
format
. [B].txt[/B] need help & suggestions. [CODE] $email_from = "…;; $email_message .= "This is a multi-part message in MIME
format
.\n\n" . "--{$mime_boundary}\n" . "Content-Type…
Re: emailed mp3 attacment shows in text format
Programming
Web Development
15 Years Ago
by kmackmac
Hi & thanks for replying, Tried your suggestion but mp3 remained in
text
format
& not attached. This is driving me crazy!
Re: uploaded image in text format
Programming
Web Development
13 Years Ago
by jacob21
I am getting attachment image file but in the
text
format
. How to get a image?? Need suggestions
Re: uploaded image in text format
Programming
Web Development
13 Years Ago
by jacob21
Hi, Need help as i am getting image in
text
format
. Please suggest any code.
Re: uploaded image in text format
Programming
Web Development
13 Years Ago
by jacob21
[QUOTE=codewalkz;1674728]What exactly are you trying to do? Where is the image? How do you include it in the process?[/QUOTE] I am uploading image in form.& sending through PHP mail. The problem is am getting image in
text
format
(.txt not in .jpeg) in my mail
Rich text format strange behavior
Programming
Software Development
12 Years Ago
by Fame95
I recently started to learn rich
text
format
and i am encountering a bizarre behavior. Here is the … word "int" richTextBox1.Rtf = s; richTextBox1.SelectionStart = richTextBox1.
Text
.Length; LockWindowUpdate(IntPtr.Zero); } The rtf of the richtextbox before…
Text format
Programming
Software Development
14 Years Ago
by anucom
if one
text
contain unformated number of
text
is der, how to correct the well
format
through c# code
Re: Text format
Programming
Software Development
14 Years Ago
by lolafuertes
…/en-us/library/fht0f5be(v=vs.80).aspx"]string.
Format
[/URL] and [URL="http://msdn.microsoft.com/en-us…
text format
Programming
Databases
13 Years Ago
by shapam
Hi in my database data stored in the below
format
. r{iq7, z|th{op, xzqiiu. i want to know the which type of
format
is this one and how to get orginal data using these texts... Thanks in adv.. ..
Re: Converting wav file to text format and vice versa
Programming
Software Development
15 Years Ago
by donaldw
… giving some other wierd characters and the final output
text
different from that of the input.And on saving…reminder: The library that am using takes input only in
text
format
.[/QUOTE] What is giving you weird characters? What … supposed to be able to take letters and numbers (
text
), turn it into some encrypted something-or-other, and…
Re: Converting wav file to text format and vice versa
Programming
Software Development
15 Years Ago
by bkpally263
… is giving some other wierd characters and the final output
text
different from that of the input.And on saving that… reminder: The library that am using takes input only in
text
format
.
Format currency in vb.net
Programming
Software Development
15 Years Ago
by hery
…; Then tempBASIC = Val(
Format
(Convert.ToDouble(txtGajiPokok.
Text
), formatSAVE)) * 30 Else tempBASIC = Val(
Format
(Convert.ToDouble(txtGajiPokok.
Text
), formatSAVE)) End If txtLemburTetap.
Text
=
Format
(((tempBASIC / 173…
'Format' is a type and cannot be used as an expression.
Programming
Software Development
8 Years Ago
by VIPER5646
… app in vs to make some additions and the error '
Format
' is a type and cannot be used as an expression… similar to these ones in the
format
function. lblCustDate.
Text
=
Format
$(Now, "MMM-dd-yy") lblDesignEditDate.
Text
=
Format
$(Now, "MMM-dd-yy…
text editor help
Programming
Software Development
15 Years Ago
by MxDev
… using C#. It can maintain the
text
format
like font color, and font size when
text
pasted to it, and I able to… read well due to the saved
format
, but when I open any file saved as normal
text
file it works goods. So…
Text files to MS Access Database
Programming
Databases
16 Years Ago
by nsjayesh
…. By using one software we have the following inforamtion in
text
format
. In this, We want to craete the first part as…
Re: emailed mp3 attacment shows in text format
Programming
Web Development
15 Years Ago
by almostbob
… multi-part message in MIME
format
.\n\n" . "--{$mime_boundary}\n" . "Content-Type:
text
/html; charset=\"utf-8…
Re: save as .rtf(rich text format) and retrive it(dispaly in rich text box)
Programming
Software Development
15 Years Ago
by SCBWV
Use RichTextBoxName.SaveFile(pathname) and RichTextBox.LoadFile pathname. The default file
format
is RTF.
Re: emailed mp3 attacment shows in text format
Programming
Web Development
15 Years Ago
by almostbob
I may have messed up the
format
of the content-disposition link, have not access to the library of code scraps usually use, (holidays) google for mime file handling content-type content-disposition, there may be a specific order that filetyp disposition and name have to be in for it to work
Re: Rich text format strange behavior
Programming
Software Development
12 Years Ago
by lolafuertes
Maybe inserting values directly is a tricky way. Please, read [this](http://www.codeproject.com/Articles/9196/Links-with-arbitrary-
text
-in-a-RichTextBox) article. I am sure it will help you.
Re: How to convert image text format into document format in asp.net?
Programming
Web Development
12 Years Ago
by LastMitch
>How to convert image
text
format
into document
format
in asp.net? You can try this: http://blogs.msdn.com/b/vijay/archive/2007/07/20/how-to-convert-image-into-byte-and-byte-to-image-using-c-in-asp-net.aspx or you can used this function: http://msdn.microsoft.com/en-us/library/system.
text
.encoding.aspx
Re: text format
Programming
Databases
13 Years Ago
by seslie
Hello shapam, what kind of database? what;s the description of the table? did you write an encryption key to store data that way? what kind of data goes into the table?
Re: text format
Programming
Databases
13 Years Ago
by adam_k
It sure looks like it's encrypted
Re: Format textbox after data entry
Programming
Software Development
12 Years Ago
by mikeybware
You could do something along these lines: Dim myFormat As Integer = CInt(PriceTextBox.
Text
) PriceTextBox.
Text
=
Format
(myFormat, "##,###,###") Hope this helps :)
Re: Format Number
Programming
Software Development
16 Years Ago
by sierrainfo
….Object, ByVal e As System.EventArgs) Handles Button1.Click Label1.
Text
=
Format
(Your No., "##,##0") End Sub[/COLOR]
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