PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Help referencing control backgorund image
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Help referencing control backgorund image
![]() |
Help referencing control backgorund image |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
The below code does not work..... Anyone know how this is done? If i say 'is nothing' instead of is DrawCross () it works fine??? If ContextMenuStrip1.SourceControl.BackgroundImage is DrawCross () then msgbox ("test") |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"Marc" <marc_crosby@hotmail.com> schrieb:
> The below code does not work..... Anyone know how this is done? If i > say 'is nothing' instead of is DrawCross () it works fine??? > > If ContextMenuStrip1.SourceControl.BackgroundImage is DrawCross () > then What's 'DrawCross'? -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|
|
|
#3 |
|
Guest
Posts: n/a
|
hi,
sorry i relaised i am trying to reference a procedure Herfried K. Wagner [MVP] wrote: > "Marc" <marc_crosby@hotmail.com> schrieb: > > The below code does not work..... Anyone know how this is done? If i > > say 'is nothing' instead of is DrawCross () it works fine??? > > > > If ContextMenuStrip1.SourceControl.BackgroundImage is DrawCross () > > then > > What's 'DrawCross'? > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|
|
|
#4 |
|
Guest
Posts: n/a
|
"Marc" <marc_crosby@hotmail.com> schrieb:
> sorry i relaised i am trying to reference a procedure I suggest to post the implementation of this procedure because it's likely that it's causing the behavior you describe. Note that the 'Is' operator will compare object identity (references). It won't compare images if they contain the same picture (pixel colors). -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

