| Thread | Last Post | Replies |
|
| MS Forms 2.0 Multipage and VB.NET | 31 Oct 2004 16:38 GMT | 5 |
I want to use the control MS Forms 2.0 Multipage because it allows to display several pages without displaying the Tab on the top (even if in design mode). However, when i place a simple label on this multipage, the text label
|
| ListIndex. | 31 Oct 2004 16:10 GMT | 5 |
I have loaded a listbox with items from a database. I now want to allow the user to re-order the list box manually using up down buttons, before submitting his changes to back to the database. I did this sometime ago in classic vb, and I think I used the Listindex
|
| Primary key and version control question. | 31 Oct 2004 16:09 GMT | 1 |
I got some table design problem and hope someone can give me advice. I got an InvoiceTable with the primary key Invno, InvoiceChgtable will keep the charges , noofunit, unitpirce.. etc, its primary key is using 'smallint' with increment YES
|
| Date & time separate | 31 Oct 2004 16:06 GMT | 3 |
I know how to display Date only in the textbox . but How about the time ??? Can I put it into two separate textbox , but save in one datafield ? thanks a lot.
|
| Treeview and preselected node | 31 Oct 2004 14:30 GMT | 1 |
I have on my form a treeview control with several nodes. when my form is loaded, I would like to preselected the 1st node of my treeview and to see it selected (highlighten node text) how can i do this please ?
|
| How do I calculate the number of weekdays between 2 dates :? | 31 Oct 2004 14:25 GMT | 2 |
I'm a jnr developer in need of desparate help. Can anyone point me in the right direction for this problem: I calculate the number of days between 2 user defined dates like this: Dim DaysInRange As Long DaysInRange = DateDiff("d", Me.dtp_firstdate.Text, Me.dtp_lastdate ...
|
| How to copy selected listview items using clip board in VB.NET | 31 Oct 2004 12:45 GMT | 1 |
I have some items in listview. I want to copy the selected items from listview using the clip board mechanism in VB.NET. I used this code but it was not copied.
|
| Hashtable | 31 Oct 2004 11:26 GMT | 2 |
I have a Class named Variable with 2 properties "Name" and "Value" I have grouped them in a Hashtable collection Dim ColVar as Hashtable when I try to go through the collection with
|
| Display a Progress Bar within a row/column of a grid? | 31 Oct 2004 05:37 GMT | 2 |
Is it possible to display a progress bar control within a row/column of a FlexGrid? I am working on a file copy procedure that lists all of the files in a grid, and I want to display the file copy progress with a progress bar.
|
| VB.Net 2003 and VS 2005 not working together | 31 Oct 2004 01:03 GMT | 12 |
Does anyone know when building a msi file under VB.Net 2003, it would try to install something from the VS 2005 Beta 1? I have both products installed. Thanks,
|
| OT - Good Ideas ? | 31 Oct 2004 00:28 GMT | 3 |
Im looking for inspiration ! I want to put a snippit of code at the top of my company letterhead, any ideas would be greatfully received ( provided they are constructive ), like 'MyCompany Name
|
| Setting default property value for user control | 30 Oct 2004 22:33 GMT | 6 |
I have a user control who's class starts like this Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.ComponentModel
|
| XPath Query (Multiple Parameters) | 30 Oct 2004 21:17 GMT | 3 |
Using this sample XML ...... <Data> <House> <Location> London </Location>
|
| Error 1918 Error installing ODBC driver Microsoft Visual FoxPro: | 30 Oct 2004 21:14 GMT | 1 |
I am Italian developer, escuse me for my bad English I have a problem with ODBC. I must link to a database from Visual FoxPro, I have installed Windows XP Professional with service pack 2. When I try to install driver for Visual
|
| limitation on number of arguments for VB func. called from excel? | 30 Oct 2004 20:32 GMT | 2 |
I am trying to call a VB function from excel. The function initially had 22 arguments, and worked OK. Now it has 23 arguments. Excel seems to have trouble loading this function. When I try to select it from user defined functions, the box where I can fill out the arguments does ...
|