CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: YANSHOF

Search: Search took 0.04 seconds.

  1. TextBox RaiseEvent KeyDownEvent does not work

    Trying to raiseEvent to textBox - but i don't see the key value in the textBox text. I can see that the textbox event "OnKeyDownEvent" is stopping in breakpoints - but i don't understand why the text...
  2. How to find out the pressed key if i have the scan code ??

    Hi All,

    I wrote some application and i need in some place to catch the keyboard pressed key - so i used windows hook - now i have the scan code of the pressed key but i cant convert it to the...
  3. How to find out the pressed key if i have the scan code ??

    Hi All,

    I wrote some application and i need in some place to catch the keyboard pressed key - so i used windows hook - now i have the scan code of the pressed key but i cant convert it to the...
  4. Can i change the place of the drawing item in CListCtrl in run time ?

    I need to "move" a little to right the place that my item will be draw in run time.
    What i mean is that in drawing some list item - i want to move the drawing item to right a little bit ==> I...
  5. How to get notification for check box in CTreeCtrl ?

    I want to handle notification when i click check box in treeview, but i don't see any notification message which allows this.

    Beside this - i try to use OnClick event - but when i use method...
  6. CTreeView control - problem in recognize item that was click.

    Hi All,

    I need to write some GUI application that uses CTreeView control.
    I writing it with using ATL and use method like TreeView_SetItemState, TreeView_InsertItem and extra.
    I'm using control...
  7. Question about ATL - add and control Composite control

    Hi All,

    I need to write some Composite control in my ATL project.

    My question is how i control the GUI ?

    What I mean is - in MFC i define some control variable that i can control the GUI...
  8. How to write program in C# that will act exactly as COM object ?

    Hi All,

    I need to write some GUI application in MFC that will be able to support some COM call from other application.

    I want to do it in C# beside MFC - but i don't know how can i write in C#...
  9. How to disable check box in CTreeCtrl control sub item?

    Hi All,

    I have small application that i add in it some CTreeCtrl control.

    In this i need in some cases to disable one of the sub item of some root element and i don't know how to do it.
    ...
  10. Does there is a way to remove application that run to appear in the task manager ?

    I need to know if there is some API that can i use or some other way to do it.

    Thanks for any help.
  11. Does there is a way to remove application that run to appear in the task manager ?

    I need to know if there is some API that can i use or some other way to do it.

    Thanks for any help.
  12. Replies
    3
    Views
    781

    Re: How template in C++ Work ?

    i looking in 2 books that i have and i just found how to use Templates.

    I need to know more about how its work... is it use the fact that all the object devisee from CObject or something like that...
  13. Replies
    3
    Views
    781

    How template in C++ Work ?

    Hi All,

    I looking for some stuff that explain how template in C++ work.

    What i need is not how to use them ... ( this i already know ).

    Some one can help me ?

    I already looked in Google...
  14. How can i write function that search for file on the disk ?

    Hi,

    I want to write some application that looking some file name ( "file.exe" or *.exe ) on the entire disk.

    Can some one help me ?
  15. How can i write function that search for file on the disk ?

    Hi,

    I want to write some application that looking some file name ( "file.exe" or "*.exe" ) on the entire disk.

    Can some one help me ?
  16. Re: I have problem to compile my code - don't see reason why - need help - i add the code.

    T H A N K S !!!!!

    I add copy constructor and now all work fine.
  17. Re: I have problem to compile my code - don't see reason why - need help - i add the code.

    I add screen shot.
    The line is 34 in the h file - this is the last line that contain the " }; " of the h file.
  18. I have problem to compile my code - don't see reason why - need help - i add the code.

    Hi All,

    I'm using visual 2005 to write some simple C++ program using MFC.
    I add the relevant file to here - the compile error that i getting is

    error C2248: 'CObject::CObject' : cannot...
  19. Can't set windows hook - what wrong with my code ?

    Hi All,

    I need to catch all keyboard event and some of the keyboard keys i need to intercept.
    So i using windows hook to do it.

    But in some reason when i do "SetWindowsHookEx" i getting wrong...
  20. Re: How to catch keyboard event before the operation system ?

    I looking in the MSDN about this function - i don't understand how can i catch the key ( know what key was press ).

    My application don't supposed to run as MFC application - its need to run in...
  21. How to catch keyboard event before the operation system ?

    I need to catch every keyboard event before operation system ( windows xp ) does.

    What i mean is in case user click on key 'enter' ( or every other key ) my application need to check if the key is...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured