473,404 Members | 2,213 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

Need to implement Novell's "Send" function in a VB.net program.

Rvo
Hi all,

I need to use the Netware "send" function to send messages to some/all
attached netware users on a server. However, I can't find any documentation
on this topic on the Novell site or anywhere else. If any of you has
experience on this topic (or knows of any online documentation about it) I
would realy appreciate your help.
(Which references do I set? Which class to instatiate? What methods do I
need to call, ...)

Thanks in advance,

Romain Voes
Nov 20 '05 #1
4 4257
The send command is a command line program right? (send.exe).

Take a look at the Process class in System.Diagnostics. You can start
and stop a process, or wait until a process exits.

There is also a walkthrough here:

Walkthrough: Managing a Windows Process
http://msdn.microsoft.com/library/de...tprocesses.asp

HTH,

--
Scott
http://www.OdeToCode.com

On Mon, 12 Jan 2004 09:28:03 +0100, "Rvo"
<romainvoes@{DoesNotLikeSpam}vlaamsparlement.be> wrote:
Hi all,

I need to use the Netware "send" function to send messages to some/all
attached netware users on a server. However, I can't find any documentation
on this topic on the Novell site or anywhere else. If any of you has
experience on this topic (or knows of any online documentation about it) I
would realy appreciate your help.
(Which references do I set? Which class to instatiate? What methods do I
need to call, ...)

Thanks in advance,

Romain Voes


Nov 20 '05 #2
> >I need to use the Netware "send" function to send messages to some/all
attached netware users on a server. However, I can't find any documentationon this topic on the Novell site or anywhere else. If any of you has
experience on this topic (or knows of any online documentation about it) Iwould realy appreciate your help.
(Which references do I set? Which class to instatiate? What methods do I
need to call, ...)


Has anyoone ever actually done coding with Groupwise/Novell and vb.net? I
would love links or communication on this subject.

I have found GW/Novell highly resistant to coding (one reason I like it for
my company's email but it is a pain to work with sometimes.)

I know that process.start is not an automatic to bring a groupwise email up.
It wants you to then establish a profile and such. I have not found any
Novell COM components out there.
Nov 20 '05 #3
Rvo
Send.exe is indeed a commandline tool, but it is too limited for my use. So
I wanted to use something more like "nwsndmsg.exe" which is gui driven and
therefore can't be called from a shell. So I was hoping that there were some
other resources from Novell for example to be included in my vb.net
solution.

"Scott Allen" <bitmask@[nospam].fred.net> schreef in bericht
news:ht********************************@4ax.com...
The send command is a command line program right? (send.exe).

Take a look at the Process class in System.Diagnostics. You can start
and stop a process, or wait until a process exits.

There is also a walkthrough here:

Walkthrough: Managing a Windows Process
http://msdn.microsoft.com/library/de...tprocesses.asp
HTH,

--
Scott
http://www.OdeToCode.com

On Mon, 12 Jan 2004 09:28:03 +0100, "Rvo"
<romainvoes@{DoesNotLikeSpam}vlaamsparlement.be> wrote:
Hi all,

I need to use the Netware "send" function to send messages to some/all
attached netware users on a server. However, I can't find any documentationon this topic on the Novell site or anywhere else. If any of you has
experience on this topic (or knows of any online documentation about it) Iwould realy appreciate your help.
(Which references do I set? Which class to instatiate? What methods do I
need to call, ...)

Thanks in advance,

Romain Voes

Nov 20 '05 #4
Here is what I'd look at for what it is worth:

- Using System.Windows.Forms.SendKeys to send keytrokes to the GUI
app. This is a bit kludgy, hard to test, hard to maintain when the GUI
changes on you.

- Look for a COM/ActiveX library. Perhaps ActiveX Controls for Novell
Services (http://developer.novell.com/ndk/doc.htm) has a control you
can use. Then you can reference the control from your vb.net project
and

- Look for a C/C++ API which you might be able to P/Invoke.

Sorry, but I haven't kept up on Novell for many years and I'm not sure
what they offer these days to developers.

HTH,
On Mon, 12 Jan 2004 17:17:56 +0100, "Rvo"
<romainvoes@{DoesNotLikeSpam}vlaamsparlement.be> wrote:
Send.exe is indeed a commandline tool, but it is too limited for my use. So
I wanted to use something more like "nwsndmsg.exe" which is gui driven and
therefore can't be called from a shell. So I was hoping that there were some
other resources from Novell for example to be included in my vb.net
solution.


--
Scott
http://www.OdeToCode.com
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Peter Gordon | last post by:
Is there somethin like tcl "send" command in Python. I would like to be able to exucate calls in a python program on one machine from another machine.
3
by: Erik T. Nomad | last post by:
I've created a link that will enable the reader of any page on my website to click it, enter an e-mail address, and have it arrive in that inbox with a hyperlink to the site. However, I'm...
3
by: Kurda Yon | last post by:
Sorry for a very stupid question. Can you tell me what does the following html source does if I press button "Send"? If I read this code by Netscaspe from my local file system and then press...
1
by: jiatiejun | last post by:
I want to write a file tools that can access files by "send to " or "Open with " in Explorer shell but I don't know how to implement who can help me thanks
0
by: Rvo | last post by:
Hi all, I need to use the Netware "send" function to send messages to some/all attached netware users on a server. However, I can't find any documentation on this topic on the Novell site or...
0
by: bruce | last post by:
I'm testing a very simple web services called Add (take 2 integers and return the result). The service program is done in VS.NET and work well using HTTP POST. I wrote a simple (Classic) ASP SOAP...
15
by: cj | last post by:
How can I get a button in VB to send the contents of a text box via email in a manner similar to the "Send To\Mail Recipient" functionality that you can select via right clicking a file in Windows...
3
by: groupie | last post by:
Hi, I'd like to know how to implement the "Forgot Password" feature on many websites which require a login, exactly like this ebay example:...
1
by: groupie | last post by:
Hi, I'd like to know how to implement the "Forgot Password" feature on many websites which require a login, exactly like this ebay example:...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.