PC Review


Reply
Thread Tools Rate Thread

Activating, encyrpting software etc.

 
 
=?Utf-8?B?dmJkb3RuZXRtYW5pYQ==?=
Guest
Posts: n/a
 
      19th Oct 2004
Hi,
I am working on some software on vb.net that I am looking to sell over
the internet, I believe a demo version would be best.

I would like to sell activation keys,
which unlock the program from demo mode, into full-mode. I believe this
involves a little bit of cryptography and I'm sure .NET has lots of
high-level frameworks for
doing exactly what I need, can anybody direct me to getting started in this
area.
Thanks for any help.
Barry.

 
Reply With Quote
 
 
 
 
One Handed Man \( OHM - Terry Burns \)
Guest
Posts: n/a
 
      19th Oct 2004
I have an application which is writing to a graphics object, the main UI
thread and a worker thread are writing to the same object, how to I manage
this to I dont get an exception ?

Thanks OHM

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--


"vbdotnetmania" <(E-Mail Removed)> wrote in message
news:69EA65B4-75F0-466D-BCC1-(E-Mail Removed)...
> Hi,
> I am working on some software on vb.net that I am looking to sell over
> the internet, I believe a demo version would be best.
>
> I would like to sell activation keys,
> which unlock the program from demo mode, into full-mode. I believe this
> involves a little bit of cryptography and I'm sure .NET has lots of
> high-level frameworks for
> doing exactly what I need, can anybody direct me to getting started in
> this
> area.
> Thanks for any help.
> Barry.
>



 
Reply With Quote
 
scorpion53061
Guest
Posts: n/a
 
      19th Oct 2004
http://msdn.microsoft.com/msdnmag/is...t/default.aspx



"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote in
message news:(E-Mail Removed):
> I have an application which is writing to a graphics object, the main UI
>
> thread and a worker thread are writing to the same object, how to I manage
>
> this to I dont get an exception ?
>
> Thanks OHM
>


 
Reply With Quote
 
Larry Serflaten
Guest
Posts: n/a
 
      19th Oct 2004

"One Handed Man ( OHM - Terry Burns )" <news.microsoft.com> wrote
> I have an application which is writing to a graphics object, the main UI
> thread and a worker thread are writing to the same object, how to I manage
> this to I dont get an exception ?


Use a delegate. Do the actual drawing from a routine in your form, but call it
from that worker thread using the form's Invoke method.

Unless this is just an exercise on using threads, I'd have to wonder why you've
decided to use a thread for your invaders. If the screen has 30-40 invaders, you'd
end up with 30-40 threads at the start of a level. I'd think that to be an excessive
drain on the system, as each thread has a considerable amount of processing overhead.

Have fun!
LFS




 
Reply With Quote
 
Ken Tucker [MVP]
Guest
Posts: n/a
 
      19th Oct 2004
Hi,

http://windowsforms.net/articles/Licensing.aspx

Ken
---------------------
"vbdotnetmania" <(E-Mail Removed)> wrote in message
news:69EA65B4-75F0-466D-BCC1-(E-Mail Removed)...
Hi,
I am working on some software on vb.net that I am looking to sell over
the internet, I believe a demo version would be best.

I would like to sell activation keys,
which unlock the program from demo mode, into full-mode. I believe this
involves a little bit of cryptography and I'm sure .NET has lots of
high-level frameworks for
doing exactly what I need, can anybody direct me to getting started in this
area.
Thanks for any help.
Barry.


 
Reply With Quote
 
Bob Hollness
Guest
Posts: n/a
 
      20th Oct 2004
Try this. It is free

http://www.aspose.com/Products/Aspose.License/


Bob

"vbdotnetmania" <(E-Mail Removed)> wrote in message
news:69EA65B4-75F0-466D-BCC1-(E-Mail Removed)...
> Hi,
> I am working on some software on vb.net that I am looking to sell over
> the internet, I believe a demo version would be best.
>
> I would like to sell activation keys,
> which unlock the program from demo mode, into full-mode. I believe this
> involves a little bit of cryptography and I'm sure .NET has lots of
> high-level frameworks for
> doing exactly what I need, can anybody direct me to getting started in
> this
> area.
> Thanks for any help.
> Barry.
>



 
Reply With Quote
 
=?Utf-8?B?dmJkb3RuZXRtYW5pYQ==?=
Guest
Posts: n/a
 
      22nd Oct 2004
Thanks Bob and Ken, have had a quick look at both the links you guys have
said and it looks like the kind of stuff I need, much appreciated.

"Bob Hollness" wrote:

> Try this. It is free
>
> http://www.aspose.com/Products/Aspose.License/
>
>
> Bob
>
> "vbdotnetmania" <(E-Mail Removed)> wrote in message
> news:69EA65B4-75F0-466D-BCC1-(E-Mail Removed)...
> > Hi,
> > I am working on some software on vb.net that I am looking to sell over
> > the internet, I believe a demo version would be best.
> >
> > I would like to sell activation keys,
> > which unlock the program from demo mode, into full-mode. I believe this
> > involves a little bit of cryptography and I'm sure .NET has lots of
> > high-level frameworks for
> > doing exactly what I need, can anybody direct me to getting started in
> > this
> > area.
> > Thanks for any help.
> > Barry.
> >

>
>
>

 
Reply With Quote
 
=?Utf-8?B?dmJkb3RuZXRtYW5pYQ==?=
Guest
Posts: n/a
 
      28th Oct 2004
Hi,
I have been looking in particular at ken tucker's link, as ever in trying
to figure out new stuff things are tricky, I am gathering though that this
article is to do with components, I just want to licence an application not
individual components, in fact i have not created any components of my own so
it doesn't appear to be relevant to me. Is there a way of licensing an
application. Maybe I'm missing something but can't seem to get this info
anywhere.
Regards,
barry.

"vbdotnetmania" wrote:

> Thanks Bob and Ken, have had a quick look at both the links you guys have
> said and it looks like the kind of stuff I need, much appreciated.
>
> "Bob Hollness" wrote:
>
> > Try this. It is free
> >
> > http://www.aspose.com/Products/Aspose.License/
> >
> >
> > Bob
> >
> > "vbdotnetmania" <(E-Mail Removed)> wrote in message
> > news:69EA65B4-75F0-466D-BCC1-(E-Mail Removed)...
> > > Hi,
> > > I am working on some software on vb.net that I am looking to sell over
> > > the internet, I believe a demo version would be best.
> > >
> > > I would like to sell activation keys,
> > > which unlock the program from demo mode, into full-mode. I believe this
> > > involves a little bit of cryptography and I'm sure .NET has lots of
> > > high-level frameworks for
> > > doing exactly what I need, can anybody direct me to getting started in
> > > this
> > > area.
> > > Thanks for any help.
> > > Barry.
> > >

> >
> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Activating XP!!!!!!! =?Utf-8?B?TWF0dA==?= Windows XP General 4 2nd Jun 2006 10:24 PM
Activating Telephone answering Software =?Utf-8?B?bGltcGluZ2Fsb25n?= Windows XP Help 1 3rd Jul 2005 01:57 PM
Activating/De-activating buttons =?Utf-8?B?TmFzaA==?= Microsoft Excel Programming 4 22nd Jun 2005 07:24 AM
Activating Windows, Re-activating. Confused. Windows XP General 19 13th Oct 2004 01:52 PM
encyrpting outlook personal folders zero one Microsoft Outlook 1 18th May 2004 10:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:43 PM.