all groups > vb.net controls > march 2007
Scheme to copy contents of one datagridview to another
Posted by Earl at 3/28/2007 12:00:00 AM
I'm looking for an idea. I would like to allow the user to select various
rows from one datagridview, click a button and copy the selected rows into a
second datagridview. Both datagridviews will be bound to bindingsources, but
only the second datagridview will be updateable (think of this as ... more >>
positioning of mouse in a text box...
Posted by Brad Pears at 3/27/2007 2:36:24 PM
When a user clicks into a textbox, how do I position the cursor just after
the last character of the string there, instead of at the far left?
Thanks, Brad
... more >>
VB ActiveX to VC 2005
Posted by Michael Tissington at 3/25/2007 6:55:44 PM
I have a Visual Basic 6.0 ActiveX Control.
It seems there is no way with VS 2005 to create a similar control for
containers that host ActiverX controls, is this correct ?
I'm thinking of converting the VB 6 project to VC in VS 2005.
This seems to be a very different process.
Where is a... more >>
Looking for SFTP control
Posted by Alexander Hramov at 3/25/2007 3:58:01 PM
Hello,
We are looking for secure FTP control to connect to SSH server. Can you
recommend the one with which you have personal experience, please?
--
Best,
Alexander... more >>
Formatting Datacolumn in Datagridview according to amount of decimal places.
Posted by Screaming Eagles 101 at 3/22/2007 12:00:00 AM
Is it possible to format a datacolumn according to the value with the
maximum (!) amount of decimal places ?
This is not known in advance, it could be none, two , three, ...
Example, a datacolumn with these values :
7.02
3.681 'value with max amount of decimals...
2
5.33
25.1
I'd like t... more >>
ComboBox related
Posted by Redi Linxa at 3/21/2007 12:26:02 PM
{"An error occurred creating the form. See Exception.InnerException for details. The error is: The DisplayMember is not a property on the DataSource"}
When i run the program in Visual Basic.Net 2005 and i try to open a form cointatining ComboBox-es filled with datasource created in dataset as tabl... more >>
How to select a particular item in listview
Posted by Cyril Gupta
Hello All,
I need to select a particular item in a listview... Equivalent facility to
Listbox.SeletedIndex = 2
Any ideas?
Thanks
-- You can do anything with a little bit of 'magination.
-- I've been programming so long, my brain is now software.
... more >>
first timer - Listbox - retrieving selected value problem
Posted by IMK at 3/19/2007 10:06:24 AM
Hello all,
Sorry if this issue has come up already but I am new to vb.net.
Thanks.
I am trying to retrieve the selectedvalues from a multiselect list box
in a vb 2005 winform. Here is the code I am using so far:
dim i as object
For Each i In Me.lstUnitPicklist.SelectedItems
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Newbie cannot find subform control
Posted by Al Campagna at 3/18/2007 7:55:44 PM
Well, this is just nutty, but... I can not find the Subform control anywhere on the
Toolbox, or under any of the main menu categories.
I'm using Visual Studio 2005 VB for a Windows application.
I can place a DataGrid control, but I really want a continuous form subform.
I tried menu customize... more >>
Inherited combo goes stupid overnight
Posted by Earl at 3/18/2007 3:26:23 PM
I have an inherited ComboBox I'm using in order to overcome the Microsoft
bug with the DropDownList. I've been using it for a couple of weeks. It is
also being bound to a datasource, although I don't see this as an issue.
Anyway, today I loaded the project and got the infamous red bar with the... more >>
*Urgent* Cannot run compiled EXE - system restarts!
Posted by Rajesh Soni at 3/17/2007 3:34:47 AM
I cannot just open any EXE files compiled by me in Visual Studio 2005.
When i try to run any EXE (or try to edit the code in VS 2005), my system
simply *RESTARTS!*
No error messages - no warnings!!
... more >>
Simpler way to retrieve many combobox values in a form?
Posted by Linda at 3/15/2007 2:48:11 PM
Is it possible to try and create a datatable or dataset or something
to hold temporary values for these comboboxes and then update to a
table?
... more >>
Datagrid
Posted by Q at 3/15/2007 12:31:33 AM
Hello to you all,
I have an application with a datagrid.
The user should only be able to update records in this datagrid.
Additions should be impossible.
I just can not find the correct property for achieving this goal.
Can anyone help out?
Thanks,
Q... more >>
listview highlite selected item disappears...
Posted by Brad Pears at 3/14/2007 5:45:20 PM
I have a listview where a user can sleect an item and perform some action on
that item. If I click on some other control that launches another form
related to that item, when that form is closed, the listview does not keep
highlited the currently selected item(s).'
How do I make sure the li... more >>
Word 2007 OLE Control
Posted by Mike Best at 3/6/2007 12:39:28 PM
Does anyone know of a way to embed Word 2007 into a .NET application, ala
the old OLE container control? We would like to have Word show up within our
WinForm application.
Thanks, Mike
... more >>
|