I've been wondering about the proper way of doing events in .net!
This is what I have right now:
-When an event is used by more than one class, you put it in the
namespace, set the sender to object, and MyEventArgs e.
-When an event is only used by one class, you put it inside that class,
s...
more >>
I found out that only using winform I can use the winword interop and
generate word document in the client machine and connect to a remote
database, so that I have made a winform application which accesses
winword on the client and a remote db.
Afterwards I wanted to use the no touch deployment ...
more >>
Hi
I work with tcpclient object. I have a problem when i open socket connection on a specificy port. Server that don't work with framework object receive message of connection on my port but receive a port response that not is my port Ex. i open connection on port 4031, server receive on 4031 msg ...
more >>
Hell
I m making a C# windows application which connects to excel to retrieve live data( stock quotes which are feeded to this
excel sheet from other program via internet). The data in excel sheet is continuously changing and I want it to be reflected
in my C# windows application, means i shoul...
more >>
I need my application (suppose example.exe) to detect wether another
instance is already running. How do I do that with framework .net?
Thanks.
...
more >>