August 15, 200719 yr 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, 200719 yr by PityOnU
August 16, 200719 yr I don't understand.--------Dim str As StringDim str1 As StringDim str2 As Stringstr = str1 & "bolded text" & str2-------- Edited August 16, 200719 yr by jdoe
Create an account or sign in to comment