Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: RE: VB COM


Message #1 by "Avinash" <avinashraj@h...> on Sun, 2 Mar 2003 05:06:35
Hi Mr Marco,

Thanks for the info. Thats exactly what I was looking for.

Regards,
Avinash



Hi All,

Thanks for all your ideas and suggestions.

Regards,
Avinash


> Hello Avinash,

> to hide a method, select it in the IDE, click on Tools, Procedure
A> ttributes, click on Advanced and check "Hide this member".
A> s I said, this hides the member from the Object Browser and
t> he intelli sense, but not for any tools the reads the type library
(> like OleView). I use it only to make a method obsolete without 
d> eleting itand and breaking compatibility.

> As for an activation key, to make it bullet proof is not that easy.
A> ny hacker can disassembly the code and find where the key is
s> tored. But there are third party components that can do this job,
a> s usually take the best you can afford.

> Marco


  Return to Index