User Profile

Collapse

Profile Sidebar

Collapse
cash
cash
Last Activity: Aug 27 '07, 01:24 PM
Joined: Apr 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cash
    started a topic vb.net [text to html]
    in .NET

    vb.net [text to html]

    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 :)
    See more | Go to post

  • cash
    replied to [VB .NET] RTF to HTML
    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
    See more | Go to post

    Leave a comment:


  • cash
    replied to [VB .NET] RTF to HTML
    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 .
    See more | Go to post

    Leave a comment:


  • cash
    started a topic [VB .NET] RTF to HTML

    [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 :(
    See more | Go to post

  • cash
    started a topic contentType of file

    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.
    See more | Go to post

  • cash
    started a topic help query sql server 2005

    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,...
    See more | Go to post

  • cash
    replied to [help SQL SERVER] Query
    BIG THANKS iburyak ;)

    It works!





    Bye
    See more | Go to post

    Leave a comment:


  • cash
    started a topic [help SQL SERVER] Query

    [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...
    See more | Go to post
No activity results to display
Show More
Working...