Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help! I'm going insane!!!! Pin
Christian Graus20-May-07 17:20
protectorChristian Graus20-May-07 17:20 
GeneralRe: Help! I'm going insane!!!! Pin
mfkr20-May-07 17:49
mfkr20-May-07 17:49 
GeneralRe: Help! I'm going insane!!!! Pin
Christian Graus20-May-07 18:21
protectorChristian Graus20-May-07 18:21 
QuestionGraphics.DrawString(What's wrong??); Pin
Muammar©20-May-07 12:47
Muammar©20-May-07 12:47 
AnswerRe: Graphics.DrawString(What's wrong??); Pin
Christian Graus20-May-07 12:51
protectorChristian Graus20-May-07 12:51 
GeneralRe: Graphics.DrawString(What's wrong??); Pin
Muammar©20-May-07 23:37
Muammar©20-May-07 23:37 
AnswerRe: Graphics.DrawString(What's wrong??); Pin
Stefan Mellberg25-May-07 13:49
Stefan Mellberg25-May-07 13:49 
Questionglobal variables in c#- the 'extern' alternative Pin
brian5520-May-07 12:45
brian5520-May-07 12:45 
AnswerRe: global variables in c#- the 'extern' alternative Pin
Christian Graus20-May-07 12:49
protectorChristian Graus20-May-07 12:49 
GeneralRe: global variables in c#- the 'extern' alternative Pin
brian5520-May-07 16:18
brian5520-May-07 16:18 
GeneralRe: global variables in c#- the 'extern' alternative Pin
Christian Graus20-May-07 16:39
protectorChristian Graus20-May-07 16:39 
GeneralRe: global variables in c#- the 'extern' alternative Pin
brian5521-May-07 2:52
brian5521-May-07 2:52 
AnswerRe: global variables in c#- the 'extern' alternative Pin
Colin Angus Mackay20-May-07 13:30
Colin Angus Mackay20-May-07 13:30 
GeneralRe: global variables in c#- the 'extern' alternative Pin
Christian Graus20-May-07 13:36
protectorChristian Graus20-May-07 13:36 
QuestionDatagrid Query [modified] Pin
nandya20-May-07 10:25
nandya20-May-07 10:25 
AnswerRe: Datagrid data entry Pin
Christian Graus20-May-07 11:32
protectorChristian Graus20-May-07 11:32 
QuestionChange GUI Style Setup and Deployment Pin
realmontanakid20-May-07 10:13
realmontanakid20-May-07 10:13 
AnswerRe: Change GUI Style Setup and Deployment Pin
Joseph Guadagno20-May-07 15:36
Joseph Guadagno20-May-07 15:36 
QuestionWindows To Web Application Pin
Darkman_nofear20-May-07 9:41
Darkman_nofear20-May-07 9:41 
AnswerRe: Windows To Web Application Pin
Christian Graus20-May-07 13:17
protectorChristian Graus20-May-07 13:17 
GeneralRe: Windows To Web Application Pin
Darkman_nofear20-May-07 22:05
Darkman_nofear20-May-07 22:05 
Thanks for your reply, but i've tried it using the Web Service, but what i really don't know is how to send something to the web server, my problem exactly is here i got something and i want to call certain method @ my web site application, ok using web service what is to be in this web service to forward the incoming message to the web site.

[WebMethod]
public void SendToWeb(string msg)
{
// What to do here to send to the web site
}

someone in other forum told me to do something without using a web service, by using HTTPRequest Object, as i send to my web server an HTTPRequest object as i faking something like button click or something like that, this HTTPRequest will be handled by the web server and will inkove the method of this HTTPRequest. is this right??
QuestionMessage Removed Pin
20-May-07 9:40
Miguel Sarafana20-May-07 9:40 
AnswerRe: C++ or C# as a combination with MatLab? Pin
Judah Gabriel Himango20-May-07 10:08
sponsorJudah Gabriel Himango20-May-07 10:08 
AnswerRe: C++ or C# as a combination with MatLab? Pin
BAIJUMAX20-May-07 18:28
professionalBAIJUMAX20-May-07 18:28 
GeneralRe: C++ or C# as a combination with MatLab? Pin
BeniCohen15-Jul-09 3:02
BeniCohen15-Jul-09 3:02 

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.