Click here to Skip to main content
15,907,497 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to open pdf file without acrobat Pin
Christian Graus8-Aug-08 21:55
protectorChristian Graus8-Aug-08 21:55 
QuestionRightToLeft direction in webbrowser control Pin
morteza578-Aug-08 19:06
morteza578-Aug-08 19:06 
QuestionHow do you show line numbers in a RichTextBox control? Pin
Sinani2018-Aug-08 13:09
Sinani2018-Aug-08 13:09 
AnswerRe: How do you show line numbers in a RichTextBox control? Pin
jzonthemtn8-Aug-08 13:44
jzonthemtn8-Aug-08 13:44 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Sinani2018-Aug-08 14:27
Sinani2018-Aug-08 14:27 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Yusuf8-Aug-08 15:04
Yusuf8-Aug-08 15:04 
JokeRe: How do you show line numbers in a RichTextBox control? Pin
Mark Salsbery8-Aug-08 15:09
Mark Salsbery8-Aug-08 15:09 
JokeRe: How do you show line numbers in a RichTextBox control? Pin
Yusuf9-Aug-08 8:54
Yusuf9-Aug-08 8:54 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Sinani2018-Aug-08 16:38
Sinani2018-Aug-08 16:38 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Yusuf8-Aug-08 18:29
Yusuf8-Aug-08 18:29 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Paul Conrad8-Aug-08 19:32
professionalPaul Conrad8-Aug-08 19:32 
AnswerRe: How do you show line numbers in a RichTextBox control? Pin
Mark Salsbery8-Aug-08 15:03
Mark Salsbery8-Aug-08 15:03 
AnswerRe: How do you show line numbers in a RichTextBox control? Pin
Nicholas Butler9-Aug-08 0:26
sitebuilderNicholas Butler9-Aug-08 0:26 
GeneralRe: How do you show line numbers in a RichTextBox control? Pin
Sinani2019-Aug-08 10:36
Sinani2019-Aug-08 10:36 
AnswerRe: How do you show line numbers in a RichTextBox control? Pin
Cruel Handsome22-Aug-08 2:37
Cruel Handsome22-Aug-08 2:37 
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 

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.