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
W

W00dSt0ck

@W00dSt0ck
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Communication between processes
    W W00dSt0ck

    COM - Component Object Model for more Info, check the articles on this page regards WoodStock

    C / C++ / MFC question tutorial

  • Edit Box from funtion
    W W00dSt0ck

    How can I make function() a member of my TestDlg class?????

    C / C++ / MFC c++ help question

  • Edit Box from funtion
    W W00dSt0ck

    Doesnt work, GetDlgItem() asks for Window Hande (doesn't accept 1 Parameter)! How can I get this? WoodStock

    C / C++ / MFC c++ help question

  • Edit Box from funtion
    W W00dSt0ck

    Hello! I am new to MFC. I want to change an Edit Box from a function! The situation is the following (simplified): int function(); //Prototype void TestDlg::OnGo() { SetDlgItemText(IDC_Output, "From OnGo!!!"); //Works fine function(); // Call my function } int function() { SetDlgItemText(IDC_Output, "From funtion()!!"); // ERROR } So, the output from the function does not work. I know, I have to append something, but what?????

    C / C++ / MFC c++ 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