Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying variable contents to ClipBoard
Message
De
11/12/2013 13:33:29
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Copying variable contents to ClipBoard
Versions des environnements
Environment:
C# 3.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01589935
Message ID:
01589935
Vues:
33
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
Répondre
Fil
Voir

Click here to load this message in the networking platform