Need Help

  • Thread starter Thread starter Asheesh
  • Start date Start date
A

Asheesh

I WANT TO DOWNLOAD A WORD FILE FROM THE WEBPAGE AND THEN
EDIT IT AND THEN UPLOAD IT TO WEBSERVER CAN ANYONE HELP ME
 
I would need to know what exactly you'd like to edit in this file? Is
it always the same part you'd be looking for? always the same file?
Or you want to load the file into word directly? or into richtextbox?
Give me more details.

vjay


backup at www.dotnetboards.com
 
I WANT TO DOWNLOAD A WORD FILE FROM THE WEBPAGE AND THEN
EDIT IT AND THEN UPLOAD IT TO WEBSERVER CAN ANYONE HELP ME

Asheesh,

You might want to look at the WebClient class in System.Net.Sockets.
This class will let you request the file from the server, then you can
fire up word with your doc - using the office object library. Once your
done editing, you can use the WebClient class to send it back to the
server (I think..., it's been a while since I touched it and it's late,
and....)

Anyway, it's a place to start :)
 
Asheesh said:
I WANT TO DOWNLOAD A WORD FILE FROM THE WEBPAGE AND THEN
EDIT IT AND THEN UPLOAD IT TO WEBSERVER CAN ANYONE HELP ME

DON'T SCREAM AT ME! Please fix your shift key. Thank you! Writing in big
letters means SCREAMING.
 
-----Original Message-----
I would need to know what exactly you'd like to edit in this file? Is
it always the same part you'd be looking for? always the same file?
Or you want to load the file into word directly? or into richtextbox?
Give me more details.

vjay


backup at www.dotnetboards.com



----== Posted via Newsfeed.Com - Unlimited-Uncensored- Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
.
Please i am VB programmer but have problems in using
DataGrid. I dont know if is possible to design a Datagrid
in VB6 which a Button Click on the Column(0) where it will
list some items like the one used in SQL server for
designing a Table. Please Help
 
Back
Top