Click here to Skip to main content
15,889,822 members

Comments by teebonaire (Top 10 by date)

teebonaire 18-Sep-10 7:47am View    
Thanks man, I'll try it then.
teebonaire 5-Sep-10 1:20am View    
Thanks for the reply, but there's a lot to read... whew... are there any simple methods like in the setup deployment settings?. Code please.

For Others, Additional Suggestion would be grate...
teebonaire 22-Jun-10 20:33pm View    
Thank you so much for helping me. Hope you could help with my other questions.... :)
teebonaire 21-Jun-10 20:10pm View    
could you please update my code to what you mean. I'm kinda confuse, and Thank you for always replying on my question
teebonaire 20-Jun-10 20:24pm View    
This is my sample code

Namespace MyNameSpace
Public Class thisClass
Public Function TestMSG()
MsgBox("This is a Test")
Return Nothing
End Function
End Class
End Namespace

after compiled to myClass.dll and create a new project add this in the reference...
it only shows in reference as "myClass" not "myClass.myNameSpace".