AboutRavindra Expertise visual basic application programming from design to access information, sql, engineering and commercial applications. access databases, excel.
Optional:
1)a large number of people want me to do work which takes some time and effort. Pl.note that i would like to be paid for such work.
2) if you want me to spend quality time and do special work, i expect to be paid a reasonable price for my time.
3) if you are pleased with my reply you could consider a donation of 1$.
4) you can visit my website http://ravindra.coolpage.biz (under constrn)
Experience
Past/Present clients project work for a Norway company, and a Canadian company completed. Freelance Project work and Teaching
teaching vb
Expert: Ravindra Date: 6/26/2008 Subject: adding text and data files in VB 6
Question Hello Ravindra,
I am creating an .exe program with VB6. I would like to have the program add certain files to a directory on the PC. I already have the certain files I want to add. How can i add these files so that they "ride" with the VB executable? The ultimate goal is for this executable to to be taken to different computers and place these files on that particular pc.
Thanks,
DuBois
Answer you cannot add the text files to the exe file. you can put them in a folder along with exe and refer to their path as App.path & "\Textfile1.txt"
and it is not a simple matter to run on different computers. a lot of errors are likely to crop up. make a package using the package and deployment wizard and make a package. sometimes you need to add vbruntime files and be prepared for version conflicts etc.