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
S

Sonny Aman

@Sonny Aman
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • hi how to find no of files in a folder
    S Sonny Aman

    Oops.. You also need the names.. modify the function to return also the names using finder.GetFileName(). You can pass a pointer to a string array as argument and store the names in that.:)

    'life is like a ten speed bike,most of us having gears we ne never use' ... i want to try those.

    C / C++ / MFC delphi tutorial

  • hi how to find no of files in a folder
    S Sonny Aman

    int getFileCount() { int count = 0; CFileFind finder; BOOL bWorking = finder.FindFile("*.*"); while (bWorking) { bWorking = finder.FindNextFile(); count ++ } return count; }

    'life is like a ten speed bike,most of us having gears we ne never use' ... i want to try those.

    C / C++ / MFC delphi tutorial

  • Display thumbnail in Dialog
    S Sonny Aman

    Hey William, The following link may help you. http://www.codeproject.com/listctrl/thumbnail.asp pleasure !!

    'life is like a ten speed bike,most of us having gears we ne never use' ... i want to try those.

    C / C++ / MFC tutorial question

  • How can I refuse active document change in MDI ?
    S Sonny Aman

    Hello All, Help needed !! Situation: In and MDI application several child window are open. On the event of selecting a child window ,some task is done on the selected document,previously active document and background. Prob: Let window A,B,C and D are open, A is currently selected and doing some work. Now I want refuse selecting any other( or only B ) window before A is finished. Or may be one toolbar button is pressed, so i want to refuse any other window ( or any particular windo )to get selected. If it is possible may plz have a guide line ? Thank you.

    'life is like a ten speed bike,most of us having gears we ne never use' ... i want to try those.

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