Search:
Type: Posts; User: DexterRose
Search :
Search took 0.01 seconds.
February 20th, 2013, 12:06 PM
I am using vb 2012 express.
When the user displays the Name/Address web page of a 3rd Party, I would like for the user to start my program and then Click a button in my program that will...
April 30th, 2012, 11:55 AM
Finally solved the problem.
Under the "Triggers" setting on the Task Scheduler on Win 7 computers, "Run only when user is logged on" must be selected.
Hope this helps some!!
Thanks for your...
April 28th, 2012, 03:41 PM
I have a VB5 and a VB6 program that runs fine in Win 7 computers if I click the exe.
This program also will start OK from the Task Scheduler on Win XP computers.
The Win 7 Task Scheduler...
February 18th, 2012, 04:54 PM
I want to thank both of you for the massive help you have been!!
Since I am using CDO in my VB5 program to send the Email, the link to the CDO code looks very promising.
I have to finish...
February 17th, 2012, 09:26 AM
The only difference I see is that I am using single quotes inside the src=. My line of code below.
& "<img src='data:image/gif;base64,' alt='Image not available' />" _
Could this be the...
February 17th, 2012, 08:49 AM
Got it!! Thanks. I had tried that before but it looked so wierd and took up so much space I thought I was misunderstanding what he wanted me to do.
Here is the exact code I am using:
...
February 17th, 2012, 07:18 AM
Thanks again for the help.
We are not communicating. I don't know what you mean with "insert_base64_here".
I have the base64 text copied onto the clipboard. How do I insert this clipboard...
February 16th, 2012, 05:56 PM
I'm obviously missing something. The web site gives me a textbox(on their website) full of 2000 or so characters of data. I can copy this data and paste it somewhere, but how can I insert it??
February 16th, 2012, 04:59 PM
See if I did this correctly:
In your link to the base64 converter site:
I broused for the file named 644.gif located in my Program Files
I then selected "Encode the Source data to a base64...
February 16th, 2012, 03:29 PM
Finally. Success!!
I needed to search for "vbcr & vblf & vbcr & vblf". After I looked at the Hex code this should have been obvious - must be too tired.
The truncating problem in the function...
February 16th, 2012, 02:52 PM
See if I did this correctly:
In your link to the base64 converter site:
I broused for the file names 644.gif located in my Program Files
I then selected "Encode the Source data to a base64...
February 16th, 2012, 01:19 PM
This is the line of code I am using to call your function:
LineFirstPass = ReplaceMe(txtDlrStayInTouchLine1, vbCr & vbCr, "</p>")
February 16th, 2012, 01:09 PM
I had tried the vbcr & vbcr and chr(13) & chr(13) but it doesn't work.
It's not passing the first line in the function:
Startpos = InStr(SearchString, WhatToReplace)
Startpos = 0...
February 16th, 2012, 12:51 PM
Thanks for the response.
It's not brush up for me, it's learn for the first time!! I went back to W3Schools and reread the info on HTML.
Ok on the Alt.
Back to to the same question. Can I...
February 16th, 2012, 11:26 AM
Thanks for the code DataMizer. I almost had it, but your function is much better than the code I was using.
I still have a problem with the string I am searching. The string contains both...
February 15th, 2012, 05:49 PM
VB5 VB5
Using VB5, how can I replace a carrage control chr(13) with "</br>" in the middle of a text string?
VB5 doesn't seem to have a Replace instruction.
February 15th, 2012, 09:27 AM
Problem Solved. Got a copy of Access 97, created a new database with an object field, loaded the picture into the new database field, and put the picture into my Crystal Repart as a database field...
February 15th, 2012, 07:16 AM
I got a copy of Access 97, created a new database with an object field, updated the new database with the picture and read it into my Crystal Report just fine. Problem solved.
Thanks to all of...
February 14th, 2012, 02:39 PM
Been trying Google for 2 days and can't get the code below to work.
I would rather save an image from one of the "Free Images" sites available on the WEB into a folder on my computer to insert...
February 14th, 2012, 02:22 PM
You guessed it! I'm new to HTML. Thanks for the tip!
It's amazing what happens when you use the correct format.
Thanks
February 13th, 2012, 03:44 PM
I have the following HTML code in a VB5 program sending an Email that "does not" work:
.Subject = MsgSubject
.HtmlBody = "<html><body style='background-color:FFFF99'>" _
&...
February 11th, 2012, 04:57 PM
Sorry for the false alarm. I took a break and figured it out for myself.
Used :& "</br><p1>" & txtDlrAddr & "</p1>" _
February 11th, 2012, 04:22 PM
I am using VB5 and tring to send an Email in HTML using CDO so that I can control formatting and colors etc. I can do it in Text just fine( but without the formating and colors).
I am new to...
February 4th, 2012, 04:40 PM
The documentation for "Dir" says file string you search for must begin with either a letter or number!
That's the reason "\\Server\File Folder\Myfile.txt" doesn't work for me using Dir and I...
February 3rd, 2012, 05:11 PM
I am using VB5.
I don't understand your post????
Click Here to Expand Forum to Full Width