Click here to Skip to main content
16,005,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB.Net - Saving settings on a text file; finding bin folder Pin
RandomGuy8511-Dec-03 6:34
sussRandomGuy8511-Dec-03 6:34 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak11-Dec-03 7:27
mveDave Kreskowiak11-Dec-03 7:27 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams11-Dec-03 16:42
Charlie Williams11-Dec-03 16:42 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak12-Dec-03 2:26
mveDave Kreskowiak12-Dec-03 2:26 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams12-Dec-03 12:56
Charlie Williams12-Dec-03 12:56 
Questionhow to copy text in a richtextbox to clipboard Pin
MJay10-Dec-03 23:41
MJay10-Dec-03 23:41 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 3:07
mveDave Kreskowiak11-Dec-03 3:07 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 4:39
MJay11-Dec-03 4:39 
thank you for replying me!! i tried out ur solution and it works!!
however the output actually is not my expectation..
for example, the text in my richtext box is like following:

hello!
how are u?
i am fine...


after i copy these 3 lines of texts into clipboard using

Clipboard.SetDataObject(RichTextBox1.SelectedText)

then paste it into notepad, the output is following:

hello!how are u?i am fine...

the 3 lines text become one line and all the text were combined?!
what i actually expect is the same format as in the multiline richtextbox...
can u figure out another solution for me??
i really appreciate ur help...
thank you very much!!
GeneralRe: how to copy text in a richtextbox to clipboard Pin
Dave Kreskowiak11-Dec-03 5:53
mveDave Kreskowiak11-Dec-03 5:53 
GeneralRe: how to copy text in a richtextbox to clipboard Pin
MJay11-Dec-03 22:38
MJay11-Dec-03 22:38 
AnswerRe: how to copy text in a richtextbox to clipboard Pin
Zipadie Doodah18-Dec-03 5:26
Zipadie Doodah18-Dec-03 5:26 
GeneralChanging the Active Forms Pin
neha1210-Dec-03 17:24
neha1210-Dec-03 17:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak11-Dec-03 2:52
mveDave Kreskowiak11-Dec-03 2:52 
GeneralRe: Changing the Active Forms Pin
neha1219-Dec-03 22:12
neha1219-Dec-03 22:12 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak20-Dec-03 12:48
mveDave Kreskowiak20-Dec-03 12:48 
GeneralRe: Changing the Active Forms Pin
neha1220-Dec-03 21:24
neha1220-Dec-03 21:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:39
mveDave Kreskowiak21-Dec-03 6:39 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:49
mveDave Kreskowiak21-Dec-03 6:49 
GeneralRe: Changing the Active Forms Pin
neha1221-Dec-03 16:33
neha1221-Dec-03 16:33 
Generalshowing method descriptions in VS Pin
Mesrop Simonian10-Dec-03 13:18
Mesrop Simonian10-Dec-03 13:18 
GeneralRe: showing method descriptions in VS Pin
Günther Meusburger10-Dec-03 20:05
Günther Meusburger10-Dec-03 20:05 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 2:48
mveDave Kreskowiak11-Dec-03 2:48 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 5:50
Mesrop Simonian11-Dec-03 5:50 
GeneralRe: showing method descriptions in VS Pin
Ian Darling11-Dec-03 5:54
Ian Darling11-Dec-03 5:54 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 8:07
Mesrop Simonian11-Dec-03 8:07 

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.