You are viewing our Forum Archives. To view or take place in current topics click here.
Text Box C# Any Help
Posted:

Text Box C# Any HelpPosted:

Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, "TEXTHERE");

how do i hook up the "texthere" to a text box?

when i try i get the actual code than the textbox text lol?

i tried

Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, "textBox1.text");

but obvs that would work
#2. Posted:
Crimson-Mods
  • New Member
Status: Offline
Joined: Jun 24, 20149Year Member
Posts: 39
Reputation Power: 1
Status: Offline
Joined: Jun 24, 20149Year Member
Posts: 39
Reputation Power: 1
Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, textBox1.text);

When u add the " " that is saying text
#3. Posted:
Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
thankyou, how about a combo box instead of Flashing face, so clients can choose
#4. Posted:
DOLLARxHD
  • Junior Member
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 61
Reputation Power: 2
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 61
Reputation Power: 2
Triston_Sanchez wrote thankyou, how about a combo box instead of Flashing face, so clients can choose


Why don't you learn C# before making a program?
#5. Posted:
Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
[ Register or Signin to view external links. ]
#6. Posted:
Revscape718
  • Challenger
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
Status: Offline
Joined: Sep 30, 201211Year Member
Posts: 158
Reputation Power: 5
switch (comboBox1.SelectedIndex)
            {
                case 0:
                    {
                        Jtag.Notify(XRPC.XNotiyLogo.ACHIEVEMENT_UNLOCKED, textBox1.Text);
                        break;
                    }
                case 1:
                    {
                        Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, textBox1.Text);
                        break;
#7. Posted:
Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
DOLLARxHD wrote
Triston_Sanchez wrote thankyou, how about a combo box instead of Flashing face, so clients can choose


Why don't you learn C# before making a program?


ever heard of starting xD ? anyways, i dont get that so..
#8. Posted:
Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Revscape718 wrote
switch (comboBox1.SelectedIndex)
            {
                case 0:
                    {
                        Jtag.Notify(XRPC.XNotiyLogo.ACHIEVEMENT_UNLOCKED, textBox1.Text);
                        break;
                    }
                case 1:
                    {
                        Jtag.Notify(XRPC.XNotiyLogo.FLASHING_HAPPY_FACE, textBox1.Text);
                        break;


thanks, written that code, and it shows no errors
#9. Posted:
DOLLARxHD
  • Junior Member
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 61
Reputation Power: 2
Status: Offline
Joined: Mar 10, 201113Year Member
Posts: 61
Reputation Power: 2
Triston_Sanchez wrote

ever heard of starting xD ? anyways, i dont get that so..


Yes, as in researching how to do that on my own. Not asking someone how to do everything. You can Google m8
#10. Posted:
Triston_Sanchez
  • Junior Member
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
Status: Offline
Joined: Jun 25, 20149Year Member
Posts: 93
Reputation Power: 3
DOLLARxHD wrote
Triston_Sanchez wrote

ever heard of starting xD ? anyways, i dont get that so..


Yes, as in researching how to do that on my own. Not asking someone how to do everything. You can Google m8


and why do you have to be a dick? what do you think googles going to come up with? pages like these you twit
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.