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
U

User 12162796

@User 12162796
About
Posts
6
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [wtl] Making a Wizard-Only app
    U User 12162796

    Hi, I'm designing an application that consists of ONLY a wizard. I use this code to show it. int Run(LPTSTR /*lpstrCmdLine*/ = NULL, int nCmdShow = SW_SHOWDEFAULT) { CMainWizard wizard; if ( IDOK == wizard.DoModal() ) { } return 0; } The rest of the code is default wizard code. It all works perfectly but when i close the wizard with the cancel button i get a first chance exeception. It think this is because Run() always returns zero. What should i do to let it exit in an ordinate fashion? Thnx:)

    ATL / WTL / STL c++ json question

  • How to check wheter a specified path is a dir?
    U User 12162796

    See title:), thanks.. Couldn't find the functions using MSDN or google:(..

    C / C++ / MFC tutorial question

  • What format is this file in and how to open it in C++
    U User 12162796

    Hi, I want to make a playlist editor for my MP3 player. I've upped the playlist file to my server. You can download it here: www.tommy2d.com/MyFavorite.plp I can open it with notepad without any problems. However, when i save it to UNICODE LE, UNICODEBE or whatever format Notepad support, i can't load aymore on my MP3 player... Could anybody please indicate what type of file this is and how to open it in C++? Thnx...

    C / C++ / MFC c++ com sysadmin tutorial question

  • What format is this file in and how to open it in C++
    U User 12162796

    Hi, I want to make a playlist editor for my MP3 player. I've upped the playlist file to my server. You can download it here: www.tommy2k.com/MyFavorite.plp I can open it with notepad without any problems. However, when i save it to UNICODE LE, UNICODEBE or whatever format Notepad support, i can't load aymore on my MP3 player... Could anybody please indicate what type of file this is and how to open it in C++? Thnx...

    C / C++ / MFC c++ com sysadmin tutorial question

  • A little unicode question.
    U User 12162796

    Thanks:) This solved all of my coding problems. Never knew the conversions where this easy ;-).

    C / C++ / MFC question

  • A little unicode question.
    U User 12162796

    Hi! I'm storing a certain path in a CAtlString class. The function i need to pass this path to however only likes char pointers. How do i get a char pointer from a Unicode CAtlString?

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