Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: C++ or C# as a combination with MatLab? Pin
BAIJUMAX15-Jul-09 6:04
professionalBAIJUMAX15-Jul-09 6:04 
QuestionGet selected in listview Pin
akkram20-May-07 9:28
akkram20-May-07 9:28 
AnswerRe: Get selected in listview Pin
Giorgi Dalakishvili20-May-07 9:49
mentorGiorgi Dalakishvili20-May-07 9:49 
QuestionWireless Programming Pin
Spyder_Snyper20-May-07 8:33
Spyder_Snyper20-May-07 8:33 
QuestionSplit string on size. Pin
teejayem20-May-07 6:45
teejayem20-May-07 6:45 
AnswerRe: Split string on size. Pin
Manoj Kumar Rai20-May-07 8:19
professionalManoj Kumar Rai20-May-07 8:19 
AnswerRe: Split string on size. Pin
S. Senthil Kumar20-May-07 8:54
S. Senthil Kumar20-May-07 8:54 
AnswerRe: Split string on size. Pin
Vikram A Punathambekar20-May-07 9:27
Vikram A Punathambekar20-May-07 9:27 
QuestionPass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 4:51
Epsilone320-May-07 4:51 
AnswerRe: Pass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 6:17
Epsilone320-May-07 6:17 
GeneralRe: Pass Controls and Buttons without (Object sender event ) Pin
Rob Graham20-May-07 6:46
Rob Graham20-May-07 6:46 
GeneralRe: Pass Controls and Buttons without (Object sender event ) Pin
Epsilone320-May-07 6:58
Epsilone320-May-07 6:58 
QuestionHow to fire text changed event for combobox Pin
Rahul8320-May-07 3:55
Rahul8320-May-07 3:55 

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.