User Profile

Collapse

Profile Sidebar

Collapse
powersakthi
powersakthi
Last Activity: Oct 4 '07, 02:22 PM
Joined: Aug 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • powersakthi
    replied to Convert Text to VB Command
    Hi Veena,
    Thanks for your reply! i also thought of same logic but then was waiting for some api stuffs which can directly execute the statement... Is there any other shortway with which like

    StrxmlOut = Execute(xmlfile content)

    RTB.Text = Strxmlout

    Something like this???
    Again, Thanks for your reply.... Also ||'ly one more clarification.. . FSO is better or OPEN ing file in Binary mode...
    See more | Go to post

    Leave a comment:


  • powersakthi
    replied to Convert Text to VB Command
    Hi All,

    Click here to download Parser Source Code

    Please check the attachment for my sample source code which tells what i need ultimately.... Microsoft scripting has some limitations and memory management issues... So Please suggest some method...

    Once you run the exe in the attachment or in vbp you can see two command buttons. If you click on the first button... the xml string is read from...
    See more | Go to post

    Leave a comment:


  • powersakthi
    replied to Convert Text to VB Command
    Hi Veena,
    Actually my requirement is some thing like this...

    I'm writing a parser which has standard xml format which will be written in a file like this
    "<TESTDATA><FAC TORY NAME=""SAKTHI"" TESTER=""" & Getcontent(97, ":", 1) & """ /></TESTDATA>"

    and this parser has to watch a folder constantly and then...
    See more | Go to post

    Leave a comment:


  • powersakthi
    started a topic Convert Text to VB Command

    Convert Text to VB Command

    Hi All,
    There is a text file with content for example
    now()
    In vb i will read the content of this text file and then i want to execute this as a vb command. How to do that?

    Below is flow...

    Code:
      Dim handle As Integer 
      Dim sInhalt As String 
    
      handle = FreeFile 
    
      Open strFilename For Binary As #handle 
      sInhalt = Space$(LOF(handle))
    ...
    See more | Go to post

  • LWP::UserAgent Get a page after authenicating in SSL mode

    Hi All,
    I am using LWP::UserAgent and HTML::TreeBuild er to communicate to the below site
    Here is the website map:

    https://secure.server.com/index.htm which asks for two fields
    user_id
    user_pwd
    then submit button
    the form is submitted to
    https://secure.server.com/login.asp
    which validates the login credentials and if validated then user is redirected to main.asp and there will...
    See more | Go to post
    Last edited by miller; Aug 29 '07, 11:52 PM. Reason: Code Tag and ReFormatting
No activity results to display
Show More
Working...