Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to check if only 1 instance of an application is running? Pin
bouli28-Feb-07 23:57
bouli28-Feb-07 23:57 
GeneralRe: How to check if only 1 instance of an application is running? Pin
Martin#1-Mar-07 0:20
Martin#1-Mar-07 0:20 
Questioncontrol Pin
md_refay28-Feb-07 22:06
md_refay28-Feb-07 22:06 
AnswerRe: control Pin
Martin#28-Feb-07 22:20
Martin#28-Feb-07 22:20 
QuestionAjax Help Needed ! Pin
Coding C#28-Feb-07 22:04
Coding C#28-Feb-07 22:04 
AnswerRe: Ajax Help Needed ! Pin
Pete O'Hanlon28-Feb-07 22:26
mvePete O'Hanlon28-Feb-07 22:26 
QuestionSending a file Pin
sharpiesharpie28-Feb-07 21:43
sharpiesharpie28-Feb-07 21:43 
AnswerRe: Sending a file Pin
CompMan441-Mar-07 0:15
CompMan441-Mar-07 0:15 
There ARE a lot of ways, but you're probably going to want something network-based. You could:
  • Have the program create/copy the file to a shared folder on "your" computer.
  • Have it upload the file to an e.g. HTTP server running on your computer.
  • Have it send the contents via some other network protocol.
  • Have it e-mail the file to you.
  • Have it NET SEND the contents to you.
  • Have it post the contents to an online website.
  • (Assuming both computers are within reasonable distance but are NOT networked) have it copy the file to a floppy/flash disk, then hand it off to a robot that will bring it to you, insert the disk, and copy the file back to your computer.

These are just some random (and somewhat ludicrous!) methods, but you get the idea. Cheers. ^_^

P.S. I would personally try them in about the order they are listed. Actually, I wouldn't even try the last one.



A little learning is a dangerous thing;
Drink deep, or taste not, the Pierian Spring.
Alexander Pope

GeneralRe: Sending a file Pin
sharpiesharpie1-Mar-07 0:51
sharpiesharpie1-Mar-07 0:51 
GeneralRe: Sending a file Pin
CompMan441-Mar-07 2:27
CompMan441-Mar-07 2:27 
QuestionNot Getting Response from a URL while posting XML Data Pin
manni_tewary28-Feb-07 21:41
manni_tewary28-Feb-07 21:41 
QuestionIEnumerator interface Pin
groundzero11128-Feb-07 21:28
groundzero11128-Feb-07 21:28 
AnswerRe: IEnumerator interface Pin
Guffa28-Feb-07 22:00
Guffa28-Feb-07 22:00 
GeneralRe: IEnumerator interface Pin
Colin Angus Mackay28-Feb-07 22:23
Colin Angus Mackay28-Feb-07 22:23 
GeneralRe: IEnumerator interface Pin
Pete O'Hanlon28-Feb-07 22:25
mvePete O'Hanlon28-Feb-07 22:25 
GeneralRe: IEnumerator interface Pin
Colin Angus Mackay28-Feb-07 22:32
Colin Angus Mackay28-Feb-07 22:32 
GeneralRe: IEnumerator interface Pin
Sylvester george28-Feb-07 22:51
Sylvester george28-Feb-07 22:51 
GeneralRe: IEnumerator interface Pin
Colin Angus Mackay28-Feb-07 23:41
Colin Angus Mackay28-Feb-07 23:41 
GeneralRe: IEnumerator interface Pin
Sylvester george28-Feb-07 22:50
Sylvester george28-Feb-07 22:50 
GeneralRe: IEnumerator interface Pin
Pete O'Hanlon28-Feb-07 23:09
mvePete O'Hanlon28-Feb-07 23:09 
GeneralRe: IEnumerator interface Pin
Sylvester george28-Feb-07 23:24
Sylvester george28-Feb-07 23:24 
GeneralRe: IEnumerator interface Pin
Colin Angus Mackay28-Feb-07 23:53
Colin Angus Mackay28-Feb-07 23:53 
Questionmoving ellipse over dataGridView Pin
t_nedelchev28-Feb-07 21:18
t_nedelchev28-Feb-07 21:18 
AnswerRe: moving ellipse over dataGridView Pin
sam#28-Feb-07 22:35
sam#28-Feb-07 22:35 
GeneralRe: moving ellipse over dataGridView Pin
t_nedelchev1-Mar-07 0:17
t_nedelchev1-Mar-07 0:17 

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.