Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can anyone help me ? Pin
eni_9411-Apr-07 11:08
eni_9411-Apr-07 11:08 
GeneralRe: Can anyone help me ? Pin
goldoche12-Apr-07 1:58
goldoche12-Apr-07 1:58 
AnswerRe: Can anyone help me ? Pin
Matthew Cuba11-Apr-07 8:00
Matthew Cuba11-Apr-07 8:00 
GeneralRe: Can anyone help me ? Pin
eni_9411-Apr-07 10:33
eni_9411-Apr-07 10:33 
Questionmdi form Pin
sweetcapri11-Apr-07 7:41
sweetcapri11-Apr-07 7:41 
AnswerRe: mdi form Pin
led mike11-Apr-07 8:08
led mike11-Apr-07 8:08 
QuestionWebbrowser Find text question Pin
Matthew Cuba11-Apr-07 7:39
Matthew Cuba11-Apr-07 7:39 
AnswerRe: Webbrowser Find text question Pin
Matthew Cuba11-Apr-07 8:52
Matthew Cuba11-Apr-07 8:52 
So, I solved it myself.

Clipboard.SetText(theTextString);

will set the desired text in the clipboard. The somewhat cheesy solution for the paste was to do:

timer1.Start();

and in the time1_Tick handler, do:

SendKeys.Send("^v");


Not necessarily elegant, but it did the trick.


It isn't enough to do well in life.
One must do good when and where one can.
Otherwise, what's the point?

Questionhow to access datagrid Pin
sweetcapri11-Apr-07 7:30
sweetcapri11-Apr-07 7:30 
AnswerRe: how to access datagrid Pin
Jaiprakash M Bankolli12-Apr-07 0:44
Jaiprakash M Bankolli12-Apr-07 0:44 
Questionuser control + app.config Pin
FernandoMartin11-Apr-07 7:27
FernandoMartin11-Apr-07 7:27 
AnswerRe: user control + app.config Pin
Dave Kreskowiak11-Apr-07 7:49
mveDave Kreskowiak11-Apr-07 7:49 
GeneralRe: user control + app.config Pin
FernandoMartin11-Apr-07 8:12
FernandoMartin11-Apr-07 8:12 
Questioncombining GIF and JPG ...??? Pin
devboycpp11-Apr-07 6:58
devboycpp11-Apr-07 6:58 
AnswerRe: combining GIF and JPG ...??? Pin
Dave Kreskowiak11-Apr-07 7:03
mveDave Kreskowiak11-Apr-07 7:03 
QuestionDataGrid and Gridview Difference Pin
netJP12L11-Apr-07 6:32
netJP12L11-Apr-07 6:32 
AnswerRe: DataGrid and Gridview Difference Pin
Sathesh Sakthivel11-Apr-07 7:10
Sathesh Sakthivel11-Apr-07 7:10 
Questionimag processing Pin
mhammed11-Apr-07 6:19
mhammed11-Apr-07 6:19 
AnswerRe: imag processing Pin
Sathesh Sakthivel11-Apr-07 7:07
Sathesh Sakthivel11-Apr-07 7:07 
AnswerRe: imag processing Pin
Dave Kreskowiak11-Apr-07 7:07
mveDave Kreskowiak11-Apr-07 7:07 
QuestionBuild a mail message Pin
emiaj11-Apr-07 6:12
emiaj11-Apr-07 6:12 
QuestionForum program Pin
Danpeking11-Apr-07 5:51
Danpeking11-Apr-07 5:51 
AnswerRe: Forum program Pin
althamda11-Apr-07 6:16
althamda11-Apr-07 6:16 
AnswerRe: Forum program Pin
Sathesh Sakthivel11-Apr-07 7:05
Sathesh Sakthivel11-Apr-07 7:05 
GeneralRe: Forum program Pin
Danpeking11-Apr-07 8:49
Danpeking11-Apr-07 8:49 

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.