 |
|
 |
plizzzz delphi code?
oooooooooo
|
|
|
|
 |
|
 |
Hi, i've downloaded your program, but it isn't working properly. Even when I send a message to my own pc, the message sent text shows up, but no sign of a popup box. I and other computers in my network don't receive messages. I used ip's as wel as computernames, but i didn't work. Do i have to install some software for this?
|
|
|
|
 |
|
 |
There is a way to force a line feed in message when using the fakesend?
Like the following lines:
Hello
World!
Thank you!
|
|
|
|
 |
|
 |
How I can send message from my c# form to lan (workgroup)?
NetMessageBufferSend() don't work!
I have Win XP prof.
If anyone now, please help me!!!
Thanks...
stojaneee{at}yahoo{dot}com
c# only
|
|
|
|
 |
|
 |
dont no if anyones gonna read this message but il post it anyway
iv used the fakesend program (works a charm ) but is there a way to send to all users like there is in the netsend function (net send * hi)
i dont think there is at the moment but is there a way i can code it into the source so it will do it?
cheers
|
|
|
|
 |
|
 |
Ive tried the source code and even the compiled version, but both of them ends within a quarter of a second, or less... so i cant try the problem, do you know anything about this issue?
Greetz
|
|
|
|
 |
|
 |
I am using Windows XP Professional Version 2002 Service Pack 1....
|
|
|
|
 |
|
 |
Use cmd (command prompt)like this: c:\>FakeSend.exe
and use net send.
bye
c# only
|
|
|
|
 |
|
 |
hello,
I found your Fakesend progeam at the code projet site.
however, after I download it, I found it cannot work as I expect
E:\>FakeSend.exe ken 192.168.0.154 "......."
Fake NetSend for Windows NT/2000/XP v1.01
by Caio Proiete (caio@proiete.com.br)
Sending Fake Message:
Sender...: ken
Receiver.: 192.168.0.154
Message..: .......
Message sent!
E:\>
It seems to be OK, but I didn't get a popup box.
I'm sure that my messanger service is ON because I use "net send" OK
My Operation System is Windows server Enterprise
My friends use Windows XP SP2 also didn't got popupbox
thanks for your reading
Best Regards
|
|
|
|
 |
|
 |
Could you pleas egive me a link to download the vb6 cource
|
|
|
|
 |
|
 |
tried your program, it has no bugs but after the example, it gives a press any key to continue and then ends the program rather than netsend is there any thing i am doing wrong or anything i can do to repair this?
|
|
|
|
 |
|
 |
How can I send messages using FakeSend not to "Receiver's Login or Machine" but directly by IP address? How can I improve code to make it possible?
|
|
|
|
 |
|
 |
I have Borland C++ Builder 6, and I would like to know how can i make GUI, an Graphic Interface for Fake NetSend, I couldn't pass the values from 2 Tedit´s and 1 TMemo, if you can explain me, I'd be grateful... Thanks...
Edit1->Text; (Source)
Edit2->Text; (Destination)
MemMessage->Text(Message)
"NetSend(Edit1->Text, Edit2->Text, MemMessage->Text)" = ?
I can't pass the values frm Tedit´s and TMemo!
The Newton Boys
|
|
|
|
 |
|
 |
Hi All !
I want to receive a message(net send) of other computer by MFC.
can anyone help me.
thanks.
|
|
|
|
 |
|
 |
Is there anyway to trnaslate this code into Qbasic code out of totaly curiousity?
- "Have Fun"
|
|
|
|
 |
|
 |
Hi I extracted the demo to a file, afterwards I move this file to another folder and renamed it. When I wanted to delete it it shows a dialogue "this file can't be deleted. It's in progress or check if disk is full...
How can I get this file deleted?
Kind regards,
Shadow 29
|
|
|
|
 |
|
 |
Create a *.bat file. I work with notepad. write
echo off;
del file.name; (full,with extention)
end.
And Thats ALL!!!! Run the *.bat file and you are winner!
|
|
|
|
 |
|
 |
Should the message be in UNICODE or anythingelse? Thanks!
|
|
|
|
 |
|
 |
You're having problems with special characters, aren`t you?
Try to translate the string into the OEM character set with AnsiToOem() before sending it.
|
|
|
|
 |
|
 |
Message length sent seems to be limited to 128 chars or something about.
Is that right? How could I know this limit? Could it be avoided/changed?
|
|
|
|
 |
|
 |
You can't... this limit is imposed by the messenger service. If you need messages larger than this, you should create your own messenger service (server and client).
Cheers,
Caio Proiete
MCT, MCSD, MCDBA, MCAD .NET, MCSD .NET
|
|
|
|
 |
|
 |
You could have used NetMessageBufferSend() API instead of using Mail Slots to solve the problem of multiple sends.
Thanks anyway, good coding!
Feed your mind...
|
|
|
|
 |
|
 |
Yes, I know. Please check this POST.
Cheers,
Caio Proiete
MCT, MCSD, MCDBA, MCAD .NET, MCSD .NET
|
|
|
|
 |
|
 |
thank you friend... you're the best...;)
|
|
|
|
 |
|
 |
Thank you. Hope it was useful.
Regards,
Caio Proiete
MCT, MCSD, MCDBA, MCAD .NET, MCSD .NET
|
|
|
|
 |