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

borland

@borland
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • error C2504
    B borland

    your solution = put #include at the top of your file. and read your msdn next time. : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC help question

  • input reading?
    B borland

    sscanf : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC question

  • please help me this is urgent
    B borland

    I am using ShellExecute to open another program which is located in a subdirectory. I do this by calling it with the file param as the filename, and the directory name as the subdirectory. It works under win2k/xp/nt but not on win95/98/ME....If anyone knows why and how I can fix it it would be of amazing help! So imagine the directory is 'stuff' and the file is 'thing.exe' I call ShellExecute(NULL,NULL,"thing.exe",NULL,"stuff",SW_SHOW); This works fine in 2k but not 9x!!!!!! please someone help me! : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC help

  • CSplitterWnd Question
    B borland

    Thanks man I'll try that. It sounds to be exactly along the lines of what I want. if only MSDN told me that : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC question debugging tutorial

  • .make files???
    B borland

    if you've ever done ANY C++ programming outside of VC then you'll know all about makefiles. They are the text-based equivalent of your project options. They tell the compiler (gcc/++ in most cases) what files to compile and how to compile each one, etc etc : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC c++ question

  • CSplitterWnd Question
    B borland

    *BUMP* : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC question debugging tutorial

  • getting a machine's ip address
    B borland

    you can just go CString str = (some char*) and it'll work : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC c++

  • CSplitterWnd Question
    B borland

    I have an SDI app which is split into 4 views with 2 CSplitterWnds. When I resize the internal windows I get a trace message saying 'Warning: Could not find splitter cursor - using system provided alternative.' This is ok, because it still works and resizes and stuff, but some of the windows are not being redrawn when they should be. Can anyone tell me how to intercept any messages or anything so I know when the windows are being resized and can call the redraw functions for my views? I have searched MSDN and a fair few books and found nothing useful. Thanks a lot people. : Wherever you go, there you are, and you wish you were somewhere else :

    C / C++ / MFC question debugging tutorial
  • Login

  • Don't have an account? Register

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