Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pleez help with PDF creation Pin
Christian Graus25-Jun-08 18:30
protectorChristian Graus25-Jun-08 18:30 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250126-Jun-08 7:55
Jasmine250126-Jun-08 7:55 
GeneralRe: Pleez help with PDF creation Pin
Christian Graus26-Jun-08 12:42
protectorChristian Graus26-Jun-08 12:42 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250126-Jun-08 19:22
Jasmine250126-Jun-08 19:22 
GeneralRe: Pleez help with PDF creation Pin
Christian Graus26-Jun-08 19:59
protectorChristian Graus26-Jun-08 19:59 
GeneralRe: Pleez help with PDF creation Pin
Jasmine250127-Jun-08 9:08
Jasmine250127-Jun-08 9:08 
Questionvisual source safe v8.0 : how to see undo checkouts? [modified] Pin
fateme_developer25-Jun-08 17:43
fateme_developer25-Jun-08 17:43 
AnswerRe: visual source safe v8.0 : how to see undo checkouts? Pin
Christian Graus25-Jun-08 18:05
protectorChristian Graus25-Jun-08 18:05 
GeneralRe: visual source safe v8.0 : how to see undo checkouts? Pin
fateme_developer25-Jun-08 22:43
fateme_developer25-Jun-08 22:43 
AnswerRe: visual source safe v8.0 : how to see undo checkouts? Pin
Abhijit Jana25-Jun-08 19:14
professionalAbhijit Jana25-Jun-08 19:14 
Questionhow to send PJL command to USB connected printer ? Pin
$unil Dhiman25-Jun-08 16:54
$unil Dhiman25-Jun-08 16:54 
AnswerRe: how to send PJL command to USB connected printer ? Pin
Bert delaVega25-Jun-08 17:54
Bert delaVega25-Jun-08 17:54 
GeneralRe: how to send PJL command to USB connected printer ? Pin
$unil Dhiman25-Jun-08 18:58
$unil Dhiman25-Jun-08 18:58 
Questionvb code conversion to c#.... Pin
moomoooomoo25-Jun-08 16:39
moomoooomoo25-Jun-08 16:39 
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 

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.