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
Kevin
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
Kevin