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
F

foobar

@foobar
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problem with Picturebox / windows.h
    F foobar

    Yea, I got the same.... Use the file name if you can. That works no problem. picBox->Image = Image::FromFile(S"filePic.bmp")

    C / C++ / MFC help question

  • problem with Picturebox / windows.h
    F foobar

    ok - here is a workaround.... ////REMOVE the code the IDE gave you!!!! //this->pictureBox1->Image = (__try_cast(resources->GetObject(S"pictureBox1.Image"))); ///ADD This line this->pictureBox1->Image = Image::FromFile(S"sm_titan.bmp"); This can get all crazy with a file name so here is an example with a image directory and numbered images: pictureBox1->Image = Image::FromFile( string::concat( directory::GetCurrentDirectory(), s"\\image\\image", imageNum.ToString(),s".bmp")); Hope it helps!

    C / C++ / MFC help question

  • problem with Picturebox / windows.h
    F foobar

    Read this...http://www.kbalertz.com/kb_888267.aspx said ifdef then undef on the getobject.... it is an issue with including windows.h If it works, let me know. I get a runtime error

    C / C++ / MFC help question
  • Login

  • Don't have an account? Register

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