Thanks! I got the error number from the customer and it is part of the msbind.dll which must not have registered on some accounts. What he has is XP pro and...
If any one is thirsting for some additional reading material, but they just wish to gain an overview of this, and other, topics, then here are a few specific...
I know this is way off any vb subject but I am being harassed by email by someone in the UK. He tried to purchase a script (PHP) from me, but since I just had...
Hi Jamie...I use Outlook Express so I am not sure if this works in Outlook. The mail in your folders is stored in files (you created) within the mail program....
RL Taylor
usewillow@...
May 2, 2005 3:45 pm
16043
Thanks Rob, I will see what the extension is for Outlook and try to do this. Probably right about the authorities not helping...I did notify Paypal though as I...
Jamie, You can also export the e-mails using the inport/export option on the file menu. This will allow you to save the information in a number of formats....
Thanks Brian! Brian Clark <clarkb003@...> wrote:Jamie, You can also export the e-mails using the inport/export option on the file menu. This will allow...
Brian is right...Outlook is *.pst file format. You can save that as a file on the floppy. There are some programs out there that you can use to export/save...
Jamie, Even if the individual is using a free mail client such as Yahoo, most if not all of them have an abuse e-mail address where you can forward the e-mails...
Hi Chris and Brian, Thanks for your input on this. The guy is really an oddball with probably too much time on his hands. What is so weird is that he could...
Hey Jamie... below is a place to go find out who the real providers are. In Express I can open an email and then click on file, properties, message source and...
RL Taylor
usewillow@...
May 3, 2005 1:37 am
16050
Hi Rob, Thanks for this info, going to check this out today and report him to his ISP. Jamie RL Taylor <usewillow@...> wrote: Hey Jamie... below is a...
Dear Friends, At Design time we can attach picture to a form through picture properties.If we let it blank (set to none) at design time, and when the form is...
Hi, ... This is air code since I don't have VB in front of me, but try this: Private Sub Form_Load() Set Picture = LoadPicture("C:\MyPicture.jpg") End Sub ...
Hi Try Private Sub Form_Load() Picture1.picture = LoadPicture("C:\MyPicture.jpg") End Sub The same can be done with image Ed Myerson Ed Myerson Chief Engineer ...
Edward Myerson
emyerson@...
May 3, 2005 1:48 pm
16054
Hi Use the LoadPicture Function---like this Image1.LoadPicture("c:\mypicture.jpg") By the way, this is covered in my Intro VB6 book. John Smiley ... From:...
It works.Thanks a lot Adelle. Adelle Hartley <adelle@...> wrote:Hi, ... This is air code since I don't have VB in front of me, but try this: Private...
Hi Adelle...I can follow what you have here but it does bring a question...is there code that would allow a user to pick a picture to insert from their own...
RL Taylor
usewillow@...
May 3, 2005 4:00 pm
16057
Hi Ed...your answer is a lot like Adelle's so I will pose the same question to you (or anyone that may have an idea about it)...is there code that would allow...
RL Taylor
usewillow@...
May 3, 2005 4:06 pm
16058
Bob The only things I know of are 1. if it is in the same directory as the application you can use this Picture1.picture = LoadPicture( App.Path &...
Edward Myerson
emyerson@...
May 3, 2005 4:18 pm
16059
We are in process of our existing application from VB6 to VB.NET. In our old application we used Sheridian Data grid control lot. What are the impacts will...
Venkatesh Ramaiyan
venkatsri@...
May 3, 2005 5:02 pm
16060
Hi, To piggyback with what Ed thought, don't hard code the file.jpg. Load a list box with the file names in some directory and use the name chosen in the...
I was referring to a program I am writing for others and thought it would be nice for them to be able to enter their own photo into a page of the program other...
RL Taylor
usewillow@...
May 3, 2005 5:54 pm
16062
Good Afternoon Bob, Any picture, photo, image, is just another file as far as your code is concerned. We just have to handle the various file-types a little...
Hi, If you want to do this full blown, you probably want to use the common dialog control and limit/filter the file extentions to .bmp, .pcx, .jpg. Bryan ... ...
Steve... You bet I want it. I have seen programs that allow the user to select things like logos and colors but have not experimented with them so thought I...
RL Taylor
usewillow@...
May 3, 2005 6:38 pm
16065
Bryan thanks I believe that is also what Steve has in mind Bob ... From: "Bryan Schulz" <b.schulz@...> To: <helpwithvb@yahoogroups.com> Sent:...
RL Taylor
usewillow@...
May 3, 2005 6:40 pm
16066
To all the group I just wanted to give you a heads up. With all the help I received during my "first creation" project I am happy to announce that I have...
RL Taylor
usewillow@...
May 3, 2005 6:42 pm
16067
Three cheers.I think I'll have a drink and celebrate your success! Like I needed a reason to celebrate! :-) Tim _____ From: helpwithvb@yahoogroups.com...
You Got It Bob, It will be on the way in a few minutes, and then I'm going to go celebrate with Tim :-) Ooops....., you had better send me your e-mail...