Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
GeneralRe: MDI closing a child form Pin
Jonckheere20-Oct-04 3:24
Jonckheere20-Oct-04 3:24 
GeneralRe: MDI closing a child form Pin
benjymous20-Oct-04 3:42
benjymous20-Oct-04 3:42 
GeneralRe: MDI closing a child form Pin
Jonckheere21-Oct-04 3:47
Jonckheere21-Oct-04 3:47 
GeneralRe: MDI closing a child form Pin
Luis Alonso Ramos21-Oct-04 9:08
Luis Alonso Ramos21-Oct-04 9:08 
Generalbackground application Pin
ppp00120-Oct-04 1:31
ppp00120-Oct-04 1:31 
GeneralRe: background application Pin
manivannan.p20-Oct-04 4:42
manivannan.p20-Oct-04 4:42 
GeneralSending Message to all clients Pin
Zapss20-Oct-04 1:23
Zapss20-Oct-04 1:23 
GeneralRe: Sending Message to all clients Pin
Heath Stewart20-Oct-04 6:27
protectorHeath Stewart20-Oct-04 6:27 
This has been covered in this forum many times. Whether or not you're new to programming or even just a particular language, basic research skills are a must in the field of development. Next time, please search first. You can search this site's articles using the search box at the top of every page, or click "Search comments" in every forum to search previous threads. You could also just google the entire web.

The simplest way is to just use "net send" using the Process class:
Process.Start("net", "send /domain Hello, world!");
The other way is to P/Invoke the native functions but requires you understand what P/Invoke is. If you want to go that route, I suggest you search for the previous threads about "net send" and you'll find links and examples, but the method above works just fine.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Sending Message to all clients Pin
Zapss20-Oct-04 20:25
Zapss20-Oct-04 20:25 
Generalenabling log4net Pin
samithas20-Oct-04 0:56
samithas20-Oct-04 0:56 
GeneralRe: enabling log4net Pin
Steve Maier20-Oct-04 4:54
professionalSteve Maier20-Oct-04 4:54 
GeneralRe: enabling log4net Pin
samithas21-Oct-04 17:08
samithas21-Oct-04 17:08 
GeneralRe: enabling log4net Pin
Steve Maier21-Oct-04 17:28
professionalSteve Maier21-Oct-04 17:28 
Generalintegrated dll and html Pin
ppp00120-Oct-04 0:42
ppp00120-Oct-04 0:42 
GeneralRe: integrated dll and html Pin
DJ_Catboy20-Oct-04 0:52
DJ_Catboy20-Oct-04 0:52 
GeneralRe: integrated dll and html Pin
ppp00120-Oct-04 1:22
ppp00120-Oct-04 1:22 
GeneralRe: integrated dll and html Pin
Heath Stewart20-Oct-04 6:21
protectorHeath Stewart20-Oct-04 6:21 
GeneralRe: integrated dll and html Pin
ppp00120-Oct-04 14:30
ppp00120-Oct-04 14:30 
GeneralRe: integrated dll and html Pin
Heath Stewart20-Oct-04 16:09
protectorHeath Stewart20-Oct-04 16:09 
GeneralRe: integrated dll and html Pin
Heath Stewart20-Oct-04 6:11
protectorHeath Stewart20-Oct-04 6:11 
Generalinstallation kit Pin
hagay_ar20-Oct-04 0:29
hagay_ar20-Oct-04 0:29 
GeneralRe: installation kit Pin
Steve Maier20-Oct-04 5:29
professionalSteve Maier20-Oct-04 5:29 
GeneralSaving TreeView Structure into a Binary Tree Data Structure Pin
vchalla19-Oct-04 23:04
vchalla19-Oct-04 23:04 
GeneralHttpWebRequest.GetResponse takes long time Pin
Member 140279719-Oct-04 22:58
Member 140279719-Oct-04 22:58 
GeneralRe: HttpWebRequest.GetResponse takes long time Pin
yoaz19-Oct-04 23:33
yoaz19-Oct-04 23:33 

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.