Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netmeeting connection

Status
Not open for further replies.

branno

Programmer
Jan 14, 2002
5
GB
HI
I have a command button that starts the netmeeting application from a form

Dim stAppName As String

stAppName = "C:\Program Files\NetMeeting\conf.exe"
Call Shell(stAppName, 1)

Is it possible to use the value in textbox with netmeeting?
I would like to connect to a computer, its name or ip address which would be stored in a table field.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top