Click here to Skip to main content
15,917,627 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: How to disable tab control in window form Pin
Martin#27-Feb-07 21:41
Martin#27-Feb-07 21:41 
Hello,

When you use te KeyDown event the member 'KeyData' is what you are looking for.

if(e.KeyData == Keys.Tab)
{
	e.Handled = true;  //prevents that Tab is pressed
}


All the best,

Martin
GeneralRe: How to disable tab control in window form Pin
Duong Tien Nam27-Feb-07 22:20
Duong Tien Nam27-Feb-07 22:20 
AnswerRe: How to disable tab control in window form Pin
sam#28-Feb-07 0:32
sam#28-Feb-07 0:32 
AnswerRe: How to disable tab control in window form Pin
Luc Pattyn28-Feb-07 2:36
sitebuilderLuc Pattyn28-Feb-07 2:36 
QuestionRe: How to disable tab control in window form [modified] Pin
Martin#28-Feb-07 5:30
Martin#28-Feb-07 5:30 
AnswerRe: How to disable tab control in window form Pin
Luc Pattyn28-Feb-07 6:02
sitebuilderLuc Pattyn28-Feb-07 6:02 
GeneralRe: How to disable tab control in window form [modified] Pin
Martin#28-Feb-07 6:03
Martin#28-Feb-07 6:03 
GeneralRe: How to disable tab control in window form Pin
Duong Tien Nam28-Feb-07 22:53
Duong Tien Nam28-Feb-07 22:53 
QuestionSystem.IO.Port - It works in debug mode Pin
Brad Wick27-Feb-07 20:09
Brad Wick27-Feb-07 20:09 
AnswerRe: System.IO.Port - It works in debug mode Pin
Stefan Troschuetz27-Feb-07 22:00
Stefan Troschuetz27-Feb-07 22:00 
AnswerRe: System.IO.Port - It works in debug mode Pin
Luc Pattyn28-Feb-07 6:17
sitebuilderLuc Pattyn28-Feb-07 6:17 
AnswerRe: System.IO.Port - It works in debug mode Pin
pbraun3-Mar-07 14:19
pbraun3-Mar-07 14:19 
QuestionLip and voice synchronization problem with DirectX.Capture Pin
Siamginsuan Ngaihte27-Feb-07 20:07
Siamginsuan Ngaihte27-Feb-07 20:07 
Questioninterface Vs. atrribute Pin
groundzero11127-Feb-07 20:01
groundzero11127-Feb-07 20:01 
AnswerRe: interface Vs. atrribute Pin
Guffa27-Feb-07 21:07
Guffa27-Feb-07 21:07 
GeneralRe: interface Vs. atrribute Pin
DavidNohejl27-Feb-07 21:53
DavidNohejl27-Feb-07 21:53 
AnswerRe: interface Vs. atrribute Pin
Guffa28-Feb-07 1:30
Guffa28-Feb-07 1:30 
GeneralRe: interface Vs. atrribute Pin
DavidNohejl28-Feb-07 1:45
DavidNohejl28-Feb-07 1:45 

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.