I have got to do this program prototype for university using VB6. There are a few things that are giving me headaches and would really appreciate if someone can help me out with some code. i dont know if i can send the program to someone thru msn or something so they can have a look at it and give me some help?
First problem is getting a registered user's username and balance to appear on each screen, i know it has something to do with public variables using modules or something but dont know.
Any help much appreciated.
Last edited by kort1st; Feb 16th, 2007 at 07:05 PM.
Either copy/paste your code into a post or put all your project files into a zip file and attach it to a post via the Manage Attachments button that shows up in the frame below the one where you create a post. BTW if you copy/paste then you can make your code easier to read if you surround the code with VBCode tags as in this example.
After Browsing for your rar, did you click Upload because there's no attachment in your post. BTW, more people have winzip (or XP which has Send To->Zip option) than rar, so if you can that's the way to go.
there are a good few things i dont know how to do, @ realbogus the project runs fine on the college computer but wen i try to run it on my comp it has an error in linkin with access for some reason...martin the first thing that i would like to do is when u clic on proceed on the existing users screen i would like the username and balance to show on the tune page next i would like that wenever a user clics on a radio button, the result of that shows in the text box i.e on the first page of the questionaire its asks "first time using belltunes?" and the user could clic yes or no and the text yes or no would appear in the text box. I know this would seem very easy to u guys but im in my first year and is proving very difficult for me.
realbogus i dont want someone to rewrite it for me, the project is fine its been checked by a college lecturer i am on the right lines, its a very simple program just to show that the code we have learned so far in the past 10 weeks.
realbogus i dont want someone to rewrite it for me, the project is fine its been checked by a college lecturer i am on the right lines, its a very simple program just to show that the code we have learned so far in the past 10 weeks.
when I loaded it, I was getting naming conventions issues... all the form names were freaking out.
also i need to make the users that sign up they get added to the database and when a user purchases a tune the balance reduces accordingly. the project isnt linked to any mp3s by the way remember its just a simple prototype
thanx for that its just that wen i try this it only adds the first name, surname and balance and not the "username" and doesnt output the created username to the text box on the screen... would i need to link the adodc access database to the screen?