Link to home
Start Free TrialLog in
Avatar of raza
razaFlag for United States of America

asked on

Netware Broadcasting Message thru VB

I want to send broadcast message through visualbase
does NEtware have an API that allow me to send broadcast message through vb ?
Avatar of mark2150
mark2150

There are such things, but simpler and easier is a simple SHELL statement.

QUOTE = CHR(34)
MESSAGE "This is a message"
SHELL ("SEND " & quote & message & quote & " TO GROUP EVERYONE"), 1


Avatar of raza

ASKER

well i know that way but I want to do it through Netware api
ASKER CERTIFIED SOLUTION
Avatar of waty
waty
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial