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
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
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

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
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
This explains how to use the UserControl class: viewtopic.php?f=32&t=2553&p=16213#p16213
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)
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)
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;
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023