all groups > vb.net controls > june 2006 > threads for june 8 - 14, 2006
Filter by week: 1 2 3 4 5
ListView show selected Item/s after lost focus
Posted by Doug Bell at 6/14/2006 12:00:00 AM
Hi I have a ListView.
I am programatically selecting Items in the ListView and then setting the
focus to a TextBox.
I need to continue to show which Items have been Selected even after the
focus moves to the TextBox.
Can someone point me in the right direction to achieve this?
Thanks
... more >>
To create MAC style for ComboBox and ListBox?
Posted by Henry Jan at 6/13/2006 12:00:00 AM
Hi All,=20
=20
I want to create ComboBox and ListBox control with MAC style as this one =
on .NET: =20
http://www.econtechvn.com/en/macuisuite_detail.htm=20
=20
However, it's really difficult with the scrollbar. =20
I don't know how to replace the scrollbar of the system with MAC style =
scr... more >>
Expose Form Controls
Posted by Dimsion at 6/12/2006 10:51:20 AM
Hi,
How do i expose all my forms and it controls to other form in the project?
I want to be able to add a form and some control on it, this then be
available to all other forms.
form1 click event:
'this allow me to change the textbox on form2 from form1
Form2.text=""
'this al... more >>
Grid control
Posted by Bob at 6/9/2006 12:04:42 PM
Hello everyone:
I am a VB 6.0 programmer, and I am slowly trying to convert to VB.NET. In
VB 6, I was using quite a bit the MSHflexgrid control. This grid control
was not attached to any database or anything. I simply used it to display
information to the user, and get information from the ... more >>
ComboBox binding - strange behavior with user-derived Arraylist
Posted by Tom Luetz at 6/9/2006 8:04:02 AM
I am seeing a strange behavior when a ComboBox on a Windows Form is bound to
a class that inherits from ArrayList. This class (ColumnEntryList) has only
one property; when this property is defined to take a single parameter, the
CB shows nameSpace.listItemType for each item in the list. When t... more >>
BackgroundWorker Problem
Posted by Tony HInkle at 6/8/2006 7:51:02 PM
I am using a BackgroundWorker and the thread it is creating is still freezing
the UI if the thread is waiting on something. The sub it is running uses a
COM component to collect information from an application on a remote server,
and it sometimes takes several seconds for the data to be retur... more >>
Textbox scrollbar
Posted by J Y at 6/8/2006 10:56:44 AM
I'm building a window form with VB.net. The purpose of this app is to show
some legal terms in a text box and users will accept or deny the terms.
Similar to the one when installing software. There is a feature I want to
implement but still out of luck after a day of researching and testing.
... more >>
AllowDrop on NotifyIcon
Posted by scottp at 6/8/2006 5:00:36 AM
Hi,
Does anyone know of a way to have AllowDrop on a NotifyIcon so that I
can drop 'things' onto the notifyicon for my application and have then
actioned upon?
Thanks
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|