Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SuperTeone

  1. SuperTeone

    Keyboard events....

    Hi everybody, anyone knows how to capture a Keyboard event occurring in a dialog (that has, obviously, the focus)?? The "OnKeyDown", "OnKeyPress", ecc... work only if you are in an EditBox. They do nothing when you give the focus to something that is not a text box or...
  2. SuperTeone

    OnKeyDown in dialogs: doesn't work!!!

    Hi everybody, I've a little problem: I can't intercept key-pressed messages in the dialog based applications. In the "document view" style app, instead, the "OnKeyDown" message handler works perfectly. What have I to do?!? Thanks!!!
  3. SuperTeone

    _rmdir: PROBLEM SOLVED!!!

    Hi everybody, I've solved the problem: simply, when you perform a search using MFC functions you have to CLOSE THE SEARCH with BOOL FindClose(HANDLE hFindFile); If you don't close the search, the directory could not be removed becouse it continue to be used by a process. So, for Jerry, add...
  4. SuperTeone

    _rmdir: I use absolute path and full control directories : (

    Thanks for your tips, but I use absolute paths and full control directories (to everyone), so... the problem must be something different :( And, for Jerry, voila' the code: void RemoveDirectory(CString path) // path contains the absoulute path of directory int morefiles=1,err; char...
  5. SuperTeone

    _rmdir doesn't work!! How to remove a directory?!?

    Hi! I have to remove a directory, wich VC++ command do I have to use?!? "_rmdir" doesn't work even though and I've checked the basic conditions that have to be respected such as: 1) directory must be empty 2) directory to remove can't be the working directory The command _rmdir simply...
  6. SuperTeone

    JPG in a dialog: how to do??

    Hi everybody, I would only to display a JPG (located in a buffer) in a dialog... how can I do?! Thans, Matteo.

Part and Inventory Search

Back
Top