PC Review


Reply
Thread Tools Rate Thread

alpha blending

 
 
=?Utf-8?B?UGV0ZSBN?=
Guest
Posts: n/a
 
      25th Sep 2006
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
 
Reply With Quote
 
 
 
 
Duane Hookom
Guest
Posts: n/a
 
      25th Sep 2006
Is this question regarding MS Access?

--
Duane Hookom
MS Access MVP

"Pete M" <(E-Mail Removed)> wrote in message
news:809798DC-96FE-484F-BB2A-(E-Mail Removed)...
>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



 
Reply With Quote
 
=?Utf-8?B?UGV0ZSBN?=
Guest
Posts: n/a
 
      25th Sep 2006
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

 
Reply With Quote
 
Duane Hookom
Guest
Posts: n/a
 
      25th Sep 2006
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



 
Reply With Quote
 
Stephen Lebans
Guest
Posts: n/a
 
      25th Sep 2006
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

>
>



 
Reply With Quote
 
=?Utf-8?B?UmFscGg=?=
Guest
Posts: n/a
 
      25th Sep 2006
It would help to know what v(i) was??

dim v as color=color.FromArgb(100,255,0,255)

"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

 
Reply With Quote
 
Brendan Reynolds
Guest
Posts: n/a
 
      26th Sep 2006
I have not personally used this library, but some of these search results
look promising ...

http://www.google.ie/search?hl=en&q=...Acquisition%22

--
Brendan Reynolds
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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alpha blending =?Utf-8?B?U3Rvcm15NzU0MEBhb2wuY29t?= Spyware Discussion 3 6th Apr 2006 07:04 AM
Alpha blending =?Utf-8?B?U3Rvcm15NzU0MEBhb2wuY29t?= Spyware Announcements 1 5th Apr 2006 03:31 AM
.NET CF 2.0: Will alpha blending be available ? =?Utf-8?B?QmVydHJhbmQgRm9udGFpbmU=?= Microsoft Dot NET Compact Framework 4 18th Sep 2004 09:03 AM
.NET CF 2.0: alpha blending available ? =?Utf-8?B?QmVydHJhbmQgRm9udGFpbmU=?= Microsoft Dot NET Compact Framework 1 17th Sep 2004 11:00 PM
alpha blending... :\\\\derian Microsoft VB .NET 3 13th Oct 2003 06:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:11 AM.