473,408 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Selecting color and placing images in this color

Hello all,

I'm trying to program a simple weather map for a project.
For this, I need to be able to have a cloud in a selected color (thought about using panels for this) appear where I click.

Can anybody give me pointers on how to achieve this?


Thank you in advance.
Jan 9 '15 #1
1 840
twinnyfo
3,653 Expert Mod 2GB
The challenge comes with how Access uses its objects. First, Access has limited shapes that can be made (there are no circles, for example). So, you would have to insert an image. In your case, it seems like you would have to have an image file in each possible color, and then, based on your selected color, insert an image of that color.

Another challenge has to do with control limits, as any form is limited to a maximum of 1024 controls on it over its lifetime, so, if you insert 32 clouds on your form, after 32 iterations, your form would not allow any more additions (even if you delete them.

Keep in mind that MS Access is a database application, and is not truly very well suited for graphics applications. Some things can be done, but it's usually not very fancy.....
Jan 9 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Scott Royer III | last post by:
I designed and wrote a web page for a photographer, and the website, obviously, contains may samples of his work. I have them all thumbnailed and when clicked on, opens the image alone. Although...
4
by: bart plessers | last post by:
Hello, I am making a website where the user can choose a 'skin'. This works with asp en stylesheets. In the stylesheet, a number of tags are (re)defined. The main idea is to have a limited...
4
by: Matt Silberstein | last post by:
I would like to have a page that has some images arrange around the center. The idea is to design it for 800 wide and just allow the margins to grow on larger displays. Here is a link to an image...
2
by: Mohammad | last post by:
Hello. How I can write a program that save a high color image as 256 color or fewer with .BMP format , just like Microsoft Paint. I want to write this Program with C# .NET , NOT with MFC . Thank...
2
by: Brian A. Cline | last post by:
After placing several images in an embedded resource file, the size of my program's executable has jumped considerably. I don't need these images until a specific dialog pops up, and it's possible...
0
by: Bint | last post by:
Hi, I want to create 24 bit PNG image files (red, green, blue, alpha) with PHP -- that's easy enough. However, I would like to include a background color value as well, as a default. The...
0
by: Prashant | last post by:
Hi , I want a color pallet control in my web-form Data Grid, I don't want color dialoge like MS-Paint, now when user select particular color, I want selected color's Hex value and user can also...
2
by: vertozia | last post by:
Hey there, ive been having difficulty placing an image, this is my screenshot, and what ive done so far: http://img341.imageshack.us/img341/9894/gridwg2.jpg /** * ConnectFourGUI * Provide...
1
by: CompletelyUseless | last post by:
Hi, I'm having a lot of troubles trying to build a function to figure out the difference (in color) between two images. I've tried to build something similar with the ImageMagick API, but I've...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
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...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.