How to enable paste in an vb application
Author |
Message |
ana_mc333
|
Posted: Sun Jan 21, 2007 11:00 am Post subject: How to enable paste in an vb application |
|
|
I do have an text editor developed in VB. In which paste option is disabled, I have only the exe, can anyone say me instead of altering the source code, is there any other option to paste the clipboard content into it. (HINT: both ctrl+V & shift+insert is disabled). |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
[Gandalf]

|
Posted: Sun Jan 21, 2007 8:16 pm Post subject: RE:How to enable paste in an vb application |
|
|
The only one that comes to mind is right click -> paste, but I would assume that's the first thing that was disabled, so I think you're ok. |
|
|
|
|
 |
ana_mc333
|
Posted: Sun Jan 21, 2007 11:30 pm Post subject: Re: RE:How to enable paste in an vb application |
|
|
[quote="[Gandalf] @ Mon Jan 22, 2007 6:46 am"]The only one that comes to mind is right click -> paste, but I would assume that's the first thing that was disabled, so I think you're ok.[/quote]
Hai, all sorts of paste option's are disabled. ctrl+v, Shift+insert, right click paste, edit menu paste, etc... Pls help if u have any solution. |
|
|
|
|
 |
Silent Avenger

|
Posted: Mon Jan 22, 2007 9:05 pm Post subject: Re: How to enable paste in an vb application |
|
|
So are you trying to disable paste or enable it? Anyways there is also drag-n-drop but it's highly unlikely that you have it included in your program. |
|
|
|
|
 |
|
|