|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
consatenate text fom combobox & textboxI want to join the text from a combobox and a textbox preferably with a
space between, as string Ivan Jericevich wrote:
> I want to join the text from a combobox and a textbox preferably with a dim s as string> space between, as string s = combobox.text & " " & textbox.text or s = string.format ("{0} {1}", combobox.text, textbox.text) lot's of ways to do this :) I would take the first option for simple cases, but the second can be usefull if you need formating options. -- Tom Shelton
ExecuteNonQuery - problem
How to modify label.text in a dynamically generated label in VB.net Typing Markup Tags Ending in /> Forms ok in design mode, cropped in run mode, only on my monitor complie Errors Getting values between forms Process.Start Dumb question Open a file wiht "(" in the filename? question about returning value of a function |
|||||||||||||||||||||||