Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralVery hard to fix bug in my Form Pin
Mattingly26-Feb-03 13:45
Mattingly26-Feb-03 13:45 
GeneralRe: Very hard to fix bug in my Form Pin
Jeff J26-Feb-03 17:31
Jeff J26-Feb-03 17:31 
GeneralRe: Very hard to fix bug in my Form Pin
Mattingly26-Feb-03 17:44
Mattingly26-Feb-03 17:44 
GeneralRe: Very hard to fix bug in my Form Pin
Mattingly26-Feb-03 19:06
Mattingly26-Feb-03 19:06 
GeneralWebService Question Pin
codeweenie26-Feb-03 12:11
codeweenie26-Feb-03 12:11 
GeneralRe: WebService Question Pin
David Stone26-Feb-03 12:25
sitebuilderDavid Stone26-Feb-03 12:25 
GeneralRe: WebService Question Pin
codeweenie26-Feb-03 13:28
codeweenie26-Feb-03 13:28 
GeneralRe: WebService Question Pin
David Stone27-Feb-03 7:39
sitebuilderDavid Stone27-Feb-03 7:39 
Well basically, what I meant was that you should change your method to have an parameter of the type you want to read in. You shouldn't rely on the querystring because what happens when the user calls the WebService from a Windows Forms application? There isn't any querystring. So what I suggest is changing your method from this:

WriteRegValues() {}

to

WriteRegValues(string myInput) {}

Forget the part about the HTTP Request...I was drifting off into another arena all together. Big Grin | :-D

Do you understand how to call a WebService from another application? Are you using VS.NET? Because if you are then you could have an ASP.NET (or Windows Forms) app reference the webservice and then call WriteRegValues("Hey! This'll get written to the registry!");

Hope that clears things up. Smile | :)


any idiot
can write haiku you just stop
at seventeenth syl

-ThinkGeek Fortunes

GeneralRe: WebService Question Pin
Brian Olej28-Feb-03 6:52
Brian Olej28-Feb-03 6:52 
GeneralDataTable.Select() has a problem Pin
Nicholas Naddaf26-Feb-03 10:00
Nicholas Naddaf26-Feb-03 10:00 
GeneralRe: DataTable.Select() has a problem Pin
Paul Riley26-Feb-03 16:17
Paul Riley26-Feb-03 16:17 
Generaltransparent user control - background image not lined up Pin
bwells26-Feb-03 9:23
bwells26-Feb-03 9:23 
GeneralCustom IE Toolbar w/C# Pin
C#iruzo26-Feb-03 5:59
C#iruzo26-Feb-03 5:59 
GeneralRe: Custom IE Toolbar w/C# Pin
leppie26-Feb-03 6:06
leppie26-Feb-03 6:06 
GeneralRe: Custom IE Toolbar w/C# Pin
C#iruzo26-Feb-03 6:23
C#iruzo26-Feb-03 6:23 
GeneralRe: Custom IE Toolbar w/C# Pin
leppie26-Feb-03 6:27
leppie26-Feb-03 6:27 
GeneralRe: Custom IE Toolbar w/C# Pin
Arun Bhalla5-Mar-03 7:39
Arun Bhalla5-Mar-03 7:39 
QuestionTextbox Control databinding, a bug? Pin
DionChen26-Feb-03 5:28
DionChen26-Feb-03 5:28 
QuestionIs it possible to send images in a client server application using socket programming?? Pin
dalia_azzam200326-Feb-03 4:56
dalia_azzam200326-Feb-03 4:56 
AnswerRe: Is it possible to send images in a client server application using socket programming?? Pin
Giles26-Feb-03 5:47
Giles26-Feb-03 5:47 
GeneralRe: Is it possible to send images in a client server application using socket programming?? Pin
dalia_azzam200326-Feb-03 6:42
dalia_azzam200326-Feb-03 6:42 
QuestionBeginner Question: Where's my window?? Pin
Mauritsius26-Feb-03 2:33
Mauritsius26-Feb-03 2:33 
AnswerRe: Beginner Question: Where's my window?? Pin
Stephane Rodriguez.26-Feb-03 4:32
Stephane Rodriguez.26-Feb-03 4:32 
GeneralRe: Beginner Question: Where's my window?? Pin
Hesham Amin26-Feb-03 5:00
Hesham Amin26-Feb-03 5:00 
GeneralRe: Beginner Question: Where's my window?? Pin
Stephane Rodriguez.26-Feb-03 5:18
Stephane Rodriguez.26-Feb-03 5:18 

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.