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 >>
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 should ge...
more >>