Custom Control

Steven McDonald

Well-known member
Joined
Jun 14, 2005
Messages
48
Location
South Africa
Programming Experience
Beginner
Hey guys,

Is it possible to write a custom control that has no gui?
I have a really cool idea for a sub but i wanna try keep my code "secret", but at the same time distribute the sub as it will save developers time.

Its probably the first great idea I've had in a while!!! Its going to drastically reduce developers development time when working with databases!!!!!!

Any ideas
 
actually it is quite possible to make a control that doesnt have a gui (the timer control, dataset's, dataAdapter's all dont)

also to make it so other's cant modify the code simply make this control be a dll so all you have to do is give people the dll and they can import it into their projects and use it

to make a custom control simply click start new project -> (on the left) select Visual Basic Projects and on the right select Windows Control Library

and there you go
 
[resolved]

I'm going to give it a spin. Hopefully it'll be done in the next few days. thanks a lot
 
Back
Top