473,769 Members | 4,909 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

strange copy&paste problem in VS2005

Hey

In VS2005 I've copied some text to the clipboard, but when I paste it, I get
something I previuosly added to the clipboard.

I thought a reboot of my computer would help, but it didn''t....

after this problem occured, I've done a test where I copyed text from
TextPad to vs2005 and that works. - but after this test, I again tryed to
copy & paste within vs2005, but vs2005 pastes something I've previously
added to the clipboard....

the computer is new, 3GB ram and Intel Duel 2 Core, 300GB hdd

any suggestions?
Nov 22 '07 #1
2 1336
I've solved it, lol it was my own fault

Well, I thought I copied just a few lines, but a #region in the code I
pasted contains about 60 more lines... so this was my own fault

"Jeff" <do***@spam.mew rote in message
news:eP******** ******@TK2MSFTN GP06.phx.gbl...
Hey

In VS2005 I've copied some text to the clipboard, but when I paste it, I
get something I previuosly added to the clipboard.

I thought a reboot of my computer would help, but it didn''t....

after this problem occured, I've done a test where I copyed text from
TextPad to vs2005 and that works. - but after this test, I again tryed to
copy & paste within vs2005, but vs2005 pastes something I've previously
added to the clipboard....

the computer is new, 3GB ram and Intel Duel 2 Core, 300GB hdd

any suggestions?

Nov 22 '07 #2
Hello Jeff,

Doesn't it the VS feature CTRL-SHIFT-V to cycle through the past clipboard
contents?
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
JHey
J>
JIn VS2005 I've copied some text to the clipboard, but when I paste
Jit, I get something I previuosly added to the clipboard.
J>
JI thought a reboot of my computer would help, but it didn''t....
J>
Jafter this problem occured, I've done a test where I copyed text from
JTextPad to vs2005 and that works. - but after this test, I again
Jtryed to copy & paste within vs2005, but vs2005 pastes something I've
Jpreviously added to the clipboard....
J>
Jthe computer is new, 3GB ram and Intel Duel 2 Core, 300GB hdd
J>
Jany suggestions?
J>
Nov 22 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2635
by: Nelgonde | last post by:
Apologies for the basic nature of this question but I'm very inexperienced in Java. I've been given the task of disabling the cut/copy/paste functions (Ctrl-X,C & V) in our java dialogs and although some of the Bean-based ones have cut, copy and paste functions which can be overloaded, other things which use JTable, JList and the like seem less straightforward. So I was wondering if there was any standard way of tackling this problem?
2
4271
by: Tim Hochberg | last post by:
During the recent, massive, painful Lisp-Python crossposting thread the evils of Python's whitespace based indentation were once again brought to light. Since Python' syntax is so incredibly brittle, and failure prone, it's amazing that we don't have more editor support for our feeble minds. To help reduce the severity of this crisis, I decided to take a whack at creating smart block copy and paste functionality. Anyway, I wrote some...
6
2629
by: NuB | last post by:
I have a winform and a menu on the form, It allows the users to copy and paste text from text boxes. I never had to do this before, how can I copy and paste text from one box to another?
2
1444
by: Georg Weiler | last post by:
Hi, I have a form, where the user enters text. After submit, the text is then inserted into a PostgreSQL database. So far, so good. The problem is, that most of my users copy&paste their text from MS Word into the textbox. Now I have these (hidden) linebreaks in the string that cause trouble when I furter process the text. Is there a way (maybe just a simple PHP command) to get rid of these
0
1462
by: Mr. Murad Jamal | last post by:
hi guys, I have a textbox & a button in an .aspx page, when I hit the button i want a selected text to be copied to the clipboard AND paste it into the last cursor position on the textbox BOTH AT ONCE, that means, copying & pasting the text must happen together on the Button_Click event handler! when we use javascript to store the selected text into a variable, we must use this code snippet:
6
3746
by: rakeshvthu | last post by:
hi all, can we disable the copy and paste option in edit menu bar of browser my customer does not want copying using any technique so can any one help how to disable that options copy and paste in menu bar using java script urgently required loooking for quick response
0
1710
by: kavi2012 | last post by:
Hi I used the following function to disable the cut, Copy & paste in the Textbox. It works fine for me when I use ctrl+C,ctrl+X & ctrl+V. function disable(e) { if(event.ctrlKey) { event.returnValue = false; } }
5
2304
by: Mon Ange | last post by:
Hi everyone, Although I do have some experience with Access I encounter a problem, which I could not solve yet. All search on the net did not bring up any result either, so I hope that someone in here can help me out. When using Access 2003 I can't use copy & paste shortcuts in the zoom window of any property dialog. The context menu does not show up either. Can anyone tell me how tosolve this issue? Thanks a lot in advance
5
23487
by: deve8ore | last post by:
Hello, I have a Word document called (), a named range that will open up a new Word doc dependent on what a user selects in Excel. Could someone please guide me on how to set up VBA code to copy and paste ALL sheets in the Word doc and paste into Excel? The sheets normally contain a graph or two, so if it's a copy & paste special as a picture, that's fine. Any help would be appreciated. Thank you,
0
9586
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9423
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10210
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10043
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9990
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9861
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5446
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3561
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2814
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.