You are viewing our Forum Archives. To view or take place in current topics click here.
Problems with buttons in visual
Posted:

Problems with buttons in visualPosted:

FrankModz
  • Challenger
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
Every time I try to make a button open a program, I get tons of errors. I am using visual ultimate 2010 and am starting from a windows form application. Can someone please help me? This is the code for the button. I will rep you if you can help me get this working.

#pragma endregion
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) {
}
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
}
#2. Posted:
FrankModz
  • Challenger
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
please help :p I am getting so frustrated
#3. Posted:
PlasmaStudios
  • New Member
Status: Offline
Joined: Jun 15, 201212Year Member
Posts: 8
Reputation Power: 0
Status: Offline
Joined: Jun 15, 201212Year Member
Posts: 8
Reputation Power: 0
What programming are you using VB.Net or C#, And give me the code your entering in the button
#4. Posted:
Z61
  • TTG Fanatic
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Are you using your own code or copying and pasting?
because I have no idea why you have "#pragma endregion "
#5. Posted:
FrankModz
  • Challenger
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
Status: Offline
Joined: Jan 04, 201212Year Member
Posts: 121
Reputation Power: 7
Z61 wrote Are you using your own code or copying and pasting?
because I have no idea why you have "#pragma endregion "

No, dude. It is included in the form application template :p I figured it out anyway. I was just using . instead of ::
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.