Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
GeneralRe: Drawlines on different levels Pin
Luc Pattyn4-Jan-11 15:25
sitebuilderLuc Pattyn4-Jan-11 15:25 
AnswerRe: Drawlines on different levels Pin
Dave Kreskowiak4-Jan-11 6:27
mveDave Kreskowiak4-Jan-11 6:27 
GeneralRe: Drawlines on different levels Pin
AlexB474-Jan-11 13:57
AlexB474-Jan-11 13:57 
AnswerRe: Drawlines on different levels [Edit] Pin
Paladin20004-Jan-11 9:44
Paladin20004-Jan-11 9:44 
GeneralRe: Drawlines on different levels Pin
Dave Kreskowiak4-Jan-11 10:24
mveDave Kreskowiak4-Jan-11 10:24 
GeneralRe: Drawlines on different levels Pin
Paladin20004-Jan-11 10:51
Paladin20004-Jan-11 10:51 
GeneralRe: Drawlines on different levels Pin
AlexB474-Jan-11 13:58
AlexB474-Jan-11 13:58 
Questionhelp with realization Pin
polycom1234-Jan-11 4:54
polycom1234-Jan-11 4:54 
Hello, My question involve both code and algorithm so I'm hoping I'm in the right place:

I have a win form application with c# and fw4.

I have a panel (name P1) and I'm adding buttons dynamically to him in run time based on a file list I read from a directory (for each file I read I'm creating a button with the file name as text and add him to the panel controls).

I have another panel (P2) with same process from another list.

Now - I want to navigate between the buttons in P1 when I'm pressing the left/right keys and between the the buttons in P2 when I'm pressing the up/down buttons.

I have a lots of ideas to do that (save a list of buttons in each panel and a variable to remember on which button I am, maybe using a hash table ).

I know how to do the programing stuff (creating every thing, getting the key press and so on) I just can't think of a normal algorithm for that. all my ideas seems lame Frown | :(

Hope I'm in the right place and thanks in advance.
AnswerRe: help with realization Pin
Luc Pattyn4-Jan-11 5:00
sitebuilderLuc Pattyn4-Jan-11 5:00 
GeneralRe: help with realization Pin
polycom1234-Jan-11 18:38
polycom1234-Jan-11 18:38 
Questionhow to pass parameters and values with function name in url? Pin
roebuck-code3-Jan-11 22:17
roebuck-code3-Jan-11 22:17 
AnswerRe: how to pass parameters and values with function name in url? PinPopular
Keith Barrow4-Jan-11 0:22
professionalKeith Barrow4-Jan-11 0:22 
GeneralRe: how to pass parameters and values with function name in url? Pin
Dalek Dave4-Jan-11 0:59
professionalDalek Dave4-Jan-11 0:59 
GeneralRe: how to pass parameters and values with function name in url? Pin
roebuck-code4-Jan-11 2:31
roebuck-code4-Jan-11 2:31 
GeneralRe: how to pass parameters and values with function name in url? Pin
Keith Barrow4-Jan-11 3:01
professionalKeith Barrow4-Jan-11 3:01 
GeneralRe: how to pass parameters and values with function name in url? Pin
fjdiewornncalwe4-Jan-11 3:28
professionalfjdiewornncalwe4-Jan-11 3:28 
AnswerRe: how to pass parameters and values with function name in url? Pin
Not Active4-Jan-11 2:34
mentorNot Active4-Jan-11 2:34 
GeneralRe: how to pass parameters and values with function name in url? Pin
roebuck-code4-Jan-11 3:16
roebuck-code4-Jan-11 3:16 
GeneralRe: how to pass parameters and values with function name in url? [modified] Pin
Manfred Rudolf Bihy4-Jan-11 4:21
professionalManfred Rudolf Bihy4-Jan-11 4:21 
GeneralRe: how to pass parameters and values with function name in url? Pin
roebuck-code4-Jan-11 19:57
roebuck-code4-Jan-11 19:57 
GeneralRe: how to pass parameters and values with function name in url? Pin
Manfred Rudolf Bihy5-Jan-11 1:49
professionalManfred Rudolf Bihy5-Jan-11 1:49 
GeneralRe: how to pass parameters and values with function name in url? Pin
roebuck-code5-Jan-11 2:49
roebuck-code5-Jan-11 2:49 
GeneralRe: how to pass parameters and values with function name in url? Pin
Manfred Rudolf Bihy5-Jan-11 3:05
professionalManfred Rudolf Bihy5-Jan-11 3:05 
GeneralRe: how to pass parameters and values with function name in url? [modified] Pin
roebuck-code5-Jan-11 21:55
roebuck-code5-Jan-11 21:55 
AnswerRe: how to pass parameters and values with function name in url? Pin
roebuck-code12-Feb-11 20:13
roebuck-code12-Feb-11 20:13 

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.