473,379 Members | 1,174 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,379 software developers and data experts.

Dimming the Image in an IMage Control?

Is this possible does anyone know? I mean other than using imaging
software.

The scenario is this. I have a form with a large image control over
which is imposed a grid of squares (label controls with transparent
backgrounds). The image control is a map (user chooses a map or image
in previous forms). The idea is to use the on click event of a label to
bring up another form into which comments, etc, can be stored about that
area of the map.

Because of the many colours in maps, it would be oideal for the user to
be able to "tone down" the intensity or brightness of the image control
manually at various points in the data entry.

Thanks for any ideas...
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #1
6 1744
Sorry Tim I missed this post and only caught it in a Google Search.
We're you able to produce a solution or do you still require assistance?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:d9**********@coranto.ucs.mun.ca...
Is this possible does anyone know? I mean other than using imaging
software.

The scenario is this. I have a form with a large image control over
which is imposed a grid of squares (label controls with transparent
backgrounds). The image control is a map (user chooses a map or image
in previous forms). The idea is to use the on click event of a label to bring up another form into which comments, etc, can be stored about that area of the map.

Because of the many colours in maps, it would be oideal for the user to be able to "tone down" the intensity or brightness of the image control manually at various points in the data entry.

Thanks for any ideas...
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me


Nov 13 '05 #2
Stephen Lebans wrote:
Sorry Tim I missed this post and only caught it in a Google Search.
We're you able to produce a solution or do you still require assistance?
I appreciate your responding, Stephen, and no, I haven't got a solution.
I thought perhaps an API type of proc might do this, but I don't know
anything about APIs - I use a lot of API modules in my applications, but
these are largely copied from the Access Web or contributors on this
group and only after careful review of them am I able to do any
customization for my own purposes.

If you have any kind of suggestion, it would be greatly appreciated.
I've quoted my original message below.
"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:d9**********@coranto.ucs.mun.ca...
Is this possible does anyone know? I mean other than using imaging
software.

The scenario is this. I have a form with a large image control over
which is imposed a grid of squares (label controls with transparent
backgrounds). The image control is a map (user chooses a map or image
in previous forms). The idea is to use the on click event of a label


to
bring up another form into which comments, etc, can be stored about


that
area of the map.

Because of the many colours in maps, it would be oideal for the user


to
be able to "tone down" the intensity or brightness of the image


control
manually at various points in the data entry.

Thanks for any ideas...
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me


--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #3
A somewhat simple solution could be produced if the images of the map(s)
were originally in standard Bitmap(bmp) format prior to being loaded in
the Picture property of the Image control.
Is this possible?

Alternatively, I have another possible solution but it would depend on
the total number of squares in the grid you are using.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:da**********@coranto.ucs.mun.ca...
Stephen Lebans wrote:
Sorry Tim I missed this post and only caught it in a Google Search.
We're you able to produce a solution or do you still require assistance?

I appreciate your responding, Stephen, and no, I haven't got a solution. I thought perhaps an API type of proc might do this, but I don't know anything about APIs - I use a lot of API modules in my applications, but these are largely copied from the Access Web or contributors on this
group and only after careful review of them am I able to do any
customization for my own purposes.

If you have any kind of suggestion, it would be greatly appreciated.
I've quoted my original message below.
> "Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in

message > news:d9**********@coranto.ucs.mun.ca...
>
>>Is this possible does anyone know? I mean other than using imaging
>>software.
>>
>>The scenario is this. I have a form with a large image control over >>which is imposed a grid of squares (label controls with transparent
>>backgrounds). The image control is a map (user chooses a map or image >>in previous forms). The idea is to use the on click event of a
label >
> to
>
>>bring up another form into which comments, etc, can be stored about

>
> that
>
>>area of the map.
>>
>>Because of the many colours in maps, it would be oideal for the
user >
> to
>
>>be able to "tone down" the intensity or brightness of the image

>
> control
>
>>manually at various points in the data entry.
>>
>>Thanks for any ideas...
>>--
>>Tim http://www.ucs.mun.ca/~tmarshal/
>>^o<
>>/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
>>/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me

>
>

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me


Nov 13 '05 #4
Stephen Lebans wrote:
A somewhat simple solution could be produced if the images of the map(s)
were originally in standard Bitmap(bmp) format prior to being loaded in
the Picture property of the Image control.
Is this possible?
It is, but I would still like to be able to use a jpg. I could set
something up that checks the extension of the image and then let users
know a bmp is preferable as it can be dimmed.

Note also, the image control is a linked file as oppossed to embedded.
The application can have many maps which when a user is intiating a new
instance/use points to via a windows open file API.

When the "map form" loads, the appropriate record has the image location
saved as a text field and the on open event sets the picture property
for the image control.
Alternatively, I have another possible solution but it would depend on
the total number of squares in the grid you are using.


The grid is actually composed of label objects - about 600 of them -
that are over top of the image control, al with transparent background.
I allow the users to specify a border colour (they can play around
with the API colour picker - from the Access Web) and a forecolor for
the number in the square.

I really appreciate your taking the time to think about this.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #5
Tim I have not forgotten about this thread. My wife and eldest daughter
left yesterday for a two week visit to Europe so I am relearning the
joys of cooking, cleaning and laundry!

I currently have a solution for embedded BMP's but am looking into a
solution that would work for all image formats.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:da**********@coranto.ucs.mun.ca...
Stephen Lebans wrote:
A somewhat simple solution could be produced if the images of the map(s) were originally in standard Bitmap(bmp) format prior to being loaded in the Picture property of the Image control.
Is this possible?
It is, but I would still like to be able to use a jpg. I could set
something up that checks the extension of the image and then let users
know a bmp is preferable as it can be dimmed.

Note also, the image control is a linked file as oppossed to embedded.
The application can have many maps which when a user is intiating a

new instance/use points to via a windows open file API.

When the "map form" loads, the appropriate record has the image location saved as a text field and the on open event sets the picture property
for the image control.
Alternatively, I have another possible solution but it would depend on the total number of squares in the grid you are using.
The grid is actually composed of label objects - about 600 of them -
that are over top of the image control, al with transparent

background. I allow the users to specify a border colour (they can play around
with the API colour picker - from the Access Web) and a forecolor for
the number in the square.

I really appreciate your taking the time to think about this.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me


Nov 13 '05 #6
Stephen Lebans wrote:
Tim I have not forgotten about this thread. My wife and eldest daughter
left yesterday for a two week visit to Europe so I am relearning the
joys of cooking, cleaning and laundry!
Oh c'mon, when my wife and daughter took off on me a couple of years ago
to drive around my wife's native Michigan for a couple of months, it was
much simpler and didn't take me long at all to relearn the joy's of
McYucks et al! 8) Come to think of it, I'm still paying the
consequences of that trip...
I currently have a solution for embedded BMP's but am looking into a
solution that would work for all image formats.


Much appreciated.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #7

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

Similar topics

0
by: Greg Christie | last post by:
I think I have a somewhat unique situation here, so I thought I should post it for the few poor souls who run across it and try to google it like I did. First of all, I was getting the following...
4
by: Ed Landau | last post by:
In VB6.0, I can put an image on a form and assign it's .picture property at run-time. In VBA (within MS Access), when I put down an image control on a form, it asks me for the source to the image...
4
by: Kevin Myers | last post by:
Hello, Please forgive my reposting of this note with hopefully a more relevant subject line. On an Access 2000 form under Windows 2000 I would like to use a Kodak Image Edit Control to...
12
by: Sharon | last post by:
I’m wrote a small DLL that used the FreeImage.DLL (that can be found at http://www.codeproject.com/bitmap/graphicsuite.asp). I also wrote a small console application in C++ (unmanaged) that uses...
10
by: David W. Simmonds | last post by:
I have a DataList control that has an Image control in the ItemTemplate. I would like to resize the image that goes into that control. I have a series of jpg files that are full size, full...
1
by: Paul Aspinall | last post by:
Hi Is there a way of Preventing DropDownList from Dimming when disabled?? Thanks
1
by: Brian | last post by:
Using A2K I have an image control on a report and use code to set the image.picture to the required jpg. 3 of the jpgs resize properly but 2 do not - they display much smaller than the image...
6
by: namewitheldbyrequest | last post by:
Is there a way to disable a web form control (change the Enabled property to false) without the control being dimmed out when it's rendered? I have quite a few of them on the form and they are hard...
4
by: Just Me | last post by:
Ive noticed that web sites are emulating the vista screen dimming when the relevent control comes into focus like sliding div forms etc. Does anyone know how that is acheived ? Cheers
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.