Forum: Storage Aug 29th, 2009 |
| Replies: 11 Views: 748 Hi
Thanks, guys. Your help is appriciated. I will try to kickstart the hard drive using the freeze or sunlight thing, or if I deem the data to be very important, take it to a data recovery... |
Forum: Storage Aug 26th, 2009 |
| Replies: 11 Views: 748 |
Forum: Storage Aug 26th, 2009 |
| Replies: 11 Views: 748 Hi
Thanks for the advice guys. I might try putting it in the freezer first. So if I take it to a data recovery person can he get my stuff out even if the hard drive is dead?
If anyone knows,... |
Forum: Storage Aug 25th, 2009 |
| Replies: 11 Views: 748 Hi
A couple of days ago, my hard drive completely died. I didn't back up my work files, and would like to get them back. Is there any way I can get them back?
The hard drive is absoluetely... |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 2 Views: 229 Hi
Sorry about the lack of code tags. I will put one in next time. |
Forum: VB.NET Jul 16th, 2009 |
| Replies: 2 Views: 229 Hi
I was programming a 2D scroller game in VB.net, but am having problems with collision. I spent ages thinking how to program collision into my program, but haven’t gotten a good result yet.... |
Forum: Game Development Jun 24th, 2009 |
| Replies: 7 Views: 540 Hi
Thanks, Shadwickman. I'll try out your solution ASAP. |
Forum: Game Development Jun 24th, 2009 |
| Replies: 7 Views: 540 Hi
I am coding in Visual Basic.NET, and yes, I do understand how classes and the other stuff works. At the moment I have got a notepad file and my program takes the numbers from there to convert... |
Forum: Game Development Jun 24th, 2009 |
| Replies: 7 Views: 540 Hi
I was coding a strategy game with ships the other day, and I was wondering how to draw the ships in. I figured maybe a notepad file like shadwickman said :). However, if I want to give a ship... |
Forum: Windows NT / 2000 / XP Jun 14th, 2009 |
| Replies: 3 Views: 334 Hi
Thanks, I'll check the link out. As to your insinuation of searching virtual tour software being easy, I was merely asking whether anyone knew any good ones for my task in particular, as there... |
Forum: Windows NT / 2000 / XP Jun 10th, 2009 |
| Replies: 3 Views: 334 Hi
I am going to make a virtual tour for my IST project at school. I am thinking perhaps an interactive cutscene of a guy skydiving, with ambient sounds.
Does anyone know any good virtual tour... |
Forum: Game Development Jun 10th, 2009 |
| Replies: 7 Views: 540 Hi
I was considering the same question myself. I looked at a couple of good tutorials at vbprogramming8k, which taught me how to store data in a notepad text file. If you use a loop and a 2D array... |
Forum: VB.NET Apr 24th, 2009 |
| Replies: 3 Views: 674 Hi
I meant to play an audio file, is it really that easy? Just one line of code?
I'll try it out. Thanks Teme64! |
Forum: VB.NET Apr 24th, 2009 |
| Replies: 3 Views: 674 Hi
Does anyone know how to place sound in a vb.net project? Thanks |
Forum: VB.NET Apr 24th, 2009 |
| Replies: 6 Views: 399 Hi
Thanks for your help, Nexcentric! Now my class works perfectly. |
Forum: VB.NET Apr 23rd, 2009 |
| Replies: 6 Views: 399 Hi
Thankyou, I will try out your idea and look at the link.
The class SenateTown was meant to open resource.openmarket, which is a new form window showing market prices of the resource... |
Forum: VB.NET Apr 23rd, 2009 |
| Replies: 4 Views: 340 Hi
I started off with "Sams Teach Yourself Visual Basic 5 in 24 hours"
I am still a beginner and am continuing with "Programming Microsoft Visual Basic.Net 2003"(official microsoft book)
I'm... |
Forum: VB.NET Apr 23rd, 2009 |
| Replies: 6 Views: 399 Hi
Sure, here is the code. (Irrelivant parts have been removed.)
Public Class SenateTown
Inherits Form
Dim Resource As New Resource
Public Sub SenateTownClick(ByVal sender As Object,... |
Forum: VB.NET Apr 22nd, 2009 |
| Replies: 6 Views: 399 Hi
I spent several hours yesterday trying to fix an error with one of my classes. I have a clas which handles all the resources of a game, and they are all declared as public. When a function of... |
Forum: VB.NET Apr 15th, 2009 |
| Replies: 2 Views: 704 Hi
Thanks! It works perfectly! |
Forum: VB.NET Apr 13th, 2009 |
| Replies: 2 Views: 704 Hi
How do you draw GDI+ graphics within a class? In my normal starting form, I use the form_paint event but the seperate class doesn't seem to accept the _paint event. So I instead put my gaphics... |
Forum: VB.NET Apr 8th, 2009 |
| Replies: 3 Views: 390 Hi
But wouldn't the array only work with a tile based game? |
Forum: VB.NET Apr 3rd, 2009 |
| Replies: 0 Views: 206 Hi
I am making a 2D game in vb.net. I have coded it for hours now and have 2 major problems. Ones to do with the map and mentioned in another thread.
The other problem is with classes(I... |
Forum: VB.NET Apr 2nd, 2009 |
| Replies: 3 Views: 390 Hi
I am making a 2D adventure/rpg game in vb.net. At the moment, the character in the game moves around a game map, and initiates battle with any enemies he comes across.
The problem is that I... |