Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

a_david123

@a_david123
About
Posts
74
Topics
65
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 3D Canvas class
    A a_david123

    Dear All Regards! I am going to develop a basic 3D Drawing Editor. help needed while writing a class for a 3D CANVAS. Regards David :)

    david

    C# graphics help

  • Move drawing and Copy Drawing in a Drawing Editor
    A a_david123

    Dear all Regards! I am developing a Drawing Editor in C# and OpenGL like Autocad,I am using the Viewport having a Canvas, the editor can import the DXF files and drawing on the Canvas. now i have to include the facility of editing that 's "Move Drawing" and "Copy Drawing". Kindly help me, using C#. Regards David

    david

    C# graphics csharp game-dev help

  • using Scrollbar for panning in my Graphics Editor
    A a_david123

    Dear All Regards! i m going to develop a Graphics Editor in C# and OpenGL, now i am going to display my drawing on a canvas, and the canvas display area variables r display_min_x display_max_x display_min_y:rolleyes: display_max_y and i m going to display using the following code for zooming ------------------code------------------------ GL.GLMatrixMode(GL.GL_Projection); GL.GLLoadIdentity(); GL.gluOrtho2D(display_min_x,display_max_x,display_min_y,display_max_y); ------------------------------------------------------------------------- now i want that when during zooming my drawing exceeds the drawing area limits then Scrollbar becomes visible (just like in all professional applications). so now i add scrollbar for panning, remember i am not using picturebox nor panel, simply canvas which i already has been set through coordinates system, so plz help me to add Scrollbar in my editor. Regards

    david

    C# graphics csharp game-dev help

  • Reading color of each entity in DXF file
    A a_david123

    Dear All Regards! I have a program that opened and read a DXF file format in C# and then draw all the entities in DXF file using openGL, but i can't read the color of these entities which are given in DXF file, so need program in C# :sigh:to read the color of each entity i.e circle, polyline,arc etc..,of DXF file and then draw each entitiy i.e circle, polylines etc, in that specific color, as for each entity there is color in DXF file. kindly help me while writng program for it. Thanks David

    david

    C# csharp graphics game-dev help

  • Zooming in C# using opengl
    A a_david123

    Dear all Regards following is my code for zooming a triangle, but it is not working , i think some problem in GLlookAt(); ----------------CODE---------------------- protected override void OnSizeChanged(EventArgs e) { base.OnSizeChanged(e); System.Drawing.Size s = Size; width = (double)s.Width; height = (double)s.Height; GL.glViewport(0,0,s.Width,s.Height); GL.glMatrixMode(GL.GL_PROJECTION); GL.glLoadIdentity(); GL.gluPerspective(60.0, (float)s.Width / (float)s.Height, 1.0, 50.0); GL.glMatrixMode(GL.GL_MODELVIEW); GL.glLoadIdentity(); } public override void glDraw() { GL.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT); // Clear Screen And Depth Buffer GL.glLoadIdentity(); // Reset The Current Modelview Matrix GL.gluLookAt(0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0, 0.0); GL.glLoadIdentity(); GL.glTranslatef(-1.5f, 0.0f, -6.0f); // Move Left 1.5 Units And Into The Screen 6.0 GL.glBegin(GL.GL_TRIANGLES); // Drawing Using Triangles GL.glVertex3f(0.0f, 1.0f, 0.0f); // Top GL.glVertex3f(-1.0f, -1.0f, 0.0f); // Bottom Left GL.glVertex3f(1.0f, -1.0f, 0.0f); // Bottom Right GL.glEnd(); this.Refresh(); // GL.glFlush(); } ----------------------End---------------------------------------------------- kindly help me while zooming the above triangle. waiting for your help regards david:((

    david

    C# graphics csharp game-dev help question

  • Zooming the line in OpenGL
    A a_david123

    Dear All Regards! I am using OpenGL(CSGL) in C#, i draw a line and now want to zoomin and zoomout it in OpenGL, kindly help me while developing program for Zooming in openGL. Regards David:sigh:

    david

    Graphics csharp graphics game-dev help

  • Zooming in C# using opengl
    A a_david123

    Dear All I have a program for line drawing in C# using CSGL(OpenGL), now i want to Zoom in and out that drawing line in openGL from the menu or from the Zoom button kindly any one help me? Regards:(( David

    david

    C# graphics csharp game-dev help question

  • developing a Drawing Editor in C# using OpenGl
    A a_david123

    Dear all Regards! I am a student and as i mentioned in my first post the link , i need jut like it but some 1 change its all Grapics routine to OpenGl. hope u r some 1 would help me. regards david

    david

    C# graphics csharp com game-dev help

  • developing a Drawing Editor in C# using OpenGl
    A a_david123

    Dear Graus Regards! Sorry for not clearly mentioned the query. Yes i want a Drawing Editor Program , which 1): open a DXF file and then draw that DXF block. 2): I can edit the already drawing entity, and i can have Redo and Undo facility 3): and i can save in a specific format that drawing and then can open it hope u r some one help me. i m tension kindly help me

    david

    C# graphics csharp com game-dev help

  • developing a Drawing Editor in C# using OpenGl
    A a_david123

    Dear all Regards:(( I want a drawing Editor Programming in C# using OpenGl like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but instead of using C# grapics routine i want to use OpenGl. kindly help me very urgent Regards David -- modified at 5:13 Monday 4th June, 2007

    david

    C# graphics csharp com game-dev help

  • darwing in C# and using OpenGl
    A a_david123

    Dear Graus Regards! i need the drawing editor just like the one available on the link www.codeproject.com/useritems/DrawToolsRedux.asp in C# and OpenGl.means programming of all the Drawing Editor in C# u:((sing OpenGl. Thanking n advance. Regrds David

    david

    C# graphics csharp com game-dev

  • darwing in C# and using OpenGl
    A a_david123

    Dear all Regards I want a drawing editor like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but i want that instead of using C# grapics i want to use OpenGl for drawing and also instead of reading .dtl file, it reads a DXF file and then draw it using OpenGl like in the above link. Regards David:((

    david

    C# graphics csharp com game-dev

  • DrawToolsRedux, but in OpenGl
    A a_david123

    :-O Dear All Regards! I found what i want on the link http://www.codeproject.com/useritems/DrawToolsRedux.asp but i want the above DrawToolsRedux in OpenGl, i mean that for all drawing part using OepnGL instead CSharp Drawing. so kindly any 1 who convert the above DrawToolsReduc into OpenGl. Regrds David

    david

    C# graphics csharp com game-dev

  • DXF reading and drawing with undo and redo functions in Drawing Editor [modified]
    A a_david123

    Dear All Regards! Its me David, I download drawtools from http://www.codeproject.com/csharp/drawtools.asp the above tool reading only dtl file. but i need the above type or any other along with the same functions but read DXF file and then draw it, and after drawing i have the functions to edit it. hope for + response,. David:(( -- modified at 1:10 Tuesday 29th May, 2007

    david

    C# csharp com graphics

  • Menus at runtime(C#/OpenGL)
    A a_david123

    I am working on a drawing application using OpenGl and C#. I want to use the whole form as Drawing area, i have added menus to my application but these menus does not show at run time, help required thanks David

    david

    Graphics graphics csharp game-dev help

  • Menus at run time [modified]
    A a_david123

    Dear All I am working on a drawing application using OpenGl and C#. I want to use the whole form as Drawing area, i have added menus to my application but these menus does not show at run time, help required thanks David -- modified at 4:48 Tuesday 24th April, 2007

    david

    C# graphics csharp game-dev help

  • integrating C# with OpenGl
    A a_david123

    Dear All How to use OpenGl with C#, please explain in detail thanks david

    david

    Graphics csharp graphics game-dev tutorial

  • Integrating C# and OpenGl
    A a_david123

    Dear All Regards How to use OpenGl with C# ,Please explain in detail. Thanks. David

    david

    C# csharp graphics game-dev tutorial

  • Folder Option in WinXP
    A a_david123

    Respected all regards! i have WinXp operating system,but here no folder option in Tools(menu) bar. as i made hidden one of m:)y folder and now i cant retrieve it even from Dos prompt i.e attrib -h folder name. the above command did not retrieved it. so plz help me that how i make visible my "Folder option" in tools menu bar so that i may able to retrieve my folder. Thanking in anticipation from david david

    IT & Infrastructure tools help

  • Help with Softice
    A a_david123

    hey,, i have used SoftIce on win2000 now i want to use it on Windows XP...it installs ok but it does not load...even tried it from the command prompt gives System Error 127 No such procedure exists...please help thanks david

    IT & Infrastructure help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups