473,790 Members | 2,554 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PictureData

Does anyone have any details on what the PictureData structure looks like?

Thanks in advance.
Dominic
Jan 29 '08 #1
5 4237
If you GoogleGroups for my last name, PictureData, CF_DIB you will find
several threads where I explain in detail the format of the PictureData
property. It's basically a CF_DIB or CF_ENHMETAFILE.
http://msdn2.microsoft.com/en-us/library/ms649013.aspx

There are several samples on my site showing you how to read/write this
property.

What exactly are you trying to accomplish?
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Dominic Vella" <do***********@ optusnet.com.au wrote in message
news:47******** *************** @news.optusnet. com.au...
Does anyone have any details on what the PictureData structure looks like?

Thanks in advance.
Dominic

Jan 29 '08 #2
I was hoping to accomplish 2 things:

1) see if there was an area I could perform drawing functions, particularly
black/white lines, dots and predrawn musical symbols.
2) check if copying from one image control to another image control would
change image sizes (particularly reducing to set sizes for websites). Need
to save as JPG and/or GIF.

I'd like to do these without using external objects or references as my
'Package and Deployment' add-in no longer work due to Microsoft restrictions
on Office2000.

Your Google information is great. It'll take some time to digest, but I'm
sure I'm going to enjoy it.

Thanks
Dominic Vella
"Stephen Lebans" <ForEmailGotoMy .WebSite.-WWWdotlebansdot ...@linvalid.co m>
wrote in message news:47******** **************@ news.aliant.net ...
If you GoogleGroups for my last name, PictureData, CF_DIB you will find
several threads where I explain in detail the format of the PictureData
property. It's basically a CF_DIB or CF_ENHMETAFILE.
http://msdn2.microsoft.com/en-us/library/ms649013.aspx

There are several samples on my site showing you how to read/write this
property.

What exactly are you trying to accomplish?
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Dominic Vella" <do***********@ optusnet.com.au wrote in message
news:47******** *************** @news.optusnet. com.au...
>Does anyone have any details on what the PictureData structure looks
like?

Thanks in advance.
Dominic


Jan 29 '08 #3
Dominic Vella wrote:
I was hoping to accomplish 2 things:
Besides what Stephan responded, check out my response I wrote today to
your earlier "Musical Notation" thread.

Jan 29 '08 #4
Thanks Salad, That's going to be an exciting direction to explore. Beats
me having to program symbols into my drawing routines is the symbols are
already available.

Dom

"Salad" <oi*@vinegar.co mwrote in message
news:13******** *****@corp.supe rnews.com...
Dominic Vella wrote:
>I was hoping to accomplish 2 things:

Besides what Stephan responded, check out my response I wrote today to
your earlier "Musical Notation" thread.

Jan 30 '08 #5
Dominic Vella wrote:
Thanks Salad, That's going to be an exciting direction to explore. Beats
me having to program symbols into my drawing routines is the symbols are
already available.
I hope that it works for you. Good luck.

>
Dom

"Salad" <oi*@vinegar.co mwrote in message
news:13******** *****@corp.supe rnews.com...
>>Dominic Vella wrote:

>>>I was hoping to accomplish 2 things:

Besides what Stephan responded, check out my response I wrote today to
your earlier "Musical Notation" thread.


Jan 30 '08 #6

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

Similar topics

3
14444
by: trojacek | last post by:
I'm trying to load image data stored in an OLE field into an image list, that will be used by a treeview to show icons. This is at run time. To do this, I'm trying to load the field which contains the picturedata into my image list by using a function that converts the picturedata into what I believe is a stdpicture. The Access errors out with "invalid picture".
9
7804
by: deko | last post by:
Is it possible to store a company logo (a gif file) in a table (binary field) and have the logo appear in a form? If I insert a picture object in the form, the properties sheet of the Image control has a Picture field that takes a file path. How do I reference the gif file stored in the table? Thanks in advance.
3
1622
by: Ig | last post by:
Hi, I have an embedded picture with caption on tab page and want to make it appear and disappear when certain conditions happen. To make it disappear I just code it like : Me!MyTab.Picture = "". But how to make it restore after that? Thanks
13
2851
by: Don | last post by:
When I run the following code, the MemoryStream's Position is always set to 762 instead of 0, which is what I would expect: Dim bmp As Image Dim ms As MemoryStream bmp = New System.Drawing.Bitmap("C:\2068.bmp") ms = New MemoryStream bmp.Save(ms, bmp.RawFormat)
4
2384
by: Brian Graham | last post by:
I'm trying to put a logo on a report. If I embed the image, then every time it changes, I have to modify the report. Not what I want. (Read 150+ reports..) I don't want a linked image either. It has 2 problems. One is that a change in the drive the app is run from would cause problems. Second is that there is a bug in that if you import a report with a linked image in it, no further changes to the design are possible. I can always do a...
5
3985
by: howser99 | last post by:
Hi All Ive got an issue with inserting images into a command button from a table that I have embedded a OLE object into. The following is the code Im am trying to use; If bolMenuVisible Then Me("Option" & rst!).Visible = True ' Me("Option" & rst!).Picture = rst! ' icon ' Me("Option" & rst!).PictureData = cmd1.PictureData ' icon Me("Option" &...
2
2270
by: basestring | last post by:
Hi I am busy now for many hours without luck I have a database and when I use PHP to add date to it, it works only one time when i want to add the next data, It doesn't work. but i don't get any errors??? see my code: $query = "INSERT INTO products VALUES ('$typedata','$pro_code_ourdata','$pronum','$proname','$prodetails','$facnum','$picturedata','$price','$probox','$proquantity')"; mysql_query($query);
25
3478
by: allj | last post by:
When opening an mde users get a message (like) a date (Format(Now(),"yyyy") expression has a function that Microsoft Access cannot find. I checked all the references and re-registered them. Same message. Any help is greatly appreciated. Alan
1
7584
by: nikhilkajrekar | last post by:
i have picturedata and i want to save that to image file how i can do that i have this function but not working for all images Function FPictureDataToClipBoard(ctl As Variant) As Boolean ' Memory Vars Dim hGlobalMemory As Long Dim lpGlobalMemory As Long Dim hClipMemory As Long ' Cf_metafilepict structure
0
9666
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
9512
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
10413
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
9021
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6769
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
5422
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...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4094
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
3707
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.