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.

0 Endorsements
~478 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ellitivity

OK. So I'm making a simple game that is a car that moves around the screen according to the arrow keys. i have made code to rotate the car inside the picturebox, but i don't know how to make the car move in the direction that it is facing after …

0
55
Member Avatar for Ellitivity

OK, so I'm making a small game and i need to make the picture box rotate left when i push left and right when i push right. Move forward in the direction that its pointed. How do i do that. (The pic box is called 'picCar')

Member Avatar for Oxiegen
0
68
Member Avatar for Ellitivity

Hello I'm building a small program like notepad and wanted to know how to make it save and load a file [CODE] Public Class Form1 Private Sub btnClear_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click txtNotes.Text = "" End Sub Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e …

Member Avatar for G_Waddell
0
141
Member Avatar for Ellitivity

So i'm new to VB and am making a program that is a count down timer and when it reaches '0' it clicks the left mouse button where ever the mouse is on the screen (in the form or not. The code so far: [CODE] Public Class Form1 Private Sub …

Member Avatar for Luc001
0
214