No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
What if the images were converted to binary and then checked against one another?
I am working on a database project and am in need of help. I have a database used for tech support call logging where each call is logged per machine_serial#. There are 3 tables for this example. Customer, Machine & calls. In the database customer and machine have a relationship …
I recently made a program that had a demo version that lasted for 25 uses. In the application events, at startup increment an integer. [CODE] dim uses as integer startup events uses +=1 if uses < 25 then start app else usedtoomanytimes.show end if [/CODE]
The End.
nkotbox