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
B

briefcase

@briefcase
About
Posts
7
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • afx_message
    B briefcase

    I'm trying to use messages to communicate within a program (I'm following the article "Interprocess communication tutorial By Alex Farber") but am running into a problem. I've followed the first few steps of his little tutorial, and run into the following error when i try to build the application: error C2065: 'OnMessageTextChanged' : undeclared identifier with regards to this line in programDlg.cpp : ON_REGISTERED_MESSAGE(wm_Message, OnMessageTextChanged) I thought that: afx_msg LRESULT OnMessageTextChanged(WPARAM wParam, LPARAM lParam); in programDlg.h was the proper way to declare this. Any ideas on what I may be doing wrong? Thanks greg

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

  • ShellExecute()
    B briefcase

    hmm... alright, what am i doing wrong? ShellExecute( NULL, "open", "myhelp.hlp", NULL, NULL, //dir SW_SHOW ); myhelp.hlp exists in the same dir as the calling program.

    C / C++ / MFC question help

  • ShellExecute()
    B briefcase

    I'm sorry for the generalization, but I need help using the ShellExecute() function (to launch a .hlp file). ShellExecute( ?, "open", "Helpfile.hlp", NULL, ?, //dir SW_SHOW ); I put a '?' where I don't know what I should put :) The first is the window handle thingy, I really don't want the opened file attached to anything, how do i do this? The second ? is the directory... I have no idea what to set this too. If it's the programs current dir, how do i find that? Thanks

    C / C++ / MFC question help

  • *.hlp files
    B briefcase

    whats the lpDirectory param supposed to be with shellexecute()?

    C / C++ / MFC question help

  • *.hlp files
    B briefcase

    How can I launch .hlp files from my application? (IE user clicks "help" button it luanches the help file). Thanks

    C / C++ / MFC question help

  • str to double?
    B briefcase

    How can i put the contents of a string into a double? 100000000000000000000000000000000 for instance? :) atoi works up to the max value of a int, then it craps out... Thanks

    C / C++ / MFC question

  • Double to string
    B briefcase

    How can you specify the accuracy (places after the decimal place) with str.Format()? Thanks Greg

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