2 Questions I have

If your a member of codenstuff then this is the main place to be. Get together..talk..chat and ponder. Have fun. Chill out. Play games.
5 posts Page 1 of 1
Contributors
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

2 Questions I have
GoodGuy17
Hello,
1. Am I allowed to recreate a program I see on here and keep it only to myself? Like if someone releases a full program, no source, am I allowed to recreate it and not rerelease it? Cause I've did that to many programs here.
2. How do you make a custom control? I tried the New Class, but it is only codeview. Can someone make a tutorial for custom controls?
~GoodGuy17 :D
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: 2 Questions I have
Agust1337
You can start with this
Code: Select all
Public class thecustomcontrol
          inherits Checkbox 'or something can by anything
          'then you got the component to work as component then you start the other codes like properties etc... 
end class
Top-notch casual Dating
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

Re: 2 Questions I have
mandai
There are no problems recreating a program based on what you have seen before.

This explains how to use the UserControl class: viewtopic.php?f=32&t=2553&p=16213#p16213
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: 2 Questions I have
Axel
i like the classes :P cuz nowadays everyone makes "programs" just by dragging some buttons to his project....
to make controls by designer just inherit something (then u will get component class wich basicly just takes over the functions of your inherited control) or a usercontrol ( completly yours :P)
http://vagex.com/?ref=25000
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: 2 Questions I have
CodenStuff
Hello Reboh,

Yes if you see something without source and you want to have a bash at making it yourself then go for it. We like to see different versions of the same types of apps cooll;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
5 posts Page 1 of 1
Return to “Codenstuff boardroom”