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

C#

 
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 
I don't see how you can hope to invoke stuff in the windows app from the website, the best you can do is run a webservice, and have it set flags telling the windows app to do something when *it* contacts the web service, the web service cannot contact the windows app.


Darkman_nofear wrote:
a search for this problem, i found that i can send from the Web Site to the Class lib. either by web service or by adding whole the class lib. project as ref. to the web site and call methods or by using delegates.



delegates won't work, they only work within a process. Having a reference to the class lib will allow your web app to call methods that are in that lib, but unless they modify a common data store, this will make no difference to your windows app.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Windows To Web Application Pin
Darkman_nofear20-May-07 22:05
Darkman_nofear20-May-07 22:05 
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 

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.