Search:

Type: Posts; User: Epikhigh

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,057

    Using OpenGL to load a map

    Im making a 2d game using OpenGL with the Tao Framework. Does anybody know how I can set it to load a background map to use as the terrain but set different tiles as having different x, y, and z...
  2. Replies
    4
    Views
    1,828

    Solution

    I got it working. Heres how...



    //Maximize the program
    this.WindowState = FormWindowState.Maximized;
    this.FormBorderStyle = FormBorderStyle.None;
    ...
  3. Replies
    4
    Views
    1,828

    thanks a lot.

    thanks a lot.
  4. Replies
    4
    Views
    1,828

    Truly Fullscreen

    How can I make a Winform go truly full screen? I currently have it set by using this way:



    this.Bounds = Screen.PrimaryScreen.Bounds;
    this.TopMost = true;


    That...
Results 1 to 4 of 4