Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics 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 April 4th, 2008, 09:16 PM
Registered User
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexcym Send a message via Yahoo to alexcym
Default how to solve the binding for sender?

 Private Sub NavigationPanel_MouseEnter(ByVal sender As Object, ByVal e As System.EventArgs)

        imgCurrentNavImage = sender.backgroundimage
        sender.backgroundimage = imlNavigation.Images.Item(ImageHighlighted))
        sender.cursor = Cursors.Handle
End Sub 'NavigationPanel_MouseEnter

help:option strict don't allow binding


Alex Chen
 
Old April 4th, 2008, 09:23 PM
Registered User
 
Join Date: Dec 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexcym Send a message via Yahoo to alexcym
Default

later binding?

Alex Chen
 
Old April 7th, 2008, 03:27 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Which statement raises the error?

(That would be “Late binding”)

This error arising with Option Strict leads me to think that you are trying to assign an object of one sort to an object of a different sort.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Ch 17 - Sender Object not working? deanC4 BOOK: Beginning ASP.NET 2.0 and Databases 1 April 18th, 2007 01:25 PM
How to set X-Sender in ASP.Net ramuis78 ASP.NET 2.0 Basics 5 September 22nd, 2006 03:49 PM
How to capture sender email address (from) Axxess Access VBA 0 July 26th, 2005 04:52 AM
"Sender As Object, E As EventArgs) anpham ASP.NET 1.0 and 1.1 Basics 3 July 7th, 2005 08:34 AM
sender as object... whyulil ASP.NET 1.0 and 1.1 Basics 3 August 22nd, 2004 11:50 AM





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