PityOnU Posted August 15, 2007 Posted August 15, 2007 (edited) I want to make an application that will automatically apply BBCode formatting to strings of text (specifically individual characters in strings of text) and then copy it o the clipboard in VB. I understan how I can get the text nto the clipboard and have a general idea of how I want to do it, but I do not know how I would combine strings of text. Do I store it to a hidden text box, and then copy it back to a string variable?Any input would be appreciatd! EDIT: Nvm, figured it out I just finished writing this program and wanted to know wheter or not it works. I guess this will prove it. Edited August 15, 2007 by PityOnU
jdoe Posted August 16, 2007 Posted August 16, 2007 (edited) I don't understand.--------Dim str As StringDim str1 As StringDim str2 As Stringstr = str1 & "bolded text" & str2-------- Edited August 16, 2007 by jdoe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now