Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can don't show application in task manager? Pin
Tamimi - Code27-Feb-07 22:48
Tamimi - Code27-Feb-07 22:48 
GeneralRe: how can don't show application in task manager? Pin
sam#27-Feb-07 23:15
sam#27-Feb-07 23:15 
GeneralRe: how can don't show application in task manager? Pin
Tamimi - Code27-Feb-07 23:33
Tamimi - Code27-Feb-07 23:33 
AnswerRe: how can don't show application in task manager? Pin
Pete O'Hanlon27-Feb-07 23:22
mvePete O'Hanlon27-Feb-07 23:22 
GeneralRe: how can don't show application in task manager? Pin
Dan Neely28-Feb-07 2:04
Dan Neely28-Feb-07 2:04 
GeneralRe: how can don't show application in task manager? Pin
ednrgc28-Feb-07 3:40
ednrgc28-Feb-07 3:40 
GeneralRe: how can don't show application in task manager? Pin
Pete O'Hanlon28-Feb-07 10:36
mvePete O'Hanlon28-Feb-07 10:36 
Questionhow to secure erase/wipe a file ? Pin
Radu Sorin27-Feb-07 21:58
Radu Sorin27-Feb-07 21:58 
QuestionConvert Video to Sound, or extract sound from video Pin
AmroDigital27-Feb-07 21:30
AmroDigital27-Feb-07 21:30 
QuestionCustom Draw in ListView. Pin
David Fleming27-Feb-07 21:29
David Fleming27-Feb-07 21:29 
AnswerRe: Custom Draw in ListView. Pin
J. Dunlap27-Feb-07 23:48
J. Dunlap27-Feb-07 23:48 
GeneralRe: Custom Draw in ListView. Pin
David Fleming28-Feb-07 9:25
David Fleming28-Feb-07 9:25 
GeneralRe: Custom Draw in ListView. Pin
David Fleming28-Feb-07 11:01
David Fleming28-Feb-07 11:01 
GeneralRe: Custom Draw in ListView. Pin
David Fleming28-Feb-07 12:00
David Fleming28-Feb-07 12:00 
GeneralRe: Custom Draw in ListView. Pin
J. Dunlap28-Feb-07 19:55
J. Dunlap28-Feb-07 19:55 
GeneralRe: Custom Draw in ListView. Pin
David Fleming28-Feb-07 23:42
David Fleming28-Feb-07 23:42 
GeneralRe: Custom Draw in ListView. Pin
J. Dunlap1-Mar-07 0:32
J. Dunlap1-Mar-07 0:32 
GeneralRe: Custom Draw in ListView. [modified] Pin
David Fleming1-Mar-07 10:42
David Fleming1-Mar-07 10:42 
Questioncreate new change event for existing property Pin
webseal27-Feb-07 21:06
webseal27-Feb-07 21:06 
AnswerRe: create new change event for existing property Pin
Stefan Troschuetz27-Feb-07 22:29
Stefan Troschuetz27-Feb-07 22:29 
QuestionCrystal Reports, Windows Froms and Web Services Pin
Alaa' Al Atrash27-Feb-07 20:55
Alaa' Al Atrash27-Feb-07 20:55 
QuestionFileSystemWatcher which can update to a SQL database? Pin
ananth_8227-Feb-07 20:54
ananth_8227-Feb-07 20:54 
AnswerRe: FileSystemWatcher which can update to a SQL database? Pin
andyharman27-Feb-07 23:17
professionalandyharman27-Feb-07 23:17 
AnswerRe: FileSystemWatcher which can update to a SQL database? Pin
Dave Kreskowiak28-Feb-07 2:56
mveDave Kreskowiak28-Feb-07 2:56 
QuestionHow to disable tab control in window form Pin
Duong Tien Nam27-Feb-07 20:53
Duong Tien Nam27-Feb-07 20:53 
I have a custom control in a form and I want it to catch the key I press, so I implement the "KeyDown" event, its ok but the event does not fire when I press TAB, Up, Down... (the keys that is used internal to change the tab index of control inside the form).
How can I disable it and handle those special keys?

Thank you for your help!

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.