Click here to Skip to main content
15,921,028 members
Home / Discussions / C#
   

C#

 
AnswerRe: convert an expresion in a result Pin
Jaiprakash M Bankolli15-Apr-07 7:39
Jaiprakash M Bankolli15-Apr-07 7:39 
AnswerRe: convert an expresion in a result Pin
Leslie Sanford15-Apr-07 7:59
Leslie Sanford15-Apr-07 7:59 
AnswerRe: convert an expresion in a result Pin
sherifffruitfly15-Apr-07 15:09
sherifffruitfly15-Apr-07 15:09 
QuestionMoving list view items up or down. Pin
kripzz15-Apr-07 2:24
kripzz15-Apr-07 2:24 
AnswerRe: Moving list view items up or down. Pin
Luc Pattyn15-Apr-07 6:00
sitebuilderLuc Pattyn15-Apr-07 6:00 
GeneralRe: Moving list view items up or down. Pin
kripzz15-Apr-07 12:47
kripzz15-Apr-07 12:47 
AnswerRe: Moving list view items up or down. Pin
Jaiprakash M Bankolli15-Apr-07 7:41
Jaiprakash M Bankolli15-Apr-07 7:41 
GeneralRe: Moving list view items up or down. Pin
kripzz15-Apr-07 13:07
kripzz15-Apr-07 13:07 
GeneralRe: Moving list view items up or down. [modified] Pin
Luc Pattyn15-Apr-07 13:38
sitebuilderLuc Pattyn15-Apr-07 13:38 
GeneralRe: Moving list view items up or down. Pin
kripzz16-Apr-07 2:51
kripzz16-Apr-07 2:51 
GeneralRe: Moving list view items up or down. Pin
Luc Pattyn16-Apr-07 3:08
sitebuilderLuc Pattyn16-Apr-07 3:08 
QuestionHow c# app connect to sql server on another pc in local network? Pin
sgeorgije15-Apr-07 2:04
sgeorgije15-Apr-07 2:04 
AnswerRe: How c# app connect to sql server on another pc in local network? Pin
Damir Ugrin15-Apr-07 3:42
Damir Ugrin15-Apr-07 3:42 
GeneralRe: How c# app connect to sql server on another pc in local network? Pin
sgeorgije16-Apr-07 4:20
sgeorgije16-Apr-07 4:20 
AnswerRe: How c# app connect to sql server on another pc in local network? Pin
Jaiprakash M Bankolli15-Apr-07 7:42
Jaiprakash M Bankolli15-Apr-07 7:42 
QuestionNotifyIcon baloon tip Pin
CodeItWell15-Apr-07 1:59
CodeItWell15-Apr-07 1:59 
AnswerRe: NotifyIcon baloon tip Pin
Guffa15-Apr-07 2:24
Guffa15-Apr-07 2:24 
GeneralRe: NotifyIcon baloon tip Pin
CodeItWell15-Apr-07 3:02
CodeItWell15-Apr-07 3:02 
GeneralRe: NotifyIcon baloon tip Pin
Guffa15-Apr-07 3:15
Guffa15-Apr-07 3:15 
AnswerRe: NotifyIcon baloon tip Pin
Luc Pattyn15-Apr-07 6:03
sitebuilderLuc Pattyn15-Apr-07 6:03 
QuestionCommunication with Bluetooth device via COM Port Pin
Adnan Siddiqi14-Apr-07 21:58
Adnan Siddiqi14-Apr-07 21:58 
QuestionHow can I communicate to the USB port? Pin
zeeShan anSari14-Apr-07 21:03
zeeShan anSari14-Apr-07 21:03 
AnswerRe: How can I communicate to the USB port? Pin
Wayne Phipps14-Apr-07 22:08
Wayne Phipps14-Apr-07 22:08 
Questionabout saving data into remote system Pin
upadesh14-Apr-07 20:21
upadesh14-Apr-07 20:21 
AnswerRe: about saving data into remote system Pin
Jun Du15-Apr-07 5:47
Jun Du15-Apr-07 5:47 
Yes, it's more than possible. I don't know your specific requirements, but I can suggest some general approaches we normally use:
1) Using OS service directly, such as network drive mapping.
2) Using low-level IPC, such as socket and RPC.
3) Using high-level IPC, such as Remoting, DCOM and Web Service.


Best,
Jun

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.