|
-
Jun 9th, 2000, 05:12 AM
#1
Thread Starter
Lively Member
Hello Everyone!
I was wonder when you use a trail or demo controls from a
third party it comes up with a demo screen and reminding you
that you have to register or pay for it. How do you do that with your own control?
-
Jun 9th, 2000, 06:15 AM
#2
transcendental analytic
It's probably this easy:
Msgbox "YOu have to register this control, it cost you only 10000$, read the readme file"
But you need to store the date on first time used somewhere, probably best crypted in registry and then use datediff and now to calculate the evalution period
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 9th, 2000, 06:20 AM
#3
And every time the program loads up, you should write a Temp date incase someone tries to be smart and changes thier system clock.
-
Jun 9th, 2000, 06:22 AM
#4
transcendental analytic
No need for that to an ocx, you can't distribute an app with an ocx popping up annoying messages or tell them to change back the clock every time they use it
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jun 14th, 2000, 10:27 PM
#5
Thread Starter
Lively Member
Thanks everyone for the tips!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|