Thanks for the feedback!
My problem was finding VB's special character, which I was finally able to do.
Though I eventually may have to run the HTML code through a filter before processing it, I needed to process the HTML code as it stands written.
Also, I cannot change the original HTML...
It didn't work under MS VB6, SP5. My attempt to compile Const c_strDoubleQuote = Chr(34) gave me the compiler error that I described in my previous post.
What's your configuration?
Hi guys,
Just to let you know, I couldn't use the single quote or "tic" because I am actually parsing an HTML file that I could not change. Otherwise, the single quote solution would have been another solution to my problem.
Thanks again for putting those thinking caps on!
Wow, guys! What prompt feedback. Thanks so much.
The Chr(34) solution made perfect sense to me. However, when I tried it I received the following error:
"Constant expression required."
The problem lies in attempting to initialize a constant with a the return value of a function...
I wrote the the following line of code:
Const c_Image1 = "<img src="http://xyz.com/image1.gif" width=8 height=8 border=0>"
NOTE: the ";" following the .gif string was placed by tek-tips message software, not by me.
When I attempted to compile the code, I received...
I wrote the the following line of code:
Const c_Image1 = "<img src="http://xyz.com/image1.gif" width=8 height=8 border=0>"
NOTE: the ";" following the .gif string was placed by tek-tips message software, not by me.
When I attempted to compile the code, I received...
I'm building a Visual Basic application that will use both the keyboard and a barcode scanner for user input. Is there a way that my application can discern which input device was used? I would like for the application to know which input device was used after each entry. Thanks, MiniMe2','I''m...
I'm building a Visual Basic application that will use both the keyboard and a barcode scanner for user input. Is there a way that my application can discern which input device was used? I would like for the application to know which input device was used after each entry.
Thanks,
MiniMe2
I'm building a Visual Basic application that will use both the keyboard and a barcode scanner for user input. Is there a way that my application can discern which input device was used? I would like for the application to know which input device was used after each entry.
Thanks,
MiniMe2
Hi,
I am building a Visual Basic application that will use both the keyboard and a barcode scanner for user input. Is there a way that my application can discern which input device was used? I would like for the application to know which input device was used after each entry.
Thanks,
MiniMe2
Hi strongm,
I went to the thread. Ok, you REALLY peaked my interest. I couldn't wait so I executed the code immediately. It worked like a charm!
Thanks again for posting the thread.
Best regards,
MiniMe2
Hi strongm,
Thanks for your response!
I did a search and saw the reference to a function named URLDownloadToFile.
Is this what you are referring to?
I am in the feature planning stages and will try my luck with the coding in a couple of weeks.
Best regards,
MiniMe2
I have used Inet1.OpenURL in order to locate and view a gif file (i.e., http://path.my.gif). The only item displayed on the web page is an image (gif).
I would like to programatically store that gif image on my local computer.
How can I do this under VB 6?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.