all groups > vb.net controls > april 2005 > threads for april 1 - 7, 2005
Filter by week: 1 2 3 4 5
Invalid Property Value Error
Posted by Alex at 4/7/2005 12:00:00 AM
Hi, what's happened to my project: each time I try to change any property of
a control, I get an error message: "Invalid property value" and in details:
"Object reference not set to an instance of an object. "
Could it happened after I'd moved the project to a different location?
Please, help.... more >>
my own ComboCox
Posted by Fia at 4/6/2005 4:06:27 PM
Hi
I have tried to create my own combobox, with properties and methods. But
when I use it in a Form and try to use the KeyPress Event for the control in
the Form, nothing happens. Do I have to do anything to make the KeyPress
Event work for the control, I thought it inherited the event.
Fia
... more >>
Does control have this property
Posted by kevininstructor NO[at]SPAM state.or.us at 4/4/2005 11:38:02 AM
I have the following code and would like to optimize it (if possible) by
looping through controls to see if the current control has the FlatStyle
property, cast it then set the value. Any thoughts?
Thanks, Kevin
Dim ControlItem As Control
For Each ControlItem In TheForm
... more >>
defrag and compress Registry
Posted by yxq at 4/2/2005 1:58:25 PM
Hi,
I dont know how to defrag and compress Registry to decrease its size, is
there the component for selling?
Thank you
... more >>
SQL Error
Posted by RTT at 4/1/2005 11:59:37 AM
I keep receiving an SQL error. Not everytime but frequently. Does anyone
know what to problem could be? This is the error i recieve:
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and ... more >>
Simple buttons
Posted by Bradley at 4/1/2005 11:15:16 AM
I need to create/acquire an up and down button to allow the user to
manipulate the ordering of inforamation in a list box. I've played with
adding a bitmaps to the button's image, but the coloring and overlay isn't
very clean. I initially thought that this would be trivial, but I haven't
c... more >>
|