Click here to Skip to main content
15,909,193 members
Home / Discussions / C#
   

C#

 
GeneralAccess HTML website from C# Win App Pin
Member 83853724-Jun-05 0:07
Member 83853724-Jun-05 0:07 
GeneralRe: Access HTML website from C# Win App Pin
bill.cheung24-Jun-05 1:32
bill.cheung24-Jun-05 1:32 
GeneralRe: Access HTML website from C# Win App Pin
Member 83853724-Jun-05 1:45
Member 83853724-Jun-05 1:45 
GeneralRe: Access HTML website from C# Win App Pin
bill.cheung24-Jun-05 16:11
bill.cheung24-Jun-05 16:11 
GeneralRe: Access HTML website from C# Win App Pin
V.24-Jun-05 2:14
professionalV.24-Jun-05 2:14 
Generalpicturebox transparency Pin
sami_bio@yahoo.com23-Jun-05 23:41
sami_bio@yahoo.com23-Jun-05 23:41 
GeneralThread Pin
WDI23-Jun-05 23:30
WDI23-Jun-05 23:30 
GeneralRe: Thread Pin
Dave Kreskowiak24-Jun-05 1:41
mveDave Kreskowiak24-Jun-05 1:41 
If you hvae a slow connection, the only thing you can do is try and reduce the amount of data coming from the WebService. Only ship exactly what you need to render the form.

You might also try asynchronous calls to the WebService. This would allow you to start rendering parts of the form that don't need data, then update the parts that do when the data comes back from the WebService. This usually gives the illusion of faster response, if done correctly.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Thread Pin
WDI24-Jun-05 3:15
WDI24-Jun-05 3:15 
GeneralRe: Thread Pin
Dave Kreskowiak24-Jun-05 12:19
mveDave Kreskowiak24-Jun-05 12:19 
General.NetTAPI Pin
Anonymous23-Jun-05 21:58
Anonymous23-Jun-05 21:58 
GeneralRe: .NetTAPI Pin
Michael P Butler24-Jun-05 0:28
Michael P Butler24-Jun-05 0:28 
Question"is inaccessible due to its protection level" error ?? Pin
Member 114126623-Jun-05 21:25
Member 114126623-Jun-05 21:25 
AnswerRe: "is inaccessible due to its protection level" error ?? Pin
leppie23-Jun-05 21:33
leppie23-Jun-05 21:33 
GeneralFinally! Pin
WillemM23-Jun-05 20:44
WillemM23-Jun-05 20:44 
GeneralC# Coding standard Pin
tostali23-Jun-05 19:31
tostali23-Jun-05 19:31 
GeneralRe: C# Coding standard Pin
Vasudevan Deepak Kumar23-Jun-05 19:54
Vasudevan Deepak Kumar23-Jun-05 19:54 
GeneralRe: C# Coding standard Pin
Michael P Butler24-Jun-05 0:33
Michael P Butler24-Jun-05 0:33 
Generalngen/obsfucator Pin
Christian Graus23-Jun-05 16:21
protectorChristian Graus23-Jun-05 16:21 
GeneralRe: ngen/obsfucator Pin
MoustafaS23-Jun-05 16:48
MoustafaS23-Jun-05 16:48 
GeneralRe: ngen/obsfucator Pin
Dave Kreskowiak23-Jun-05 16:53
mveDave Kreskowiak23-Jun-05 16:53 
GeneralRe: ngen/obsfucator Pin
Christian Graus23-Jun-05 16:54
protectorChristian Graus23-Jun-05 16:54 
GeneralRe: ngen/obsfucator Pin
Ashok Dhamija23-Jun-05 20:06
Ashok Dhamija23-Jun-05 20:06 
GeneralRe: ngen/obsfucator Pin
Dave Kreskowiak24-Jun-05 1:34
mveDave Kreskowiak24-Jun-05 1:34 
GeneralRe: ngen/obsfucator Pin
Ashok Dhamija24-Jun-05 2:39
Ashok Dhamija24-Jun-05 2: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.