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...
User Profile
Collapse
-
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...Leave a comment:
-
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...Leave a comment:
-
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))
-
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...
No activity results to display
Show More
Leave a comment: