Re: Can
From: grc_at_mascari.org ((grc_at_mascari.org))
Date: 02/26/05
- Next message: Bruce A. Julseth: "Newbe ValueMember property question: Found. selectedValue property"
- Previous message: Bruce A. Julseth: "Disregad. Go to message sent a little later."
- In reply to: Paul Sullivan: "Can't Select Index 0 of a Listbox"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 19:57:45 -0800
I don't know if you found an answer or not - but this is it:
http://www.error-bank.com/microsoft.public.dotnet.framework.windowsforms/66601_Thread.aspx
Executive summary:
The handle isn't initialized, so something like the following put before your code will sove the problem:
Dim x as System.InPtr
x = Me.ProductList.Handle
( I actually do C# programming, I think the above should work in VB ).
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
- Next message: Bruce A. Julseth: "Newbe ValueMember property question: Found. selectedValue property"
- Previous message: Bruce A. Julseth: "Disregad. Go to message sent a little later."
- In reply to: Paul Sullivan: "Can't Select Index 0 of a Listbox"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|