all groups > vb.net controls > april 2005 > threads for april 8 - 14, 2005
Filter by week: 1 2 3 4 5
Treeview with a dataset
Posted by Steve Lloyd at 4/14/2005 4:59:50 PM
Hi,
can anyone tell me if it possible to autogenerate a treeview from dataset
with realtionships, kind of similar to the way a datagrid handles it. If
possible could you point me in the right direction too please.
Thanks for any help
Steve
... more >>
Panel-height greater Int16.MaxValue?
Posted by Olaf Rabbachin at 4/13/2005 2:31:42 PM
Hi folks,
I'm have a user-control that imitates a thumbnail-listview. Within, I have
a panel (pnlOuter) that represents the viewable area and another panel
(pnlInner) which represents the list as a whole with a scrollbar that'll
enable the user to change the viewable area.
Hence, pnlInner wil... more >>
Listbox
Posted by Bob at 4/13/2005 12:32:28 PM
Hello all:
I recently have converted from VB 6.0 to VB.NET. I was wondering if you can
tell me how to obtain the value of an item of a listbox without actually
selecting that item. For example, let's say that I have a listbox that
lists the 50 states of the US. Currently let's say item 10 i... more >>
Get Control Name
Posted by CHEPChap at 4/13/2005 8:57:55 AM
This is probably a very simple question but I can't seem to get a
working solution.
Is there anyway that when I click a dropdown box (whether or not I
change the value in the box) I can get the name of the control through
vb so that the control name can trigger different CASE options in a
mac... more >>
vb.net - openfiledialog control change current directory - how to reset it
Posted by mystologic NO[at]SPAM hotmail.com at 4/13/2005 7:45:03 AM
hi, i have a problem using the openfiledialog in vb.net.
The problem is that i use a lot of relative path in my program to
reach informations in the directory that comes with the applications
AND
when the application is runing, opening a file with the .net control
change the current path... more >>
BINDING ARRAYLIST to DATAGRID and DataTable efficiency
Posted by tommaso.gastaldi NO[at]SPAM uniroma1.it at 4/13/2005 5:47:45 AM
I have a question. I would like to make the binding described
in the following (just copy/paste the code to try).
I have seen that binding usually requires the object has properties
(which will be the different columns of the datagrid).
However in this case I would like to bind the values cont... more >>
Can i add a button to a listview field?
Posted by Peter van der Veen at 4/12/2005 12:00:00 AM
Hi
I have a listview in the column mode and was wondering if it is
possible to add a button to one of the fields so that it is part of
the listview and will scroll accordingly.
Peter... more >>
Listbox not display properly on client machine
Posted by Bill Nguyen at 4/11/2005 9:41:28 PM
A listbox is not displayed properly on 1 of our client machines. There's a
thin line where the list box should be. The client is a Windows XP machine.
I applied SP1 to .NET framework but it doesn't help.
Any sugegestion is greatly appreciated.
Thanks
Bill
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Datagrid with columns that are read only
Posted by UJ at 4/11/2005 3:28:54 PM
I'm trying to make a datagrid where only one of the columns is editable.
What's the easiest way to do this?
TIA.
Jeffrey.
... more >>
Datagrid where you can't add rows.
Posted by UJ at 4/11/2005 3:20:52 PM
Folks,
I know that this is an easy question but I can't figure out how to do it -
how do you have a datagrid where a person can navigate around it and change
values (so readonly is not true) but they can't add rows?
TIA
Jeffrey.
... more >>
Failure to add msrdp.ocx control to C#.NET or VB.NET form.
Posted by Bill Struve at 4/11/2005 12:00:00 AM
Need: Auto-logon to a terminal server, start a program, and, when the user
is quits the program, auto-logoff.
Problem: When msrdp.ocx is added to the Toolbox, attempting to draw the
control on the form gives the following "Microsoft Development Environment"
message:
"Compiler errors occured... more >>
how to hide an application and show an item in the system tray when minimize?
Posted by ywchan at 4/11/2005 12:00:00 AM
I want to write an application that will show in the system tray(the bottom
right hand corner) when the application is minimized. How to do this?
Thanks!
... more >>
Shadows???
Posted by Fia at 4/10/2005 12:00:00 AM
Hi
Below is a code for a combobox which acts like the comboboxes in Access. But
now when I'm using the combobxes event KeyUp to get this action, I don't
wan't programmers who uses this comboboxes to be able to use the event KeyUp
for their own code. Should I use shadows or is there a better wa... more >>
Searchable List View
Posted by Ellis Yu at 4/9/2005 12:00:00 AM
Dear all,
I want to create a user control including a textbox and a listview.
When user typing words in the textbox, the listview will automatically
scroll to the row that like the typed words. Anyone can help?
Thanks
Best Rdgs
Ellis
... more >>
|