Topic 200
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts
Page 1 of 1
EDIT!!!
How can i fix like this:
IO.File.WriteAllBytes(TextBox1.Text, My.Resources.MyAppInstallTest)
Textbox 1 = Location
+ /
Textbox 2 = Name
How can i do that like
IO.File.WriteAllBytes(TextBox1.Text,/,Textbox2, My.Resources.MyAppInstallTest)
How can i fix like this:
IO.File.WriteAllBytes(TextBox1.Text, My.Resources.MyAppInstallTest)
Textbox 1 = Location
+ /
Textbox 2 = Name
How can i do that like
IO.File.WriteAllBytes(TextBox1.Text,/,Textbox2, My.Resources.MyAppInstallTest)
Last edited by NeedHelp on Thu Apr 15, 2010 1:53 pm, edited 1 time in total.
What are you trying to do?
Check out my friends site @ http://www.ultrasoftstudio.co.nr/forum/ give them some suggestions and start discussions.
NeedHelp wrote:EDIT!!!Hmm, have you tried to do:
How can i fix like this:
IO.File.WriteAllBytes(TextBox1.Text, My.Resources.MyAppInstallTest)
Textbox 1 = Location
+ /
Textbox 2 = Name
How can i do that like
IO.File.WriteAllBytes(TextBox1.Text,/,Textbox2, My.Resources.MyAppInstallTest)
IO.File.WriteAllBytes(TextBox1.Text &Textbox2, My.Resources.MyAppInstallTest)
Didnt work:
Operator '&' is not defined for types 'String' and 'System.Windows.Forms.TextBox'.
Operator '&' is not defined for types 'String' and 'System.Windows.Forms.TextBox'.
NeedHelp wrote:Didnt work:try adding a +
Operator '&' is not defined for types 'String' and 'System.Windows.Forms.TextBox'.
IO.File.WriteAllBytes(TextBox1.Text + Textbox2, My.Resources.MyAppInstallTest)
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023