Search:

Type: Posts; User: WhiteBabylon

Search: Search took 0.62 seconds.

  1. Thread: Tetris

    by WhiteBabylon
    Replies
    23
    Views
    36,528

    Re: Tetris

    I started using MySQL to make an mmorpg. rofl. literally just started. I got it so when you log in your a cube.. and when you move your cube around it shows it on all other windows logged in. <_<
  2. Re: Commenting a block of codes /* ... */

    ''' <summary>
    '''
    ''' keep hitting enter here
    '''
    '''
    '''
    ''' </summary>
    ''' <param name="sender"></param>
    ''' <param name="e"></param>
    '''...
  3. [RESOLVED] Visual Basic + MySQL write-to

    Edit: I found the solution to my problem I guess. Why .. seriously is it so ugly and complicated?


    Console.WriteLine(updateRecord("UPDATE contacts SET loggedin='1' WHERE username = " & "('" &...
  4. Replies
    1
    Views
    1,775

    DirectX.Direct3D rotation and textures

    So I'm really bored. And I like doing random things like 3D objects inside a windows form. With that said, I'm creating an application that will, eventually, write the code for me, after I do it...
  5. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    You could create, for a rubiks cube, 27 cubes (3x3 cube) and color their faces like you would a rubiks cube. Position them all nice to look like the rubiks cube, then create a 3D array, and do...
  6. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    http://msdn.microsoft.com/en-us/library/ms679277%28v=vs.85%29.aspx
    c++, playing a beep from the motherboard causes everything else to ...stop because there's no.. real way to do 2 things at once. so...
  7. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    Nice, I basically deleted the onpaint sub and used my new timer instead to do everything I wanted. It actually took me a good half hour to figure out that rotX += was the way to change the X location...
  8. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    Steep curves don't scare me :D, but it sucks because I'm getting into this dancing cube. Check this out, lol. If you press right arrow key the cube spins around. This isn't very good for complex...
  9. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    http://www.vbforums.com/showthread.php?t=625045
    original program poster as far as i know is right there. down the page a bit. Also, thank you I didn't realize that the onpaint was doing that. Now my...
  10. Replies
    13
    Views
    1,995

    Re: 3D cube ignores timer?

    Would you happen to have an example on you? Trying this:
    http://msdn.microsoft.com/en-us/library/system.windows.controls.viewport3d.aspx
    I don't seem to have
    Imports System.Windows.Controls...
  11. Replies
    13
    Views
    1,995

    3D cube ignores timer?

    Attached is a file that creates a 3D cube, I did not make this but found it here at this site.
    Playing around with it I found out how to, on pressing of any key change the distance of the camera,...
  12. Replies
    3
    Views
    768

    VS 2010 Re: Transparent Color

    I did something once where every time I needed a new object that didn't support opacity, I created a new form with no border, completely transparent background, and no tool bar, and added my object...
  13. Replies
    7
    Views
    67,156

    Re: [VB 2008] Super simple Tetris Game

    I tried to post a comment to this and it didn't work. Maybe I'm not allowed to link to youtube. Ohwell. I actually just spent 3 days programming tetris in VB myself, and holycrap I did the same...
  14. Replies
    7
    Views
    67,156

    Re: [VB 2008] Super simple Tetris Game

    I didn't realize that so many people loved to program tetris. I did it for c++ console, flash, and visual basic (I'm also amazing at tetris playing). I'd like to throw in my visual basic concept...
  15. Thread: Tetris

    by WhiteBabylon
    Replies
    23
    Views
    36,528

    Re: Tetris

    Hey Jenner, I saw a post you made here:
    showthread.php?t=625045
    and this has really helped me with starting out 3D visual basic programming.

    I was going to start with a cube.. and then branch...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width