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

C#

 
AnswerRe: HandleCreated problem Pin
Mairaaj Khan6-Jun-06 23:27
professionalMairaaj Khan6-Jun-06 23:27 
QuestionXML encryption Pin
engsrini6-Jun-06 22:09
engsrini6-Jun-06 22:09 
QuestionRich Text Box Questions Pin
Peter Sbarski6-Jun-06 21:09
Peter Sbarski6-Jun-06 21:09 
AnswerRe: Rich Text Box Questions Pin
Mairaaj Khan6-Jun-06 21:50
professionalMairaaj Khan6-Jun-06 21:50 
QuestionUsing TripleDES Encryption [modified] Pin
cybersurferdev6-Jun-06 20:45
cybersurferdev6-Jun-06 20:45 
AnswerRe: Using TripleDES Encryption [modified] Pin
stancrm6-Jun-06 21:21
stancrm6-Jun-06 21:21 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev6-Jun-06 21:38
cybersurferdev6-Jun-06 21:38 
AnswerRe: Using TripleDES Encryption [modified] Pin
Kodanda Pani6-Jun-06 21:31
Kodanda Pani6-Jun-06 21:31 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev6-Jun-06 21:42
cybersurferdev6-Jun-06 21:42 
GeneralRe: Using TripleDES Encryption [modified] Pin
Kodanda Pani6-Jun-06 22:10
Kodanda Pani6-Jun-06 22:10 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev6-Jun-06 22:49
cybersurferdev6-Jun-06 22:49 
GeneralRe: Using TripleDES Encryption [modified] Pin
Kodanda Pani7-Jun-06 0:03
Kodanda Pani7-Jun-06 0:03 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev6-Jun-06 23:32
cybersurferdev6-Jun-06 23:32 
GeneralRe: Using TripleDES Encryption [modified] Pin
Kodanda Pani7-Jun-06 0:04
Kodanda Pani7-Jun-06 0:04 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev7-Jun-06 0:10
cybersurferdev7-Jun-06 0:10 
GeneralRe: Using TripleDES Encryption [modified] Pin
Kodanda Pani7-Jun-06 0:20
Kodanda Pani7-Jun-06 0:20 
GeneralRe: Using TripleDES Encryption [modified] Pin
cybersurferdev7-Jun-06 1:45
cybersurferdev7-Jun-06 1:45 
AnswerRe: Using TripleDES Encryption [modified] Pin
leppie7-Jun-06 6:20
leppie7-Jun-06 6:20 
QuestionForm freezes on async webservice call Pin
Talal Sultan6-Jun-06 20:39
Talal Sultan6-Jun-06 20:39 
Hi people,

I'm having a rather weird problem.

I have tried the code in this article http://www.codeproject.com/cs/webservices/AdvAsynchWebService.asp[^] and it works perfectly well. Now I'm trying to use the same technique in my windows form. I call a webservice method asynchronously that returns a factorized version of a number I send (example on MSDN at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconinvokingwebservicesasynchronously.asp[^]) When I display the resulting string in a messagebox, everything works fine but when I try to display the result in a label on the form, something goes wrong and the form freezes. It is frustrating to see a working example and not being able to make your own example work Confused | :confused:

Does anyone have any idea why this is happening and how I may resolve the issue? I can post my code if necessary.

Thanks,
Talal

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook
Questionhow to get the send items Pin
ayyp6-Jun-06 20:21
ayyp6-Jun-06 20:21 
AnswerRe: how to get the send items Pin
ranandbe6-Jun-06 21:10
ranandbe6-Jun-06 21:10 
Questionlistview: click on columnheader Pin
Ward6-Jun-06 19:56
Ward6-Jun-06 19:56 
AnswerRe: listview: click on columnheader Pin
rah_sin6-Jun-06 20:04
professionalrah_sin6-Jun-06 20:04 
GeneralRe: listview: click on columnheader Pin
Ward6-Jun-06 20:05
Ward6-Jun-06 20:05 
GeneralRe: listview: click on columnheader Pin
Ward6-Jun-06 20:10
Ward6-Jun-06 20:10 

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.