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

C#

 
GeneralRe: ping class request Pin
Simon Wren23-Jun-05 6:05
professionalSimon Wren23-Jun-05 6:05 
GeneralNewbie needs expert help Pin
74Camaro23-Jun-05 4:57
74Camaro23-Jun-05 4:57 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 5:03
professionalV.23-Jun-05 5:03 
GeneralRe: Newbie needs expert help Pin
74Camaro23-Jun-05 7:10
74Camaro23-Jun-05 7:10 
GeneralRe: Newbie needs expert help Pin
V.23-Jun-05 8:00
professionalV.23-Jun-05 8:00 
GeneralNeed to show an image while connecting to web service Pin
seee sharp23-Jun-05 4:03
seee sharp23-Jun-05 4:03 
GeneralRe: Need to show an image while connecting to web service Pin
Stefan Troschuetz23-Jun-05 4:22
Stefan Troschuetz23-Jun-05 4:22 
GeneralRe: Need to show an image while connecting to web service Pin
Ian Darling23-Jun-05 4:37
Ian Darling23-Jun-05 4:37 
Use the web service asynchronously. Instead of calling the normal functions on the service class, use the BeginXXXX versions instead. This posts off the request to the web service while allowing you to continue and show your message.

You can then poll the asychronous call using the IAsyncResult interface you get from the BeginXXX function to see if it's finished, or set up a callback. Either way, you call the EndXXX function when it's finished.


Ian Darling
The world is a thing of utter inordinate complexity ... that such complexity can arise ... out of such simplicity ... is the most fabulous extraordinary idea ... once you get some kind of inkling of how that might have happened - it's just wonderful ... the opportunity to spend 70 or 80 years of your life in such a universe is time well spent as far as I am concerned - Douglas Adams
Generalmemory over flow Pin
23-Jun-05 3:52
suss23-Jun-05 3:52 
GeneralRe: memory over flow Pin
Dave Kreskowiak23-Jun-05 5:14
mveDave Kreskowiak23-Jun-05 5:14 
GeneralRe: memory over flow Pin
Anthony Baraff23-Jun-05 9:58
Anthony Baraff23-Jun-05 9:58 
GeneralListView Help Pin
Kasdoffe23-Jun-05 3:24
Kasdoffe23-Jun-05 3:24 
GeneralRe: ListView Help Pin
Brian Van Beek23-Jun-05 5:46
Brian Van Beek23-Jun-05 5:46 
GeneralRe: ListView Help Pin
Kasdoffe23-Jun-05 7:48
Kasdoffe23-Jun-05 7:48 
GeneralSending picture messages,ring tones Pin
M.Ilangovan23-Jun-05 1:02
M.Ilangovan23-Jun-05 1:02 
GeneralRemove Excel sheet by sql Pin
djalmao23-Jun-05 0:46
djalmao23-Jun-05 0:46 
Generalhide and resize controls Pin
xrado22-Jun-05 23:06
xrado22-Jun-05 23:06 
GeneralRe: hide and resize controls Pin
mav.northwind23-Jun-05 0:00
mav.northwind23-Jun-05 0:00 
GeneralRe: hide and resize controls Pin
xrado23-Jun-05 0:23
xrado23-Jun-05 0:23 
GeneralRe: hide and resize controls Pin
Colin Angus Mackay23-Jun-05 0:47
Colin Angus Mackay23-Jun-05 0:47 
GeneralRe: hide and resize controls Pin
xrado23-Jun-05 1:02
xrado23-Jun-05 1:02 
GeneralRe: hide and resize controls Pin
Colin Angus Mackay23-Jun-05 1:09
Colin Angus Mackay23-Jun-05 1:09 
GeneralRe: hide and resize controls Pin
xrado23-Jun-05 1:39
xrado23-Jun-05 1:39 
GeneralRe: hide and resize controls Pin
Paul Brower23-Jun-05 1:18
Paul Brower23-Jun-05 1:18 
GeneralRe: hide and resize controls Pin
xrado23-Jun-05 1:42
xrado23-Jun-05 1:42 

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.