You are viewing our Forum Archives. To view or take place in current topics click here.
dumb question !?!?!?!
Posted:
dumb question !?!?!?!Posted:
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 2,249
Reputation Power: 43
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 2,249
Reputation Power: 43
but how would i use a "source code"? like wouldnt the text box's and buttons have to be the same as whoever made the code?
sorry if this is a dumb question, im just trying to learn
sorry if this is a dumb question, im just trying to learn
#2. Posted:
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 2,249
Reputation Power: 43
Status: Offline
Joined: Aug 18, 201014Year Member
Posts: 2,249
Reputation Power: 43
thanks TTG for your help. i swear TTG is the most worhtless unhelpful site!
- 0useful
- 1not useful
#3. Posted:
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Assuming you're refering to vb, c# and all the other bullcrap .NET languages, yes. Because these languages are entirely event driven, you will need the components used in the project named identically to how they were in the original. This is why sources for these languages are usually a package of the entire project.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
Status: Offline
Joined: May 08, 201113Year Member
Posts: 699
Reputation Power: 28
_Raw_ wrote-Jordan- wrote Assuming you're refering to vb, c# and all the other bullcrap .NET languages, yes. Because these languages are entirely event driven, you will need the components used in the project named identically to how they were in the original. This is why sources for these languages are usually a package of the entire project.
thanks alot, that was a good a55 explanation by the way.
If someone is trying to help you, don't flame them. You need a time out.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Sep 06, 201014Year Member
Posts: 1,069
Reputation Power: 47
Status: Offline
Joined: Sep 06, 201014Year Member
Posts: 1,069
Reputation Power: 47
Either you make all the components referenced in their source or you change the names to your components.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.