Tuesday, November 8, 2011

Maximizing the Internet bandwidth kecapatan

First Click and hold R + window type gpedit.msc crate image below. ...

Sunday, May 8, 2011

sample program with Visual C++

Sample line program with Visual C++download here this programdownload here this programSample Polygon program with Visual C++MicrosoftInternetExplorer402DocumentNotSpecified7.8Normal0download here this programSample Polyline program with Visual C++MicrosoftInternetExplorer402DocumentNotSpecified7.8Normal0download here this programSample 2Dstar program with Visual C++MicrosoftInternetExplorer402DocumentNotSpecified7.8Normal0download here this programSample...

Friday, April 8, 2011

Center the Form you

By default, when we try to create a form in Visual Basic 6 and run it, then the form that will open in a haphazard, usually on the left top corner. If we create applications with a professional looking, of course this is not good. We must arrange it with a good location, right in the middle of the screen for example. Well in this article I'll variety of functions that will make us form an open right in the middle of the screen. This function is very...

Wednesday, March 16, 2011

Sample Point Drawing program with Visual C + +

#include <GL/glut.h>void drawTitik(int x, int y){glBegin(GL_POINTS);glVertex2i(x,y);glEnd();}void drawTitik(){glBegin(GL_POINTS);glVertex2i(100,50);glVertex2i(100,130);glVertex2i(150,130);glEnd();}void display(void){//clear screenglClear(GL_COLOR_BUFFER_BIT);drawDot();glutSwapBuffers();}int main(int argc, char **argv){glutInit(&argc,argv);//Inisialisasi ToolkitglutInitDisplayMode(GLUT_DOUBLE|GLUT_RGB);glutInitWindowPosition(100,100);glutInitWindowSize(640,480);glutCreateWindow("My...

OpenGL Configuration in Ms.. Visual C + + 6.0,

After installation Ms.Visual C + + 6.0, then the next step that is required OpenGL configuration computer to be able to create graphical programs in C + + 6.0 Ms.Visual. Important files required for installation of OpenGL are as follows: 1. glut.h 2. glut32.lib 3. glut32.dllThe following configuration steps on Ms.Visual OpenGL C + + 6.0:Copylah or add glut32.dll files in the directory C: \ WINDOWS \ system. As the following figure:or add glut.h...