Click here to Skip to main content
15,922,427 members
Home / Discussions / C#
   

C#

 
AnswerRe: List over a web service Pin
Mark Churchill23-Aug-07 20:16
Mark Churchill23-Aug-07 20:16 
GeneralRe: List over a web service Pin
Yitzchok Dev25-Aug-07 15:52
Yitzchok Dev25-Aug-07 15:52 
QuestionHow to upload an image using C# 2003?? Pin
H.Nhu VN22-Aug-07 15:36
H.Nhu VN22-Aug-07 15:36 
AnswerRe: How to upload an image using C# 2003?? Pin
Michael Sync22-Aug-07 15:39
Michael Sync22-Aug-07 15:39 
QuestionClipboard problem Pin
CodeItWell22-Aug-07 11:36
CodeItWell22-Aug-07 11:36 
AnswerRe: Clipboard problem Pin
snorkie22-Aug-07 11:42
professionalsnorkie22-Aug-07 11:42 
GeneralRe: Clipboard problem Pin
CodeItWell22-Aug-07 11:52
CodeItWell22-Aug-07 11:52 
GeneralRe: Clipboard problem Pin
Luc Pattyn22-Aug-07 12:58
sitebuilderLuc Pattyn22-Aug-07 12:58 
Hi,

the clipboard is a unique system-wide resource; it is accessible through the
Clipboard class which has several methods, but no properties and no events.

other unique resources (such as keyboard and mouse) are associated to a single
process and a single control at a time, clipboard is different.

SO the only solution would be to periodically poll it, check for text,
compare with previous text, etc.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Clipboard problem Pin
CodeItWell22-Aug-07 13:00
CodeItWell22-Aug-07 13:00 
Questionreading a string from a txt file & insert it in a database table? Pin
starist22-Aug-07 11:22
starist22-Aug-07 11:22 
AnswerRe: reading a string from a txt file & insert it in a database table? Pin
snorkie22-Aug-07 11:38
professionalsnorkie22-Aug-07 11:38 
AnswerRe: reading a string from a txt file & insert it in a database table? [modified] Pin
WhiteGirl2322-Aug-07 23:08
WhiteGirl2322-Aug-07 23:08 
QuestionListbox and the groupbox relationship Pin
Blubbo22-Aug-07 10:31
Blubbo22-Aug-07 10:31 
AnswerRe: Listbox and the groupbox relationship Pin
Ravi Bhavnani22-Aug-07 10:44
professionalRavi Bhavnani22-Aug-07 10:44 
AnswerRe: Listbox and the groupbox relationship Pin
Luc Pattyn22-Aug-07 13:03
sitebuilderLuc Pattyn22-Aug-07 13:03 
GeneralRe: Listbox and the groupbox relationship Pin
ChrisKo23-Aug-07 7:23
ChrisKo23-Aug-07 7:23 
QuestionReplication Pin
Assaf8222-Aug-07 9:34
Assaf8222-Aug-07 9:34 
QuestionC# VS VB Pin
Assaf8222-Aug-07 8:34
Assaf8222-Aug-07 8:34 
AnswerRe: C# VS VB Pin
kubben22-Aug-07 8:38
kubben22-Aug-07 8:38 
GeneralRe: C# VS VB Pin
Assaf8222-Aug-07 9:03
Assaf8222-Aug-07 9:03 
GeneralRe: C# VS VB Pin
kubben22-Aug-07 9:07
kubben22-Aug-07 9:07 
AnswerRe: C# VS VB Pin
kubben22-Aug-07 8:39
kubben22-Aug-07 8:39 
GeneralRe: C# VS VB Pin
Assaf8222-Aug-07 9:19
Assaf8222-Aug-07 9:19 
GeneralRe: C# VS VB Pin
Giorgi Dalakishvili22-Aug-07 9:21
mentorGiorgi Dalakishvili22-Aug-07 9:21 
GeneralRe: C# VS VB Pin
kubben22-Aug-07 9:22
kubben22-Aug-07 9:22 

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.