Click here to Skip to main content
15,907,874 members
Home / Discussions / C#
   

C#

 
AnswerRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 5:31
mentorNot Active20-Jul-06 5:31 
GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 7:44
Jan Hirak20-Jul-06 7:44 
GeneralRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 8:01
mentorNot Active20-Jul-06 8:01 
GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 8:17
Jan Hirak20-Jul-06 8:17 
GeneralRe: Settings in .NET 2.0 Pin
Not Active20-Jul-06 8:35
mentorNot Active20-Jul-06 8:35 
GeneralRe: Settings in .NET 2.0 Pin
Jan Hirak20-Jul-06 8:56
Jan Hirak20-Jul-06 8:56 
QuestionHow to call the webservice method directly without using the proxy class in the C# application Pin
amitg_81@yahoo.co.uk20-Jul-06 4:54
amitg_81@yahoo.co.uk20-Jul-06 4:54 
AnswerRe: How to call the webservice method directly without using the proxy class in the C# application Pin
WillemM20-Jul-06 5:05
WillemM20-Jul-06 5:05 
You can always create a webrequest to the webservice yourself. But you have to manually create the text to send and parse the response by hand. I don't think that's going to be any faster.

Another way to 'speed things up' is to communicate with the webservice using asynchrone methods.
This doesn't make it faster, but the app stays more responsive.

WM.

What about weapons of mass-construction?
AnswerI could be mistaken but ... Pin
Ennis Ray Lynch, Jr.20-Jul-06 5:37
Ennis Ray Lynch, Jr.20-Jul-06 5:37 
QuestionReading comments from XML Pin
Dan Neely20-Jul-06 4:46
Dan Neely20-Jul-06 4:46 
AnswerRe: Reading comments from XML Pin
Dustin Metzgar20-Jul-06 4:57
Dustin Metzgar20-Jul-06 4:57 
AnswerRe: Reading comments from XML [modified] Pin
J4amieC20-Jul-06 5:09
J4amieC20-Jul-06 5:09 
GeneralRe: Reading comments from XML Pin
Dan Neely20-Jul-06 5:18
Dan Neely20-Jul-06 5:18 
QuestionPassword Filter in C# Pin
b33rdy20-Jul-06 4:18
b33rdy20-Jul-06 4:18 
AnswerRe: Password Filter in C# Pin
Not Active20-Jul-06 4:58
mentorNot Active20-Jul-06 4:58 
GeneralRe: Password Filter in C# Pin
b33rdy20-Jul-06 5:06
b33rdy20-Jul-06 5:06 
GeneralRe: Password Filter in C# Pin
Not Active20-Jul-06 5:43
mentorNot Active20-Jul-06 5:43 
QuestionAxWebBrowser - Prevent JavaScript alert() Pin
GhoulLord20-Jul-06 4:08
GhoulLord20-Jul-06 4:08 
AnswerRe: AxWebBrowser - Prevent JavaScript alert() Pin
Douglas Troy20-Jul-06 7:07
Douglas Troy20-Jul-06 7:07 
GeneralRe: AxWebBrowser - Prevent JavaScript alert() Pin
GhoulLord20-Jul-06 7:56
GhoulLord20-Jul-06 7:56 
GeneralRe: AxWebBrowser - Prevent JavaScript alert() Pin
Douglas Troy21-Jul-06 10:12
Douglas Troy21-Jul-06 10:12 
QuestionProblem when adding to a SplitContainer Pin
mew_lobo20-Jul-06 4:08
mew_lobo20-Jul-06 4:08 
AnswerRe: Problem when adding to a SplitContainer Pin
Andrew Lygin20-Jul-06 7:33
Andrew Lygin20-Jul-06 7:33 
GeneralRe: Problem when adding to a SplitContainer Pin
mew_lobo23-Jul-06 22:02
mew_lobo23-Jul-06 22:02 
QuestionC# office integration Pin
chandler8320-Jul-06 3:41
chandler8320-Jul-06 3:41 

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.