scotzur
Jun 25th, 2007, 03:49 PM
EDIT: Sorry, i forgot to mention i am using VB 6.0
Hey guys, i Just finished making my program. Time to build the distribution file. I have run into a couple issues though. I have an image on one of the forms, and when i run the setup Wizard, I'm not really sure how to include the .bmp file so that when the program runs, it finds the file. I currently have it located on the desktop of my computer, and i call it during formload to a picbox. Obviously when ran from any computer except this one the image is not found.
Here is the code that calls the image:
Private Sub Form_Load()
PicLogo.Picture = LoadPicture("C:\Documents and Settings\scottk\Desktop\Program Splash.bmp")
End Sub
I realize these issues were not included in the title, but maybe we can address them here as well.
One of my co-workers would like to make the installed .EXE file have a different Icon than the standard one; how do i do this?
Is it possible to put in a hyperlink to our website on one of the forms. I was reading a little but about activeX controls , but the MSDN library wasn't too clear on how precisely to do this; especially to someone of my skill level.
Lastly, after i have made my distribution files, and i goto install it on my computer The second screen that is encountered (see attached image) shows the install directory as "c:\Program Files\Project1" I would like this to read c:\program files\REELEX without the user having to go in and manually change the directory.
Thanks in advance for the help.
Hey guys, i Just finished making my program. Time to build the distribution file. I have run into a couple issues though. I have an image on one of the forms, and when i run the setup Wizard, I'm not really sure how to include the .bmp file so that when the program runs, it finds the file. I currently have it located on the desktop of my computer, and i call it during formload to a picbox. Obviously when ran from any computer except this one the image is not found.
Here is the code that calls the image:
Private Sub Form_Load()
PicLogo.Picture = LoadPicture("C:\Documents and Settings\scottk\Desktop\Program Splash.bmp")
End Sub
I realize these issues were not included in the title, but maybe we can address them here as well.
One of my co-workers would like to make the installed .EXE file have a different Icon than the standard one; how do i do this?
Is it possible to put in a hyperlink to our website on one of the forms. I was reading a little but about activeX controls , but the MSDN library wasn't too clear on how precisely to do this; especially to someone of my skill level.
Lastly, after i have made my distribution files, and i goto install it on my computer The second screen that is encountered (see attached image) shows the install directory as "c:\Program Files\Project1" I would like this to read c:\program files\REELEX without the user having to go in and manually change the directory.
Thanks in advance for the help.