473,654 Members | 3,089 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Opinions Wanted: New ActiveX Piracy Control

I've been developing and selling Access based database products for
years, and this group has always been a great resource to me. Now I
find myself releasing a new Active-X based on some of my code that
I've been using for years; and I would like to know what the group
thinks of the idea...

I have put together a ocx control that allows applications to "phone
home"; it sends the developer usage information from anyone using the
software. We have been using it to protect our medical database
products for years; and I recently got the idea to package it and sell
it as a service.

I wanted to know, do you Access developers feel this is of any value?
Would you all like to know who is using your programs? Or, do you
feel that this application is unnecessary?

Please do not bring out your flame throwers; I do not intend this as a
shameless ad; but I do want any feedback from developers who are
distributing their applications in a packaged form. Secondly, I very
much advocate disclosing this reporting practice. Every application
that I have included it in has always had prominent disclosure, and I
advise the same to anyone who uses it.

If you would like to see the specifics, my website is
www.blssecurity.com.

I have always found it useful personally; both for preventing piracy
and for accurate timing of sales calls; now I am just curious what the
world thinks.

Thanks for reading.

-Ben
Nov 12 '05 #1
2 1758
I wouldn't even _consider_ distributing an intrusive application like that,
so my answer is "No, I wouldn't have any interest whatsoever."

And, I believe I have protection against spyware that would detect a program
such as that installed on my machine, and I'd immediately uninstall it and
demand a full refund.

Clear enough?
Nov 12 '05 #2
Just to clarify: I have never used, and do not advocate the use of
this kind of information gathering without total disclosure. I don't
mean hiding it in the license agreement either.

Although I wish that this type of reporting was unnecessary; I do not
like the idea of people pirating programs that I have spent many years
of my life developing. I can only assume that other people feel the
same way.

Larry, as a developer, you have probably noticed that extremely few
people beleive software takes any work, or that it is even worth
paying for at all. I wish I could say otherwise, but it outright
angers me when people steal my programs.

From a customer point of view, I have found customers more receptive a
phonehome system over some "activation-style" strategy, primarily
because activation is a hassle.

Here's where the whole concept originated for me:

We had built an expensive, niche market program. We wanted very much
to protect it; primarily because our market was small as it was
already. We looked at hardware keys; but they would have been too
troublesome for the customer; especially with trial copies.

We included a software security system. It allowed thirty day trials.
It worked pretty well, and was hard to break. The problem was...with
a software package that costs a great deal, people will format their
computers just to get another trial. We knew of people who did this
regularly.

We tried the idea of compiling a name into the program. It printed on
reports, and supposedly couldn't be altered. No one that we know of
broke the reports; but they found ways around it; such as
Distiller->Edit->Print, or just touching up the printouts the hard
way.

The phonehome system is the best system that we have managed; both in
terms of security, and in terms of convenience for the customers.
At least now you know where all this comes from. It's the first
security strategy that has provided well for my company. This is the
reason that I beleive other developers would want to get the same
benefits.

I very much understand your privacy concerns; but in some situations,
I still beleive that a phonehome system is the best option available
so far.

Are there any protection strategies that you prefer? I would be
interested to hear what kind of balance between security and privacy
you implement to protect your own projects.

Let me know what you think.

-Ben

"Larry Linson" <bo*****@localh ost.net> wrote in message news:<P4******* ***********@nwr ddc02.gnilink.n et>...
I wouldn't even _consider_ distributing an intrusive application like that,
so my answer is "No, I wouldn't have any interest whatsoever."

And, I believe I have protection against spyware that would detect a program
such as that installed on my machine, and I'd immediately uninstall it and
demand a full refund.

Clear enough?

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5984
by: wang xiaoyu | last post by:
Hello: i want use activex in wxpython program,but when i use MakeActiveXClass an exception occurs. this is my source code dealing the DICOM ocx.I must note that in this program "hwtxcontrol" is a ocx developed my me use vc6,this ocx works fine in wxpython. but you can see i only change this ocx with a new DICOM ocx and set up eventClass,
2
7567
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run the VB program on that same machine, I can view the ActiveX control fine. He is using Citrix. The same ActiveX controls can be viewed on other machines. When trying to view 1 of the ActiveX control, he got an error "Visual Basic Run-time redist...
16
2477
by: Andy Dingley | last post by:
I've just had a call from these people, http://www.browsealoud.com offering to sell me their wares. Anyone have an opinion on it ? I'll post my own thoughts about 24 hours from now. I'm interested in what others think - wouldn't want to prejudice other's comments.
3
22845
by: EJ1003 | last post by:
Hello I would like to create Activex Control uisng C# and use it in ASP.Net webform. User Control is not solving my requirement so I am going for Activex Control. Please guide me on this, how to do it, if any sample is provided will be of great help Thanks EJ
2
1888
by: Wysiwyg | last post by:
I was hoping to get some opinions on the efficiency of various methods of reusing the same dropdown list data. Here is the situation: Multiple panels on maintenance pages with TAB menus across the top showing different panels. A DropDownList with a 50+ value/text entries exists on more than one panel but only one will be displayed at a time. Examples might be US states, countries, category codes, etc.
3
2510
by: Jeffery Franzen | last post by:
Anyone know where the documentation is regarding Activex controls in asp web forms? I'm using VS.NET 2002 enterprise and am trying to use Activex controls in vb.net web form app. I do the add control to pallete and then add a reference. I get the interop dll added to bin folder. I did this with the MediaPlayer activex control as a simple case to to try and get it working. I set the control to autostart via the html parameter tag for...
3
2292
by: Weston Fryatt | last post by:
Simple question I hope.... How do I send data to and from an ASP.Net (server side) web page to a ActiveX Control (client side) embedded in a web browser??? What I need to do, is I have image data (mostly TIFF format) that need to be sent to our custom Image Viewer (ActiveX control). So far I can get the TIFF image data loaded into a Byte Array in C# on my ASP.Net web page, But how do I send this data now to my ActiveX control on the...
6
8043
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll .dll I can not call the functions in the ActiveX component. In the next step I tried to use the ActiveX component in a class library. I simply added a reference to the corresponding COM component. This this only
12
2315
by: Pioneer | last post by:
Hi, I would be installing a desktop application on a standalone PC. How do I make sure that owner should not be ableto copy that and/or give it to other folks. In short, how to build measures to avoid piracy? User ID/Password is one of the ways. But that can anyway be shared. Thansk for your inputs. Regards,
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1597
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.