Click here to Skip to main content
16,005,162 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionManaged Direct X Pin
faviochilo27-Oct-05 2:48
faviochilo27-Oct-05 2:48 
AnswerRe: Managed Direct X Pin
Christian Graus27-Oct-05 15:09
protectorChristian Graus27-Oct-05 15:09 
QuestionFinding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 1:40
MatthysDT27-Oct-05 1:40 
AnswerRe: Finding Computers on a Domain (Urgent) Pin
MatthysDT27-Oct-05 3:23
MatthysDT27-Oct-05 3:23 
Questiondate comparision problem in vb.net project Pin
ajay bharti27-Oct-05 1:37
ajay bharti27-Oct-05 1:37 
AnswerRe: date comparision problem in vb.net project Pin
Christian Graus27-Oct-05 15:11
protectorChristian Graus27-Oct-05 15:11 
QuestionCode Accessing Pin
Anindya Chatterjee27-Oct-05 0:24
Anindya Chatterjee27-Oct-05 0:24 
AnswerRe: Code Accessing Pin
Briga27-Oct-05 0:57
Briga27-Oct-05 0:57 
Well, if you created a DLL meanted to be incorporated somewhere else ... there's no way to lock it. Different if you have a class inside your assembly, than you can use the private/friend/protected/public clause to set visibility/usability.

If you're concerned about blocking third party uses ... well then a way of doing it is to put a "secret code" in the constructor that work as an enabler. Than only who knows that code (you) can "activate" the class.

Briga
Questionprint Pin
himanshu_softin26-Oct-05 23:08
himanshu_softin26-Oct-05 23:08 
AnswerRe: print Pin
Briga27-Oct-05 0:59
Briga27-Oct-05 0:59 
AnswerRe: print Pin
Greeky27-Oct-05 1:06
Greeky27-Oct-05 1:06 
Questioncreate an RTF file with equation editor objects Pin
fuel2run26-Oct-05 20:53
fuel2run26-Oct-05 20:53 
Questionscript Pin
m_anya2126-Oct-05 20:49
m_anya2126-Oct-05 20:49 
AnswerRe: script Pin
enjoycrack27-Oct-05 7:04
enjoycrack27-Oct-05 7:04 
Question.NET & CR Pin
hung_ngole26-Oct-05 18:15
hung_ngole26-Oct-05 18:15 
QuestionOpenGL Pin
Guerven26-Oct-05 16:10
Guerven26-Oct-05 16:10 
AnswerRe: OpenGL Pin
Christian Graus26-Oct-05 16:14
protectorChristian Graus26-Oct-05 16:14 
GeneralRe: THANKS Pin
Guerven26-Oct-05 16:29
Guerven26-Oct-05 16:29 
QuestionHook selectCert listbox when adding a signature in Word Pin
herve Cadieu26-Oct-05 15:34
herve Cadieu26-Oct-05 15:34 
QuestionSending Commands to cmd.exe Pin
gte999s26-Oct-05 13:53
gte999s26-Oct-05 13:53 
QuestionBrowsing remote files Pin
Member 227600326-Oct-05 12:42
Member 227600326-Oct-05 12:42 
AnswerRe: Browsing remote files Pin
enjoycrack26-Oct-05 13:23
enjoycrack26-Oct-05 13:23 
QuestionCountDown between dates Pin
im_hoser26-Oct-05 10:00
im_hoser26-Oct-05 10:00 
AnswerRe: CountDown between dates Pin
KaptinKrunch26-Oct-05 10:31
KaptinKrunch26-Oct-05 10:31 
GeneralRe: CountDown between dates Pin
im_hoser26-Oct-05 10:59
im_hoser26-Oct-05 10:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.