Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Tags
Member Avatar for t3hfr3ak

I am currently using PHP-Nuke to create my website. Currently it is in development and I wanted to know how I can add a Donations block with a paypal donation button inside. I know how to set location and everything but I can't figure out how to make the block …

0
70
Member Avatar for t3hfr3ak

I know theres a menu button for it somewhere but i cant seem to remember how to do it. This is for my movie information Database (I dont know if any of you remember when I was asking about storing the data in a txt file. Well now I am …

Member Avatar for manoshailu
0
136
Member Avatar for t3hfr3ak

I am trying to code frogger (yes still) and For the highscore... when the user first runs the application there is no text file for the highscores. How would I go about making it? or an If statement like: In PsuedoCode: If File Does not Exist Then Create HighScore.txt Else …

Member Avatar for ~Paul~
0
137
Member Avatar for t3hfr3ak

I need help with the logs... I have already did the code for it but the frog is randomly dying on the log... the code is too long to post on here but if you are willing to help out. Reply to this in a private message with your email …

Member Avatar for vbCNEW
0
55
Member Avatar for t3hfr3ak

Ok... I am making a frogger game and I have 3 Timers... 2 of them have 1 cars and 1 timer with 2 cars. Each time the timer goes through its cycle it declares the position of the car. Then Calls a function. The timer with the two cars Calls …

Member Avatar for t3hfr3ak
0
185
Member Avatar for t3hfr3ak

I am trying to make a game using VB... I am making frogger... and when he is on the grass I want the colour around the frog to be green then grey when he is on the road... so instead of setting the colour for each of them and having …

Member Avatar for vbCNEW
0
103
Member Avatar for t3hfr3ak

I am having a small problem with my program... Right now I have a text document with name, file location, imdb rating, ect. I had it working last night to view the text and show all the info in labels. This is still working. The problem I am having is …

Member Avatar for t3hfr3ak
0
137
Member Avatar for t3hfr3ak

Ok... I have backups of all my movies on my computer... I am trying to make a database of them using VB. I already made one with OOCalc (Open Office Excel basically). Anyways... my code to enter a movie in the data base is as follows: (Please keep in mind …

Member Avatar for t3hfr3ak
0
112
Member Avatar for t3hfr3ak

I have been trying to figure this out for quite some time... Some help would be appreciated :) [inlinecode] intnumber = txtnum.Text intcount = 1 Do While lngsum <= intnumber intcount = intcount + lngsum lngsum = lngsum + 2 Loop lblsum.Caption = "The sum of the odd numbers is: …

Member Avatar for davidcairns
0
109