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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
F

Fred M

@Fred M
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C++ operator
    F Fred M

    Thank's, but sometimes i don't know the real type of xx and yy, and i dont want to know. I don't write this code with a switch. Other idea ?

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

  • C++ operator
    F Fred M

    Ok , thank's a lot :) But do you know the solution for my problem.

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

  • C++ operator
    F Fred M

    Hi, everybody, i need some help for writing an operator= ::::::::::::::::::::::::::::::: class aa { public: int var; virtual aa& operator=(const aa && c ) throw(); }; ::::::::::::::::::::::::::::::: class bb : public aa { public: int varbb; bb& operator=(const bb && c ) { varbb=c.varbb; return *this; }; }; int main() { aa * xx = new bb(); aa * yy = new bb(); *xx=*yy; }; Problem: Ok, so when i execute this code "*xx=*yy" the aa operator= was called, but i want to use the bb operator=. How can i do that? Ho, sorry for my english.

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

  • HKM_GETHOTKEY
    F Fred M

    Hello everybody, I use hotkey edit control, and i want to convert the return value in text mode like the edit control ( Ctrl+Alt+A ... ) Some else know the function or the routine to convert the return value in text??? Oh, sorry for my english. thanks in advance Fred.

    C / C++ / MFC question

  • Radio controls!!
    F Fred M

    Like this Use CheckRadioButton(hDlg,IDC_RADIO1(id checked),IDC_RADIO1(start group),IDC_RARIO5(end group)) When you want to know if the button checked use IsDlgButtonChecked(hDlg,IDC_RADIO1) Bye.

    C / C++ / MFC tutorial question

  • Retrieve process
    F Fred M

    Is any body know how to retrieve all process, like task manager, without enumerate windows on system. Thank you.

    C / C++ / MFC tutorial

  • Installed application on computer
    F Fred M

    Could you tell me how scan the start menu ? Thank's in advance

    C / C++ / MFC tutorial

  • Disable Minimize Button runtime
    F Fred M

    You can write this: hMenu=GetSystemMenu(hDlg,TRUE); EnableMenuItem ( hMenu, SC_CLOSE, MF_BYCOMMAND | MF_DISBALED);

    C / C++ / MFC question

  • Installed application on computer
    F Fred M

    Ok, Thank's a lot everybody. But now my other problem is how to find "the start program file" for each entry (i have just the uninstall program in this registry key). Sorry for my english :(

    C / C++ / MFC tutorial

  • Installed application on computer
    F Fred M

    Does anyone know how to find installed application on computer, like application listed in Add/Remove programs icon. Thank's a lot.

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