Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb beginner needs help
Name: hukre Date: May 8, 2004 at 13:58:58 Pacific OS: ME CPU/Ram: 512
Comment:
After making a program, I saved it inadvertently to my C:\temp folder. Then I moved the program files to another folder. Now when open the program to work on it, I get the message: "File not found: 'C:\temp\xxx.frm". Somewhere in the project files there is a reference to the .frm file still being in C:\temp. How can I change this so when I open the program it is looking in the correct folder for the .frm file?
Name: Mark Long Date: May 8, 2004 at 15:58:17 Pacific
Reply:
Retrieve the missing form and put it with your other VB files for the project. Do a search if you can't find it: xxx.frm if that is what you called it if not *.frm and see if you recognise it as being out of place.
Summary: Hi Guys, plz give some information about vb bigning, i started vb now a days so i need help vb fuctions and how can i create program in vb, thanx for help, ...
Summary: Hi I have asked to create a program at school, and i need lots of help The program is required to: 1) store names and marks for 10 students in a maths test (marks out of 100) 2) ask user for a name an...