473,661 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

GetData images from OneNote

I have done a screen clipping in oneNote and now want to save to file.

So I copy the image in oneNote, and then using c# try and getData from the
clipboard and store in an image to be able to save to file.

However unlike Word, OneNote does not paste a bitmap compatible image to the
clipboard. It does sat is supports EnhancedMetaFil e, DeviceIndepende ntBitmap,
OneNote internal or HTML.

The first 2 return when used with getdata return null.

Is this a bug in OneNote or my VS code?

oDataObj.GetDat aPresent(DataFo rmats.MetafileP ict); returns true

oDataObj.GetDat a(DataFormats.M etafilePict); returns null

Same for Dib and EnhancedMetafil e.

Simon
Nov 16 '05 #1
2 4084
Hi Simon,

I can only recommend you to try:
oDataObj.GetFor mats(true);

Read "IDataObject.Ge tFormats" for more info.

HTH
Marcin
I have done a screen clipping in oneNote and now want to save to file.

So I copy the image in oneNote, and then using c# try and getData from the
clipboard and store in an image to be able to save to file.

However unlike Word, OneNote does not paste a bitmap compatible image to the
clipboard. It does sat is supports EnhancedMetaFil e, DeviceIndepende ntBitmap,
OneNote internal or HTML.

The first 2 return when used with getdata return null.

Is this a bug in OneNote or my VS code?

oDataObj.GetDat aPresent(DataFo rmats.MetafileP ict); returns true

oDataObj.GetDat a(DataFormats.M etafilePict); returns null

Same for Dib and EnhancedMetafil e.

Simon

Nov 16 '05 #2
I did that and it returned the 4 formats I mention.

Bizarrely it now seems to work, which is great I now have a systray icon
that on clicking will popup a save dialog, and save the clipboard image to a
file. No having to start word, etc.

Simon

"Marcin Grzębski" wrote:
Hi Simon,

I can only recommend you to try:
oDataObj.GetFor mats(true);

Read "IDataObject.Ge tFormats" for more info.

HTH
Marcin
I have done a screen clipping in oneNote and now want to save to file.

So I copy the image in oneNote, and then using c# try and getData from the
clipboard and store in an image to be able to save to file.

However unlike Word, OneNote does not paste a bitmap compatible image to the
clipboard. It does sat is supports EnhancedMetaFil e, DeviceIndepende ntBitmap,
OneNote internal or HTML.

The first 2 return when used with getdata return null.

Is this a bug in OneNote or my VS code?

oDataObj.GetDat aPresent(DataFo rmats.MetafileP ict); returns true

oDataObj.GetDat a(DataFormats.M etafilePict); returns null

Same for Dib and EnhancedMetafil e.

Simon

Nov 16 '05 #3

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

Similar topics

0
893
by: Brian Henry | last post by:
Is there any articles on how to create tabbed MDI type apps in the way Office OneNote does or VS.NET does? or any free controls out there that do similar? thanks!
3
3240
by: nAmYzArC | last post by:
Hello every1, I have a "<DIV" tag with contenteditable turned on. I am using this as an area that users can either paste or drag/drop text into. The text can come from other browser windows and of course can contain HTML. Users will typically just click CTRL+A to select an entire web page and then either copy/paste or drag/drop into this div. There's really no code for all this other than specifying "contenteditable" in the div Tag, and...
11
7054
by: nAmYzArC | last post by:
Hi all, On our site we have a section that allows users to copy and paste or drag and drop the contents of (pretty much any) webpage into a Div. I need to get access to the clipboard data. To do this I'm using the ..getData() function. Problem is, I only have access to 'Text' and 'URL' formats. I'd like to have an HTML format. The reason for this is that I'd like to do some text replacements in the clipboard before the contents are...
4
5687
by: Piotrek | last post by:
Hi all. I am developing some web application in which I use datasets, which were generated using dataSetDesigner. My dataset has a TableAdapter, which has GetData method. Users of my application sometimes get timeout while executing this GetData method. I would like to increase CommandTimeout for this GetData method, but I cannot find this property. How can I do that?
6
4111
by: Screaming Eagles 101 | last post by:
Hi, I got this warning, but I don't have a clue on how to resolve it the best way, maybe one of you can help. Application is running smoothly, it's only a warning, but I'd like to resolve it. This is the Warning Function 'GetData' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
4
7748
by: dwhalen | last post by:
Hi Everyone. I'm new to drag-and-drop, and I'm running into a problem getting some code I found to work in FireFox. I have a third-party Tree control that accepts droppable items that implement the setData and getData methods. In IE6/7 the following code is draggable: <img src="Images/TreeIcons/file.gif" border="0" onDragStart="event.dataTransfer.setData('text', '2|16|190');" />
0
1155
by: =?Utf-8?B?RE1M?= | last post by:
I am trying to email an entire OneNote Work book to an associate. It seems that it will only send one page at a time by email. Is there any way to send by email an entire workbook? Thanks
5
3438
by: nagar | last post by:
I have a .NET 2.0 application that needs to backup and restore the contents of the clipboard. When I back it up, I use this code: DataObject oldClipboard = Clipboard.GetDataObject(); IDataObject prevClipboard = new DataObject(); string formats; formats = oldClipboard.GetFormats(); //gets all the possible formats
0
2782
by: =?ISO-8859-1?Q?=22Ro=DFert_G=2E_Schaffrath=22?= | last post by:
Sorry for the cross-posting. I am having a hard time trying to classify exactly what group this question would apply to. I had posted an earlier message to microsoft.public.dotnet.framework.windowsforms trying to find a way to access the lindex member of the FORMATETC structure for a CFSTR_FILECONTENTS callback request under C#. After some experimenting I was able to come up with the following code snippet that receives the callback...
0
8432
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
8343
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
8855
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
8758
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...
0
8633
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
5653
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1743
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.