473,388 Members | 1,277 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

cut,copy ,paste using graphicspath+clipboard+C#

14
anyone please reply me ..how do i do cut copy paste operation using graphics path and clipboard with c#...........
please reply to my mailto:: deleted
Jan 2 '08 #1
1 3293
anyone please reply me ..how do i do cut copy paste operation using graphics path and clipboard with c#...........
please reply to my mailto:: deleted
In C# you can use Clipboard class to copy/paste to/from clipboard using

Clipboard.SetText(YOUR TEXT);
Clipboard.GetText(YOUR TEXT);

In similar way, you can use other methods of Clipboard class for Image and data as well.

Thanks
Anis
www.itlinkonline.com
Jan 16 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Nithi Gurusamy | last post by:
Hello everyone: I am new to .NET world. Someone please show me how to use the Clipboard class in an unmanaged code. Assume I have a MFC CString variable strText. How to put the value in...
3
by: info | last post by:
After using clipboard functions in Excel controlled from Access VBA, Excel doesn't quit when I use the following ExcelApp.Quit Set ExcelApp = Nothing If I don't use the clipboard functions in...
1
by: Nithi Gurusamy | last post by:
Hello everyone: I am new to .NET world. Someone please show me how to use the Clipboard class in an unmanaged code. Assume I have a MFC CString variable strText. How to put the value in...
3
by: mamatha | last post by:
Hi I have one VB application,in that one form consits of textbox. Textbox conatains some data,i want to copy and paste that data into another application without using clipboard oprations.How...
1
by: pranav.rajyaguru | last post by:
Hi Friends I want to show Clipboard data in image format is it possible to image data in javascript function if it is possible then pls give me solution for that... - Pranav Rajyaguru
1
by: fluxcapacitor | last post by:
I'm developing an application to automate existing software using a combination of SendUserInput P/Invoke calls and various other things, I'm wondering how one goes about pasting the contents of the...
23
by: Over | last post by:
Hi it's possible with language C, (Mingw or Djgpp) copying the clipboard of WinXp into file.txt? which function must be use. Thanks
3
by: Bruce A. Julseth | last post by:
I want to copy to a clipboard from my webpage using data that is available from an hidden variable on <inputstatement. Using window.clipboardData.setData("Text", "This text value"); in a...
6
by: gsuns82 | last post by:
Hi all, Is it possible to read the input value given by the user by ctrl+v,how do we use java script to read the input? example: If the user selects a value using ctrl+c from some where...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.