Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to convert Microsoft.Office.Interop.Excel.range to a dataset Pin
Gaurav Dudeja India14-Mar-10 23:40
Gaurav Dudeja India14-Mar-10 23:40 
QuestionClipboard doesn't get image after Ctrl-C is pressed Pin
highton14-Mar-10 22:15
highton14-Mar-10 22:15 
AnswerRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
AspDotNetDev14-Mar-10 22:25
protectorAspDotNetDev14-Mar-10 22:25 
GeneralRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
highton14-Mar-10 22:43
highton14-Mar-10 22:43 
GeneralRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
OriginalGriff14-Mar-10 22:55
mveOriginalGriff14-Mar-10 22:55 
GeneralRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
AspDotNetDev14-Mar-10 23:52
protectorAspDotNetDev14-Mar-10 23:52 
GeneralRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
Dave Kreskowiak15-Mar-10 4:16
mveDave Kreskowiak15-Mar-10 4:16 
AnswerRe: Clipboard doesn't get image after Ctrl-C is pressed Pin
Luc Pattyn15-Mar-10 1:51
sitebuilderLuc Pattyn15-Mar-10 1:51 
Hi,

then there is no Bitmap format on the Clipboard.
When I copy an image (i.e. an image file) in Windows Explorer, I get 7 data formats on the Clipboard:
[ 0]=Shell IDList Array
[ 1] DataObjectAttributes
[ 2] FileDrop
[ 3] FileName
[ 4] FileNameW
[ 5] Shell Object Offsets
[ 6] Preferred DropEffect

None of them says "Bitmap", which is obvious as Windows Explorer deals with files, not their content. You don't get text when copying a text file, do you?

I suggest you find or build yourself a little utility so you can watch what exactly is on the Clipboard at any time; that is what gave me the above list!

BTW: this is what I get copying from MS Paint:
[ 0]=Embed Source
[ 1] Object Descriptor
[ 2] MetaFilePict
[ 3] DeviceIndependentBitmap


Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

QuestionHow to convert image files to PDF files Pin
NarVish14-Mar-10 21:59
NarVish14-Mar-10 21:59 
AnswerRe: How to convert image files to PDF files Pin
ScottM114-Mar-10 22:50
ScottM114-Mar-10 22:50 
GeneralRe: How to convert image files to PDF files Pin
NarVish14-Mar-10 23:22
NarVish14-Mar-10 23:22 
GeneralMessage Closed Pin
14-Mar-10 23:33
stancrm14-Mar-10 23:33 
GeneralRe: How to convert image files to PDF files Pin
NarVish14-Mar-10 23:48
NarVish14-Mar-10 23:48 
GeneralRe: How to convert image files to PDF files Pin
ThatsAlok15-Mar-10 1:58
ThatsAlok15-Mar-10 1:58 
GeneralRe: How to convert image files to PDF files Pin
Thomas Krojer15-Mar-10 22:17
Thomas Krojer15-Mar-10 22:17 
QuestionDetecting instances of Internet Explorer for all users logged in Pin
Ihtesham14-Mar-10 19:56
Ihtesham14-Mar-10 19:56 
AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
ScottM114-Mar-10 21:07
ScottM114-Mar-10 21:07 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham14-Mar-10 22:18
Ihtesham14-Mar-10 22:18 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
ScottM114-Mar-10 22:48
ScottM114-Mar-10 22:48 
AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
Andre' Gardiner14-Mar-10 21:47
professionalAndre' Gardiner14-Mar-10 21:47 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham14-Mar-10 22:20
Ihtesham14-Mar-10 22:20 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Dave Kreskowiak15-Mar-10 4:14
mveDave Kreskowiak15-Mar-10 4:14 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Ihtesham15-Mar-10 8:58
Ihtesham15-Mar-10 8:58 
GeneralRe: Detecting instances of Internet Explorer for all users logged in Pin
Dave Kreskowiak15-Mar-10 14:37
mveDave Kreskowiak15-Mar-10 14:37 
AnswerRe: Detecting instances of Internet Explorer for all users logged in Pin
#realJSOP15-Mar-10 0:12
mve#realJSOP15-Mar-10 0:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.