Click here to Skip to main content
15,903,203 members
Home / Discussions / C#
   

C#

 
AnswerRe: Hide row in Tablelayoutpanel in c# [modified] Pin
Gerry Schmitz1-Feb-10 12:19
mveGerry Schmitz1-Feb-10 12:19 
QuestionLanguage of ColorDialog(ColorEditor) and FontDialog in PropertyGrid [modified] Pin
akamper1-Feb-10 3:30
akamper1-Feb-10 3:30 
QuestionSSHA how to encode a string in C#. Pin
AWriter1-Feb-10 2:35
AWriter1-Feb-10 2:35 
AnswerRe: SSHA how to encode a string in C#. Pin
Not Active1-Feb-10 3:53
mentorNot Active1-Feb-10 3:53 
AnswerRe: SSHA how to encode a string in C#. Pin
AWriter1-Feb-10 5:52
AWriter1-Feb-10 5:52 
GeneralRe: SSHA how to encode a string in C#. Pin
Garth J Lancaster1-Feb-10 10:30
professionalGarth J Lancaster1-Feb-10 10:30 
GeneralRe: SSHA how to encode a string in C#. Pin
AWriter1-Feb-10 21:17
AWriter1-Feb-10 21:17 
GeneralRe: SSHA how to encode a string in C#. Pin
Garth J Lancaster2-Feb-10 0:20
professionalGarth J Lancaster2-Feb-10 0:20 
QuestionWPF Books Pin
Sunil G1-Feb-10 2:25
Sunil G1-Feb-10 2:25 
AnswerRe: WPF Books Pin
Nagy Vilmos1-Feb-10 2:30
professionalNagy Vilmos1-Feb-10 2:30 
AnswerRe: WPF Books Pin
Richard MacCutchan1-Feb-10 3:01
mveRichard MacCutchan1-Feb-10 3:01 
AnswerRe: WPF Books Pin
Pete O'Hanlon1-Feb-10 4:13
mvePete O'Hanlon1-Feb-10 4:13 
QuestionGmail APi's Pin
Anil Kumar.Arvapalli1-Feb-10 2:13
Anil Kumar.Arvapalli1-Feb-10 2:13 
AnswerRe: Gmail APi's Pin
Not Active1-Feb-10 2:21
mentorNot Active1-Feb-10 2:21 
AnswerRe: Gmail APi's Pin
SergGM24-Nov-10 0:16
SergGM24-Nov-10 0:16 
GeneralRe: Gmail APi's Pin
Norbert Szenasi27-Dec-10 6:27
Norbert Szenasi27-Dec-10 6:27 
QuestionDExplore issue Pin
dwolver1-Feb-10 2:13
dwolver1-Feb-10 2:13 
AnswerRe: DExplore issue Pin
ricmil421-Feb-10 3:26
ricmil421-Feb-10 3:26 
QuestionNeed to Import table & query from one MS Access databas to another. Pin
honeyashu1-Feb-10 2:01
honeyashu1-Feb-10 2:01 
AnswerRe: Need to Import table & query from one MS Access databas to another. [modified] Pin
Dan Mos1-Feb-10 2:51
Dan Mos1-Feb-10 2:51 
AnswerRe: Need to Import table & query from one MS Access databas to another. Pin
Md. Marufuzzaman1-Feb-10 9:04
professionalMd. Marufuzzaman1-Feb-10 9:04 
QuestionTrapping arrow keys in form Pin
Kaikus1-Feb-10 0:27
Kaikus1-Feb-10 0:27 
Hi!

I've read arrow kay can only be intercepted by using KeyUp event. KeyPress only works with characters, and KeyDown allows Control Keys, too, but not arrow keys.

I have tried, and KeyUp works well... but only if i have no other controls in the form! If I have any control enabled and focussed, I can't trap KeyUp Form evnent... I suppose the focussed control traps it.

I have Visual Studio 2003, so I only can use .NET Framework 1 available (or so I have been told). I'm proggramming a simple form that allow me to brouse data fron a database, and I don't have access to this nice BindingNavigator control. So, I have created the form, binded controls, and created the First, Last, Prev, Next buttons to manage my CurrencyManager. It works fine, but I want to be able to browse just using my arrow keys. I think that trap arrow keys ON EVERY active controls in my form is a very poor solution...

Any help, please? Smile | :)
AnswerRe: Trapping arrow keys in form Pin
#realJSOP1-Feb-10 0:47
professional#realJSOP1-Feb-10 0:47 
GeneralRe: Trapping arrow keys in form Pin
Kaikus1-Feb-10 1:00
Kaikus1-Feb-10 1:00 
QuestionCrystal Report Probelm (Subreport) Pin
Syed Shahid Hussain1-Feb-10 0:10
Syed Shahid Hussain1-Feb-10 0:10 

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.