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.
7 posts Page 1 of 1
Contributors
User avatar
NeedHelp
Member
Member
Posts: 42
Joined: Fri Feb 19, 2010 3:57 pm

Topic 200
NeedHelp
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)
Last edited by NeedHelp on Thu Apr 15, 2010 1:53 pm, edited 1 time in total.
User avatar
Bad_Dogz
Member
Member
Posts: 29
Joined: Thu Mar 11, 2010 11:38 pm

Re: Topic 200
Bad_Dogz
What are you trying to do?
Check out my friends site @ http://www.ultrasoftstudio.co.nr/forum/ give them some suggestions and start discussions.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Topic 200
Agust1337
NeedHelp wrote:
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)
Hmm, have you tried to do:
IO.File.WriteAllBytes(TextBox1.Text &Textbox2, My.Resources.MyAppInstallTest)
Top-notch casual Dating
User avatar
NeedHelp
Member
Member
Posts: 42
Joined: Fri Feb 19, 2010 3:57 pm

Re: Topic 200
NeedHelp
Didnt work:
Operator '&' is not defined for types 'String' and 'System.Windows.Forms.TextBox'.
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Topic 200
Agust1337
NeedHelp wrote:
Didnt work:
Operator '&' is not defined for types 'String' and 'System.Windows.Forms.TextBox'.
try adding a +
IO.File.WriteAllBytes(TextBox1.Text + Textbox2, My.Resources.MyAppInstallTest)
Top-notch casual Dating
User avatar
Diazepa
VIP - Donator
VIP - Donator
Posts: 70
Joined: Sat Sep 12, 2009 11:38 pm

Re: Topic 200
Diazepa
Yeah, that do sound more right
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: Topic 200
mandai
Textbox2.Text you mean?
7 posts Page 1 of 1
Return to “Tutorial Requests”