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
J

Jeff J Anderson

@Jeff J Anderson
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to put a standard opengl in a windows form
    J Jeff J Anderson

    http://www.codeproject.com/managedcpp/OpenGLViewWinForms.asp[^]

    Graphics question graphics game-dev tutorial

  • UpdateLayeredWindow() fails, GetLastError() == 0
    J Jeff J Anderson

    Since you're specifying the source DC (dcMemory), I would try passing values for arguments 3,4 & 6 (i.e., the various size and positions). Argument 6 should just be the address of a POINT with value (0,0). I use this function all the time, and that's what I do (returns non zero - and it works of course:-))

    Graphics help graphics testing beta-testing question

  • dynamic pictureBox creation
    J Jeff J Anderson

    Did you add each PictureBox to the form's control collection? form->Controls->Add(pictureBoxX);

    Managed C++/CLI

  • dynamic pictureBox creation
    J Jeff J Anderson

    call: gcnew PictureBox() for each. Then set the Image and other properties as desired.

    Managed C++/CLI

  • I need help for creating array [modified]
    J Jeff J Anderson

    array^ m; m = gcnew array(n,n);

    Managed C++/CLI

  • Windows Forms designer and VC++ 2005
    J Jeff J Anderson

    Oh I think there are at least 10 VC++/CLI/WinForms masochists, and despite what you've heard we're not all insane. I managed to develop an interesting 3D application via this rather painful path - .NET 2.0 no less: http://kilroytrout.blogspot.com Take a look at the pictures, and don't even ask how long it takes to load some of my application forms in the designer. --jeff anderson

    The Lounge c++ visual-studio csharp css winforms
  • Login

  • Don't have an account? Register

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