Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Im not sure what to call this, but i need help... Pin
srone20-Sep-07 5:41
srone20-Sep-07 5:41 
GeneralRe: Im not sure what to call this, but i need help... Pin
Dave Kreskowiak20-Sep-07 6:00
mveDave Kreskowiak20-Sep-07 6:00 
GeneralRe: Im not sure what to call this, but i need help... Pin
srone20-Sep-07 6:14
srone20-Sep-07 6:14 
JokeRe: Im not sure what to call this, but i need help... Pin
Luc Pattyn20-Sep-07 13:23
sitebuilderLuc Pattyn20-Sep-07 13:23 
AnswerRe: Im not sure what to call this, but i need help... Pin
alindsay8121-Sep-07 22:53
alindsay8121-Sep-07 22:53 
GeneralRe: Im not sure what to call this, but i need help... Pin
alindsay8121-Sep-07 23:25
alindsay8121-Sep-07 23:25 
AnswerRe: telnet connection Pin
Dave Kreskowiak20-Sep-07 5:24
mveDave Kreskowiak20-Sep-07 5:24 
AnswerRe: dll file adding Pin
Dave Kreskowiak20-Sep-07 5:20
mveDave Kreskowiak20-Sep-07 5:20 
You're best source of information on using a third party library is going to be the manufacturer of the library. I've never heard of Jscape, of this telnet library, so I can't give you a definitive answer.

You paid the money for the library, ask the people who wrote it how to use it. I'm pretty sure it came with documentation on the basics of using it.

But, in general, you add a reference to the DLL file supplying the classes you want to use. THen you import the namespaces those classes are in at the top of the code you want to use them in. For example (don't even think of copy'n'pasting this into your code):
Imports Jscape.Telnet

Now, I have no idea what the namespaces are in that library, so this code will most likely NOT work. That's what the documentation you paid for is for.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionDisplayng a menu when user right clicks Pin
VB 8.020-Sep-07 3:03
VB 8.020-Sep-07 3:03 
AnswerRe: Displayng a menu when user right clicks Pin
Dave Kreskowiak20-Sep-07 5:15
mveDave Kreskowiak20-Sep-07 5:15 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
VB 8.021-Sep-07 2:14
VB 8.021-Sep-07 2:14 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
Dave Kreskowiak21-Sep-07 11:58
mveDave Kreskowiak21-Sep-07 11:58 
GeneralRe: Displayng a menu when user right clicks for dynamic control Pin
VB 8.024-Sep-07 0:34
VB 8.024-Sep-07 0:34 
GeneralCut,Copy,Paste for a dynamic control using the contextmenustrip Pin
VB 8.024-Sep-07 1:13
VB 8.024-Sep-07 1:13 
GeneralRe: Cut,Copy,Paste for a dynamic control using the contextmenustrip Pin
Dave Kreskowiak24-Sep-07 1:31
mveDave Kreskowiak24-Sep-07 1:31 
QuestionDIsplaying shortcut menu for showing properties at mouse click on form Pin
VB 8.020-Sep-07 2:58
VB 8.020-Sep-07 2:58 
AnswerRe: DIsplaying shortcut menu for showing properties at mouse click on form Pin
Dave Kreskowiak20-Sep-07 5:09
mveDave Kreskowiak20-Sep-07 5:09 
Questionneeded a grid having more than one header.... [modified] Pin
MissionSuccess20-Sep-07 2:30
MissionSuccess20-Sep-07 2:30 
AnswerRe: needed a grid having more than one header.... Pin
Dave Kreskowiak20-Sep-07 5:01
mveDave Kreskowiak20-Sep-07 5:01 
QuestionHow to display an image in a menu in Vb.net...? Pin
Balagurunathan S20-Sep-07 1:31
Balagurunathan S20-Sep-07 1:31 
AnswerRe: How to display an image in a menu in Vb.net...? Pin
Ajay.k_Singh20-Sep-07 1:51
Ajay.k_Singh20-Sep-07 1:51 
GeneralRe: How to display an image in a menu in Vb.net...? Pin
Balagurunathan S20-Sep-07 2:36
Balagurunathan S20-Sep-07 2:36 
GeneralRe: How to display an image in a menu in Vb.net...? Pin
Ajay.k_Singh20-Sep-07 3:23
Ajay.k_Singh20-Sep-07 3:23 
QuestionNet meeting Application ? Pin
manuo519-Sep-07 22:02
manuo519-Sep-07 22:02 
AnswerRe: Net meeting Application ? Pin
Christian Graus20-Sep-07 0:45
protectorChristian Graus20-Sep-07 0:45 

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.