Forum: C++ Mar 8th, 2004 |
| Replies: 8 Views: 6,645 Doesn't look like it would take me more than a few minutes to pick this langauge up, but then I've been programming in php, which is very close to C++, for years. |
Forum: Visual Basic 4 / 5 / 6 Oct 9th, 2003 |
| Replies: 4 Views: 11,428 Try clicking Project > Add Form > New > Form > Open |
Forum: Posting Games Jun 11th, 2003 |
| Replies: 7,595 Views: 675,863 |
Forum: JavaScript / DHTML / AJAX Apr 9th, 2003 |
| Replies: 1 Views: 8,244 I have a marquee which will slow down on mouseover.
<marquee behavior="scroll" scrollAmount="6" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=6" onMouseDown="this.scrollAmount=0"... |
Forum: Posting Games Feb 18th, 2003 |
| Replies: 7,595 Views: 675,863 |
Forum: C++ Feb 16th, 2003 |
| Replies: 37 Views: 12,932 Alternatively you could use a prexsiting game engine and simply map and model out all the game. Much quicker! |
Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2003 |
| Replies: 14 Views: 23,704 I'm using Visual Basic 6.0 Learning Edition. Does anyone know how to set an Icon for my program (other than the default)? When I click the '...' and then choose an Icon, it claim's I have 'set an... |