Hey Duane,
I'm still not up to speed on NET yet. I belive the OP's issue would be
better asked in a NET forum.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Duane Hookom" <DuaneAtNoSpanHookomDotNet> wrote in message
news:e0%(E-Mail Removed)...
> In that case, check www.lebans.com for the best information on Access and
> image type files. If you don't find an answer, perhaps Stephen will find
> and reply to this thread.
>
> --
> Duane Hookom
> MS Access MVP
>
> "Pete M" <(E-Mail Removed)> wrote in message
> news:0C653FC7-37F3-4161-BEC6-(E-Mail Removed)...
>> yes, I in my project i am utilizing the Windows Image Acquisition (WIA)
>> library to acquire and modify an image, which i am running from an access
>> form.
>>
>> "Pete M" wrote:
>>
>>> I am trying to create a semi-transparent image, but cannot for some
>>> reason
>>> get the color method to work in the system.drawing class. I've included
>>> the
>>> system.drawing.dll in my project, but the following won't compile:
>>>
>>> v(i) = color.argb(100,255,0,255). doesn't work.
>>> v(i) = color.FromArgb(100,255,0,255) doesn't work either.
>>>
>>>
>>> Anyone know how to do this?
>>>
>>> Thanks
>>>
>>> Pete M
>
>