Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Sinani20122-Aug-08 10:28
Sinani20122-Aug-08 10:28 
QuestionCopy ImageList to another... Pin
vayanan8-Aug-08 11:47
vayanan8-Aug-08 11:47 
AnswerRe: Copy ImageList to another... Pin
vikas amin8-Aug-08 12:05
vikas amin8-Aug-08 12:05 
QuestionGetting file names from a web site Pin
Richard W Allen8-Aug-08 10:59
Richard W Allen8-Aug-08 10:59 
AnswerRe: Getting file names from a web site Pin
Yusuf8-Aug-08 12:15
Yusuf8-Aug-08 12:15 
GeneralRe: Getting file names from a web site Pin
Richard W Allen8-Aug-08 21:49
Richard W Allen8-Aug-08 21:49 
AnswerRe: Getting file names from a web site Pin
Guffa9-Aug-08 1:49
Guffa9-Aug-08 1:49 
GeneralRe: Getting file names from a web site Pin
Yusuf11-Aug-08 2:33
Yusuf11-Aug-08 2:33 
In this case it is easy then. You don't need any credentials nor do you want to list the files on the website. You will need someway of figuring out what is the current version of the database in the web site. Say you could use a webservice to accomplish this. Then you need a known set of interval to check for the version. This could be done at the start of the application or after a known time period, may be every 24 hours if the application runs continuously. Finally you download the database to the local machine and do your magic installing/updating into the local db.

WebClient.DownloadFile should do the trick to download the database, here this should help.

Yusuf

GeneralRe: Getting file names from a web site Pin
Richard W Allen11-Aug-08 3:42
Richard W Allen11-Aug-08 3:42 
AnswerRe: Getting file names from a web site Pin
Paul Conrad8-Aug-08 12:19
professionalPaul Conrad8-Aug-08 12:19 
Questionc# API to handle Microsoft word document file format Pin
Miss_hacker8-Aug-08 10:26
Miss_hacker8-Aug-08 10:26 
AnswerRe: c# API to handle Microsoft word document file format Pin
Pete O'Hanlon8-Aug-08 10:32
mvePete O'Hanlon8-Aug-08 10:32 
GeneralRe: c# API to handle Microsoft word document file format Pin
Paul Conrad8-Aug-08 10:54
professionalPaul Conrad8-Aug-08 10:54 
GeneralRe: c# API to handle Microsoft word document file format Pin
Miss_hacker8-Aug-08 11:02
Miss_hacker8-Aug-08 11:02 
AnswerRe: c# API to handle Microsoft word document file format Pin
Paul Conrad8-Aug-08 10:57
professionalPaul Conrad8-Aug-08 10:57 
GeneralRe: c# API to handle Microsoft word document file format Pin
Miss_hacker8-Aug-08 11:12
Miss_hacker8-Aug-08 11:12 
GeneralRe: c# API to handle Microsoft word document file format Pin
Pete O'Hanlon8-Aug-08 11:50
mvePete O'Hanlon8-Aug-08 11:50 
GeneralRe: c# API to handle Microsoft word document file format Pin
Christian Graus8-Aug-08 16:58
protectorChristian Graus8-Aug-08 16:58 
GeneralRe: c# API to handle Microsoft word document file format Pin
Paul Conrad8-Aug-08 12:17
professionalPaul Conrad8-Aug-08 12:17 
GeneralRe: c# API to handle Microsoft word document file format Pin
Christian Graus8-Aug-08 16:58
protectorChristian Graus8-Aug-08 16:58 
GeneralRe: c# API to handle Microsoft word document file format Pin
Paul Conrad8-Aug-08 19:31
professionalPaul Conrad8-Aug-08 19:31 
GeneralRe: c# API to handle Microsoft word document file format Pin
Miss_hacker8-Aug-08 20:37
Miss_hacker8-Aug-08 20:37 
GeneralRe: c# API to handle Microsoft word document file format Pin
Cruel Handsome22-Aug-08 2:41
Cruel Handsome22-Aug-08 2:41 
GeneralRe: c# API to handle Microsoft word document file format Pin
Miss_hacker22-Aug-08 3:31
Miss_hacker22-Aug-08 3:31 
Questionpaste possibility Pin
netJP12L8-Aug-08 9:28
netJP12L8-Aug-08 9:28 

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.