Click here to Skip to main content
15,923,087 members
Home / Discussions / C#
   

C#

 
GeneralRe: ActiveFomr.Invoke [modified] Pin
thomaxz.tc10-Mar-09 4:27
thomaxz.tc10-Mar-09 4:27 
GeneralRe: ActiveFomr.Invoke Pin
thomaxz.tc10-Mar-09 5:00
thomaxz.tc10-Mar-09 5:00 
GeneralRe: ActiveFomr.Invoke Pin
Xmen Real 10-Mar-09 5:31
professional Xmen Real 10-Mar-09 5:31 
QuestionReversing letters in a word Pin
Johnny Jackson10-Mar-09 3:18
Johnny Jackson10-Mar-09 3:18 
AnswerRe: Reversing letters in a word Pin
dan!sh 10-Mar-09 3:20
professional dan!sh 10-Mar-09 3:20 
AnswerRe: Reversing letters in a word Pin
Xmen Real 10-Mar-09 3:51
professional Xmen Real 10-Mar-09 3:51 
AnswerRe: Reversing letters in a word Pin
PIEBALDconsult10-Mar-09 4:39
mvePIEBALDconsult10-Mar-09 4:39 
JokeRe: Reversing letters in a word Pin
Xmen Real 10-Mar-09 5:28
professional Xmen Real 10-Mar-09 5:28 
GeneralRe: Reversing letters in a word Pin
Nagy Vilmos10-Mar-09 5:37
professionalNagy Vilmos10-Mar-09 5:37 
GeneralRe: Reversing letters in a word Pin
Johnny Jackson10-Mar-09 19:13
Johnny Jackson10-Mar-09 19:13 
AnswerRe: Reversing letters in a word Pin
Pete O'Hanlon10-Mar-09 4:58
mvePete O'Hanlon10-Mar-09 4:58 
GeneralRe: Reversing letters in a word [modified] Pin
harold aptroot10-Mar-09 5:35
harold aptroot10-Mar-09 5:35 
GeneralRe: Reversing letters in a word Pin
Pete O'Hanlon10-Mar-09 11:03
mvePete O'Hanlon10-Mar-09 11:03 
GeneralRe: Reversing letters in a word Pin
harold aptroot10-Mar-09 11:09
harold aptroot10-Mar-09 11:09 
GeneralRe: Reversing letters in a word Pin
Johnny Jackson10-Mar-09 19:10
Johnny Jackson10-Mar-09 19:10 
QuestionRe: Reversing letters in a word Pin
Luc Pattyn10-Mar-09 7:57
sitebuilderLuc Pattyn10-Mar-09 7:57 
GeneralRe: Reversing letters in a word [modified] Pin
Johnny Jackson10-Mar-09 19:11
Johnny Jackson10-Mar-09 19:11 
AnswerRe: Reversing letters in a word Pin
Johnny Jackson11-Mar-09 1:38
Johnny Jackson11-Mar-09 1:38 
QuestionCryptoStream Length Pin
BalajiRamasamy10-Mar-09 2:59
BalajiRamasamy10-Mar-09 2:59 
AnswerRe: CryptoStream Length Pin
BalajiRamasamy10-Mar-09 4:48
BalajiRamasamy10-Mar-09 4:48 
Questionwhich API to use? Pin
Try10-Mar-09 2:57
Try10-Mar-09 2:57 
AnswerRe: which API to use? Pin
Calin Tatar10-Mar-09 7:19
Calin Tatar10-Mar-09 7:19 
Answernobrainer Pin
Luc Pattyn10-Mar-09 8:04
sitebuilderLuc Pattyn10-Mar-09 8:04 
Questiondynamic dropdown list box Pin
ramya_jkumar10-Mar-09 2:49
ramya_jkumar10-Mar-09 2:49 
AnswerRe: dynamic dropdown list box Pin
Luc Pattyn10-Mar-09 8:06
sitebuilderLuc Pattyn10-Mar-09 8:06 
If you know how to get it done statically (i.e. through Visual Designer), then you can easily find out how to do it dynamically, since all Designer does is generate some code, typically hidden in a file called xxx.Designer.cs

Open it, study it, read the documentation on things you might not be familiar with, and then create your own code.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


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.