Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating a wizard form Pin
Nader Elshehabi1-Oct-06 14:14
Nader Elshehabi1-Oct-06 14:14 
GeneralRe: Creating a wizard form Pin
Alaric_2-Oct-06 5:30
professionalAlaric_2-Oct-06 5:30 
GeneralRe: Creating a wizard form Pin
Nader Elshehabi2-Oct-06 12:21
Nader Elshehabi2-Oct-06 12:21 
AnswerRe: Creating a wizard form Pin
LongRange.Shooter3-Oct-06 8:06
LongRange.Shooter3-Oct-06 8:06 
Questiontree view control Pin
lagumaster1-Oct-06 12:37
lagumaster1-Oct-06 12:37 
Questionhow do I extract words from a textbox into a file? Pin
roberto_santinni1-Oct-06 10:07
roberto_santinni1-Oct-06 10:07 
AnswerRe: how do I extract words from a textbox into a file? Pin
Christian Graus1-Oct-06 10:22
protectorChristian Graus1-Oct-06 10:22 
AnswerRe: how do I extract words from a textbox into a file? Pin
LongRange.Shooter3-Oct-06 8:09
LongRange.Shooter3-Oct-06 8:09 
To avoid duplicates you'll need to load your file into a dictionary.

Then when the event to save comes time use:
string[] words = textBox1.Text.Split(' ');

Then take each word in the array and add it to the dictionary.

Finally you persist by just feeding your stream with the dictionary values.
QuestionProblems in Deserialization after decompression Pin
Anindya Chatterjee1-Oct-06 7:59
Anindya Chatterjee1-Oct-06 7:59 
Questionhow to print form with Crystal Reports ? Pin
hdv2121-Oct-06 7:53
hdv2121-Oct-06 7:53 
QuestionPassing information from one form to another Pin
kulile1-Oct-06 7:20
kulile1-Oct-06 7:20 
AnswerRe: Passing information from one form to another Pin
Michael P Butler1-Oct-06 8:45
Michael P Butler1-Oct-06 8:45 
GeneralRe: Passing information from one form to another Pin
kulile1-Oct-06 21:43
kulile1-Oct-06 21:43 
QuestionHandling ALT Key on Controls Pin
Vertyg01-Oct-06 6:14
Vertyg01-Oct-06 6:14 
AnswerRe: Handling ALT Key on Controls Pin
Christian Graus1-Oct-06 9:55
protectorChristian Graus1-Oct-06 9:55 
GeneralRe: Handling ALT Key on Controls Pin
Vertyg01-Oct-06 10:12
Vertyg01-Oct-06 10:12 
GeneralRe: Handling ALT Key on Controls Pin
Christian Graus1-Oct-06 10:19
protectorChristian Graus1-Oct-06 10:19 
AnswerRe: Handling ALT Key on Controls Pin
Nader Elshehabi1-Oct-06 14:17
Nader Elshehabi1-Oct-06 14:17 
AnswerRe: Handling ALT Key on Controls Pin
Andrei Ungureanu1-Oct-06 21:20
Andrei Ungureanu1-Oct-06 21:20 
QuestionLocation and access method for global connection strings Pin
PeteConc1-Oct-06 5:26
PeteConc1-Oct-06 5:26 
AnswerRe: Location and access method for global connection strings Pin
S. Senthil Kumar1-Oct-06 9:37
S. Senthil Kumar1-Oct-06 9:37 
Questionhelp with data access Pin
Mridang Agarwalla1-Oct-06 1:20
Mridang Agarwalla1-Oct-06 1:20 
AnswerRe: help with data access Pin
Rob Graham1-Oct-06 4:39
Rob Graham1-Oct-06 4:39 
QuestionZip Folder [modified] Pin
dehghan198430-Sep-06 23:59
dehghan198430-Sep-06 23:59 
AnswerRe: Zip Folder Pin
User 66581-Oct-06 0:30
User 66581-Oct-06 0:30 

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.