Wrox Programmer Forums
|
BOOK: Beginning Microsoft Visual Basic 2008 ISBN: 978-0-470-19134-7
This is the forum to discuss the Wrox book Beginning Microsoft Visual Basic 2008 by Thearon Willis, Bryan Newsome; ISBN: 9780470191347
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Microsoft Visual Basic 2008 ISBN: 978-0-470-19134-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2008, 12:00 PM
Registered User
 
Join Date: Sep 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default WPF basics Chapter 6

Hello, I'm sort of getting ahead of my VB courses for school and am stuck on a simple step.

On page 192 for Chapter 6 (XAML and WPF), in step 7, it states:

 
Quote:
quote:In the XAML code editor, click the Border element. In the Properties window, change the BitmapEffect property to DropShadowBitmapEffect.


Then Step 8 goes on to say:

 
Quote:
quote:Beneath the BitmapEffect property in the Properties window are the sub-properties for this property. Change the following sub-properties...


The problem for me is that when I select the Border element, the BitmapEffect property doesn't show up. In this element, I'm using the creditcard.jpg as suggested in the text (step 6).

Any help is greatly appreciated. Oh, I'm using Visual Studio 2008.

Thanks,
Chris

 
Old September 19th, 2008, 04:53 AM
Thearon's Avatar
Wrox Author
 
Join Date: Dec 2003
Posts: 396
Thanks: 0
Thanked 8 Times in 8 Posts
Default

Chris,

What edition of Visual Studio 2008 are you using?

Thearon
 
Old September 19th, 2008, 03:19 PM
Registered User
 
Join Date: Sep 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

MS Visual Studio 2008 Professional Edition
ver: 9.0.30729. 1 SP

 
Old September 22nd, 2008, 05:13 AM
Thearon's Avatar
Wrox Author
 
Join Date: Dec 2003
Posts: 396
Thanks: 0
Thanked 8 Times in 8 Posts
Default

Chris,

I was not able to reproduce the problem. Make sure that you click on the Border element in the XAML code editor and then you should see the BitmapEffect property under the Appearance category in the Properties Window.

Thearon
 
Old November 11th, 2008, 09:02 PM
Registered User
 
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I had a similar problem and I found that the name of the file, in my case image1.jpg had a capital "I". Turns our xaml is case sensitive.

Make sure the references are spelled correctly and case is correct.

Kirk

 
Old January 13th, 2009, 01:56 AM
Registered User
 
Join Date: Jan 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm using VB 2008 Express and I have the same problem with the bitmapeffect property not showing up in the properties window.

If I double-click on the 'DropShadowBitmapEffect' XAML tag in the XAML code window (from the finished downloaded example) the property window will then show me the other "DropShadow" properties under a "Misc" heading.

Also, my version of VB puts the "DropShadowBitmapEffect" property under "Misc-Effects" but then disables the Effects box with the greyed out message:

"Value must be set in XAML"

Must be an express edition quirk or I'm doing something wrong.
 
Old July 15th, 2009, 04:36 PM
Registered User
 
Join Date: Jul 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

ceric67,
Did you find a solution to your problem? I'm new to this forum, and have the same problem, but don't see any replies showing a solution. Thanks.
 
Old September 26th, 2009, 12:29 AM
Registered User
 
Join Date: Oct 2008
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Guys check out my post here, it might help!

BitmapEffect property for Border control
 
Old May 12th, 2010, 07:37 AM
Registered User
 
Join Date: May 2010
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

<Just thought I'd put this here as well in case other's don't follow the link in the previous post>

The book states directly that you click border in the XAML code so I doubt people are actually sitting with the picture itself selected...

Anyway, I'm using the VS2010 Beta and sitting with the same problem. The intellisense works as expected but BitmapEffect is never available in the properties window. As with someone else though, double-clicking the DropShadowBitmapEffect text in the XAML code opens it's specific sub properties in the properties window, but still never showing BitmapEffect for the border control.

So it works, but I see myself missing out on many other effects I could be stumbling upon in the properties :(





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some help on basics jagan7 Java Basics 3 September 9th, 2007 02:44 AM
Basics Andy122 Dreamweaver (all versions) 3 January 2nd, 2005 03:36 PM
PHP basics limsra BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 August 18th, 2004 07:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.