all groups > vb.net controls > may 2004 > threads for may 29 - 31, 2004
Filter by week: 1 2 3 4 5
Problem determining when user has clicked outside my UserControl
Posted by Rhy Mednick at 5/31/2004 9:22:40 PM
I'm creating a custom control (inherited from UserControl) that is displayed
by other controls on the form. I would like for the control to disappear
when the user clicks outside my control the same way a menu does. To do
this my control needs to get notified when the user tried to click off... more >>
HScrollBar Problems
Posted by Eric Dreksler at 5/31/2004 7:19:11 PM
Hi,
I have two or three controls where I set the AutoScroll = True, and the
vertical scroll bar works fine, however the horizontal scroll bar never
appears, no matter how far to the right the control should scroll.
Is this a bug, or am I not doing something wrong?
Thanks In Advance,
Eric... more >>
Combobox issue.
Posted by Support at 5/31/2004 5:51:48 PM
Hi All,
I am working in VB.NET.
I have a data bound control (combobox) which I want to fill with a certain
field of my table from database ( SQL as backend).
The issue is, I want these values to fill the combo at the index specified
by me, ie, not the usual 0,1,2.... by default. Also, not datas... more >>
Finding dynamic control
Posted by felad NO[at]SPAM walla.co.il at 5/31/2004 3:20:00 AM
Hi
I have form that it's controls are being built dynamically based on a
database ( VB.net )
I have created the controls dynamically and associate an event for it
( Based on http://support.microsoft.com/default.aspx?scid=kb;en-us;Q311321
)
1. Is there a better way for creating dynamic contro... more >>
ComboBox data binding woes
Posted by Dany P. Wu at 5/29/2004 5:25:33 PM
Hi everyone,
As usual, weekend is tinkering time for students and I'm playing with
combobox databinding for the first time. Previously I have always iterated
through the records and added each item in the rows manually. Just thought
it would be nice to do it properly for a change.
Here's the ... more >>
uitypeeditor
Posted by Alessandro Mostarda at 5/29/2004 2:02:53 PM
I have a class with a enum property and i want to create a form to edit this
property. any ideas?
I'm programming in visual basic.net
... more >>
|