Page 1 of 1

2 Questions I have

Posted: Fri Sep 03, 2010 1:24 pm
by 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

Re: 2 Questions I have

Posted: Fri Sep 03, 2010 1:59 pm
by 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

Re: 2 Questions I have

Posted: Fri Sep 03, 2010 2:44 pm
by 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

Re: 2 Questions I have

Posted: Fri Sep 03, 2010 4:06 pm
by 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)

Re: 2 Questions I have

Posted: Fri Sep 03, 2010 4:38 pm
by 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;