Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying variable contents to ClipBoard
Message
From
11/12/2013 13:33:29
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Copying variable contents to ClipBoard
Environment versions
Environment:
C# 3.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01589935
Message ID:
01589935
Views:
34
Hi,

is there an equivalent of VFP's _ClipText = m.MyVariable in Visual Studio?

I am debugging some code and would like to view the value of a variable in another editor.

< later >

I found a way to do it in code:

System.Windows.Forms.Clipboard.SetText(myVar.ToString());

which means I need to use [STAThread]

However, is there a way to do this interactively while debugging?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Reply
Map
View

Click here to load this message in the networking platform