all groups > vb.net controls > october 2004 > threads for october 8 - 14, 2004
Filter by week: 1 2 3 4 5
DataGrid
Posted by David FĂșnez at 10/14/2004 4:02:03 PM
Hi;
I have a Datagrid in ReadOnly Mode, so i want to show from the selected row
the first two cells by pushing a botton.
Thanks on advance.
--
David Fúnez
Tegucigalpa, Honduras
"La Piratería Mata Las Ideas"
Desarrollador Cinco Estrellas Visual FoxPro
... more >>
VB.NET and Outlook styled calendar
Posted by ThunderMusic at 10/14/2004 11:05:58 AM
Hi,
I'm building an enormous application and would like to incorporate
something to take appointments. I'd make it look like the calendar in
Outlook, but I don't know how exactly. Is there a control to make it easier
or will I have to make my own?
Thanks
ThunderMusic
... more >>
Problem with ImageList
Posted by David FĂșnez at 10/13/2004 3:31:15 PM
Hello;
I have a form with the XP Theme activated, the buttons are with
FlatStyle=System to show the XP Theme.
"System.Windows.Forms.Application.EnableVisualStyles()"
My problem is that i can't add a bmp image to a button if it is with the
Flatstyle property set to System, if i change it t... more >>
ComboBox.SelectedValue
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 10/13/2004 12:22:43 PM
How do I get a comboBox to return the text contents of the ValueMember
property that I bound to it?
==============
My form has a ComboBox bound to a table where one column (a friendly
description) is set to the DisplayMember property and another column
(a table name - text of course) is set to ... more >>
Public Property SelectedValue() as Object - (?)
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 10/12/2004 9:50:12 PM
First:
If ComboBox.ValueMember is Text then why is ComboBox.SelectedValue an
Object?
Why do I have to force this to a string with CStr() instead of having
the option of using .ToString()?
One common use of a comboBox is to bind data to it, but maybe there
are ways to store other objects th... more >>
Combo/Treeview Control
Posted by Darren Linsley at 10/11/2004 10:54:44 AM
I am looking for a control that would basically be the combination of a
dropdown combo box and a treeview control.
That is, the default state on screen would look like a combo box, but when
it was expanded (dropped down), the list items would appear hierarchically ,
such as they would in a tre... more >>
can run javascript can't run vbscript - WHY
Posted by dwang NO[at]SPAM woodace.co.uk at 10/9/2004 12:35:33 PM
why does this work :-
<HEAD>
......
<SCRIPT LANGUAGE="javascript">
function test()
{
alert("test 1")
}
</SCRIPT>
.....
</HEAD>
<BODY>
....
<A HREF="JavaScript:test">test</A>
......
</BODY>
but this does not :-
<HEAD>
......
<SCRIPT LANGUAGE="vbscript">
function test()
... more >>
Thumbnail Tif Management "type Office Document"
Posted by John at 10/8/2004 10:39:20 AM
I must make form of management images TIF's
I would want to make to visualize the pages type "Microsoft Office Document
Image"
Some control exists ?
Thank yoy
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Variable substitution for object name?
Posted by b2newman NO[at]SPAM or.blm.gov at 10/8/2004 10:00:58 AM
I have a form with five rows of text boxes, displaying data. For
certain reasons, I can't bind these directly to data records, so I'm
using code to load the data into an object, then manually get each
field value and assign it to each text box.
The text boxes are named like this:
txtSPctTree... more >>
How to clear datagrid
Posted by ksedran at 10/8/2004 8:43:04 AM
Hello All,
I am having an issue with clearing a datagrid in a windows form.
I am loading data into the grid based on checkboxes that are checked. When a
checkbox is checked the corresponding column is added to the datagrid. If a
checkbox is unchecked that column is removed from the datagri... more >>
Populating Combo during load of Control
Posted by SQLScott at 10/8/2004 7:05:03 AM
Forgive me if this seems trivial, but any and all help is greatly
appreciated, and I will attempt to explain this as best I can.
I have created a combo and added a certain number of properties to it. When
I place that combo on a form, I set any number of those properties.
What I would lik... more >>
|