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

Baafie

@Baafie
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Capture the Enter key
    B Baafie

    Try the IDOK message.. you are using a dialog, aren't you? You could also try the WM_KEYDOWN message.

    C / C++ / MFC question

  • Debug v. Release
    B Baafie

    I have the same problem, and I don't know what to do about it. Accessing the registry, that is. Are you using the OpenRegKeyEx or the function(I forgot its name)? Baaf.

    C / C++ / MFC help announcement c++ windows-admin debugging

  • How can I use a CRgn to draw on a CBitmap?
    B Baafie

    This looks kind of familiar.. You must be in a hurry, codeguru.com??

    C / C++ / MFC question graphics performance help

  • Removing ActiveX of resource !!!
    B Baafie

    select it and press 'delete'.

    C / C++ / MFC com game-dev question html database

  • Enter touch kills dialog base window
    B Baafie

    Handle OnOk() for enter and OnCancel() for escape, in which you prevent the program from terminating.

    C / C++ / MFC help question

  • just a question...
    B Baafie

    What exactly do you need explained? You can order books via the internet, you know..

    C / C++ / MFC c++ question json learning

  • just a question...
    B Baafie

    yes. I suggest that you read a book about visual c++.

    C / C++ / MFC c++ question json learning

  • finding a string in a CString
    B Baafie

    well isn't this nice...

    C / C++ / MFC question tutorial

  • finding a string in a CString
    B Baafie

    CString strCoffee = "coffee smells terrible"; int iSearch = strCoffee.find("err"); if (iSearch != -1) { //found it. } else { //couldn't find it. }

    C / C++ / MFC question tutorial

  • Thread Client\Serveur
    B Baafie

    hee hee.. Nous ne parlons pas Français bien. (or was it meilleur?..) Voulez-vous parler en Anglais s'il vous plait? Merci beaucoup! Baaf. _________ So, what do you think of my French?

    C / C++ / MFC dotnet question

  • Duplicate
    B Baafie

    How about this: CFtpConnection *pFtp; .... pFtp = Session.GetFtpConnection(...); ... ... CFtpConnection& hFtp = *pFtp;

    C / C++ / MFC question

  • CRichEditView::Stream()
    B Baafie

    Don't use stream(). Use CRichEditDoc::OnFileSave("C:/yada.txt").

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

  • Changing static splitter layout
    B Baafie

    You can use the DeleteColumn(), DeleteView() and DeleteRow() to remove them. See MSDN.

    C / C++ / MFC question

  • Sending a message though a Win32 program
    B Baafie

    SendMessage(hwnd, WM_LBUTTONDOWN, (WPARAM)(fill this out, use your help),(LPARAM)(same here..)); Piece of cake.

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