Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: vb code conversion to c#.... Pin
Lilupa25-Jun-08 18:02
Lilupa25-Jun-08 18:02 
AnswerRe: vb code conversion to c#.... Pin
Jasmine250125-Jun-08 18:08
Jasmine250125-Jun-08 18:08 
QuestionTimer control freezing the UI Pin
steve_rm25-Jun-08 16:32
steve_rm25-Jun-08 16:32 
AnswerRe: Timer control freezing the UI Pin
AB777125-Jun-08 17:43
AB777125-Jun-08 17:43 
GeneralRe: Timer control freezing the UI Pin
Abydosgater25-Jun-08 17:48
Abydosgater25-Jun-08 17:48 
QuestionRe: Timer control freezing the UI Pin
steve_rm25-Jun-08 19:17
steve_rm25-Jun-08 19:17 
AnswerRe: Timer control freezing the UI Pin
Mbah Dhaim25-Jun-08 23:37
Mbah Dhaim25-Jun-08 23:37 
QuestionUpdater/Downloader Not Work Online? Pin
Abydosgater25-Jun-08 16:07
Abydosgater25-Jun-08 16:07 
Hey Guys, I have an interesting bug.
I have read articles on this site and others, helping me to code an update for my application.. A seperate application that runs and checks for updates, if there are updates downloads them.

It works by a base64 settings file, with little information, connects to a server and opens a Files.txt which has a list of files to download.
It then loops through these files an downloads them.

It works like a charm when i use http://localhost for a server. Loops through all of the file. The issue is when i change the address to my live webserver.. or any other then localhost, it downloads the first file and then freezes =[. Im still relatively new to all this so i was wondering if someone could please take a look at my code an point me in the right direction?

You can see the code at: http://pastebin.com/f7f70d01d[^]
Or you can download the project at: http://reconnetworks.net/AbydosUpdater.rar

You will notice that it is the line 121:
strResponse = wcDownload.OpenRead(FileURL);

That it freezes on. Please could someone help me.. I would be forever great full. I have been trying to fix this for nearly 2 weeks now but cant figure it out. It works fine on localhost but once online it doesnt work.. downloads first file and stalls.

Please help. Thanks for your time in reading.
Andy
AnswerRe: Updater/Downloader Not Work Online? Pin
leppie25-Jun-08 21:25
leppie25-Jun-08 21:25 
GeneralRe: Updater/Downloader Not Work Online? Pin
Abydosgater26-Jun-08 3:46
Abydosgater26-Jun-08 3:46 
QuestionDifferent between component and user control Pin
cocoonwls25-Jun-08 15:25
cocoonwls25-Jun-08 15:25 
AnswerRe: Different between component and user control Pin
Christian Graus25-Jun-08 15:37
protectorChristian Graus25-Jun-08 15:37 
GeneralRe: Different between component and user control Pin
cocoonwls25-Jun-08 15:40
cocoonwls25-Jun-08 15:40 
GeneralRe: Different between component and user control Pin
MarkB77725-Jun-08 17:58
MarkB77725-Jun-08 17:58 
GeneralRe: Different between component and user control Pin
Christian Graus25-Jun-08 18:07
protectorChristian Graus25-Jun-08 18:07 
GeneralRe: Different between component and user control Pin
MarkB77725-Jun-08 18:37
MarkB77725-Jun-08 18:37 
AnswerRe: Different between component and user control Pin
DaveyM6925-Jun-08 22:16
professionalDaveyM6925-Jun-08 22:16 
QuestionHow can we enable <b>CTRL+A</b> on textBox in C# form ? Pin
Mohammad Dayyan25-Jun-08 11:36
Mohammad Dayyan25-Jun-08 11:36 
AnswerRe: How can we enable CTRL+A on textBox in C# form ? Pin
DaveyM6925-Jun-08 13:18
professionalDaveyM6925-Jun-08 13:18 
GeneralRe: How can we enable CTRL+A on textBox in C# form ? Pin
Mohammad Dayyan25-Jun-08 21:41
Mohammad Dayyan25-Jun-08 21:41 
GeneralRe: How can we enable CTRL+A on textBox in C# form ? Pin
DaveyM6925-Jun-08 22:18
professionalDaveyM6925-Jun-08 22:18 
QuestionMouse and Keyboard Scripting Pin
Michael Fritzius25-Jun-08 10:56
professionalMichael Fritzius25-Jun-08 10:56 
AnswerRe: Mouse and Keyboard Scripting Pin
Christian Graus25-Jun-08 18:29
protectorChristian Graus25-Jun-08 18:29 
GeneralRe: Mouse and Keyboard Scripting Pin
Michael Fritzius26-Jun-08 3:27
professionalMichael Fritzius26-Jun-08 3:27 
QuestionCreateDatabase() / DatabaseExists() Question Pin
Jammer25-Jun-08 9:39
Jammer25-Jun-08 9:39 

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.