hi!
I need a good script to convert the content of a RitchTextbox to one string html (with the tags, ex: if the text is bold it will keep <b>llaalalala l</b> ... )
anyone did something like this. ?
thanks in advance ;)
ps: sorry about my english :)
User Profile
Collapse
-
that is a solution but i need something like this...
link
this is in c#.
I´m trying to convert to vb.net and update if necessary ...
... if you have another solution, be free to post :-)
thanks for your help -
i have one aplication made in asp. This aplication keeps a string (html of the document) in database.
Now i need do aplication in vb.net to work with that database too.
In vb.net how do i load RTF in word and then pass to html ???
thanks..
PS : sorry my english .Leave a comment:
-
[VB .NET] RTF to HTML
HI!
I need to pass a document rtf (ritchtextbox) to HTML... I found one or two functions but only works with (bold, italic , underline and size of letters).
I need keep format of text (center, left, ...) images, bullets, etc
PS: sorry ! My english is poor :( -
contentType of file
'm using vb.net and sql server 2005 (all express)
I need to save a file (doc,pdf,jpg, etc) in databse.
But i don't know how to get de content type (image/jpg ou image/bmp ou application/pdf, ...) automatically.
Anyone? help me please?
thanks. -
help query sql server 2005
HI!
I have 2 tables. table1(id_tab1, desc) and table2(id_tab2, id_tab1, data, type)
Example:
table1 (id_tab1, desc) (int, varchar(50))
-------------------------------
( 1, xpta)
( 2, xpte)
( 3, xpti)
table2 (id_tab2, id_tab1, date, type) (int , int, datetime, int)
-----------------
(1, 1, 10-10-2007, 1)
(2, 1, 12-10-2007,... -
-
[help SQL SERVER] Query
Hi!
I have a table like this:
name | type | date
xpto , 1 , 10-10-2006
xpto , 2 , 15-10-2006
xpto , 2 , 16-10-2006
xpto , 1 , 08-10-2006
xpto , 2 , 12-10-2006
xpto , 2 , 11-10-2006
mark , 1 , 10-10-2006
mark , 2 , 15-10-2006
mark , 2 , 16-10-2006
mark , 1 , 13-10-2006
mark , 2 , 20-10-2006
mark...
No activity results to display
Show More
Leave a comment: