Joined: 09 Oct 2008 Posts: 14 Location: The Netherlands
Posted: Sun Nov 30, 2008 12:40 pm Post subject: C# Flash Trainer Help
I am making a UFT with C# I already know how to with vb and I was wondering if the syntax is much of a difference because in vb it would be something like:
Code:
axShockwaveflash1.movie = "textbox1.text"
But how would I make it load off a text box in C#.
Full Code PLZ _________________
You like Cheat Engine?
I like donations!
Do not ask me about online cheats. I don't know any and wont help finding them.
Joined: 03 Oct 2008 Posts: 280 Location: Unknown Jumphole
Posted: Sun Nov 30, 2008 1:02 pm Post subject: Re: C# Flash Trainer Help
Dark_Bit wrote:
I am making a UFT with C# I already know how to with vb and I was wondering if the syntax is much of a difference because in vb it would be something like:
Code:
axShockwaveflash1.movie = "textbox1.text"
But how would I make it load off a text box in C#.
Full Code PLZ
LOL add a semicolon at the end.
axShockwaveFlash1.Movie = textBox1.Text;
And you wrote it wrong in vb anyway, textBox1.Text wouldn't have quotes around it. People these days don't understand the difference between a string and everything else. _________________
Joined: 09 Oct 2008 Posts: 14 Location: The Netherlands
Posted: Sun Nov 30, 2008 1:06 pm Post subject: Re: C# Flash Trainer Help
Obidos wrote:
Dark_Bit wrote:
I am making a UFT with C# I already know how to with vb and I was wondering if the syntax is much of a difference because in vb it would be something like:
Code:
axShockwaveflash1.movie = "textbox1.text"
But how would I make it load off a text box in C#.
Full Code PLZ
LOL add a semicolon at the end.
axShockwaveFlash1.Movie = textBox1.Text;
And you wrote it wrong in vb anyway, textBox1.Text wouldn't have quotes around it. People these days don't understand the difference between a string and everything else.
Yeah i wuz in a hurry _________________
You like Cheat Engine?
I like donations!
Do not ask me about online cheats. I don't know any and wont help finding them.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum