| Thread | Last Post | Replies |
|
| Datagrid and NULL Values | 31 Oct 2006 23:45 GMT | 1 |
I have a datagrid that contains some NULL values. As the user selescts a row, if there are NULL values then the program crashes. How can a check for a NULL value before storing the contents of a cell to a variable or a contorl on the form?
|
| Creating a user control inherited from textbox with a label... | 31 Oct 2006 16:54 GMT | 2 |
I want to create an user control inherited from a TextBox with an associated label (let's call it a LabelTextBox). The trick is that I want the control to inherit from TextBox and have all of its properties available rather than the default properties of the user control. I
|
| listview Type mismatch | 31 Oct 2006 16:16 GMT | 2 |
Ok, i got my program to work great on it's own. But when i import it into my main program so users can access it i keep getting a type mismatch on the second column, Here is my code: Public Sub fill_list()
|
| news | 31 Oct 2006 14:42 GMT | 1 |
|
| Backup DB in ACCESS from VB | 31 Oct 2006 08:29 GMT | 3 |
I have to make a BackUp file to mdb File in access (The Data Base that connect to my program) A copy from the file is enough for me the DB which I want to copy is in use and it has a password.
|
| Popup menus not showing? | 30 Oct 2006 16:34 GMT | 2 |
I have 2 forms in a VB project and have created a menu on each form which I want to display on the right click. It works fine on the first form but will not show the (different) popup on the second form. The first form is still visible, I have clicked an option on
|
| Cache file address | 30 Oct 2006 02:00 GMT | 1 |
I am working with VB6 on WinXP SP2. I am trying to find a way to locate a copy of file in internet cache related to currently displayed web page in my VB web browser. In other word, I have a page displayed in my VB web browser which has a really cool but huge GIF
|
| imagelist control disappeared | 27 Oct 2006 06:03 GMT | 5 |
I have several image list controls on my mdi form: for some reason they are not visible. I can still find them in the list of controls associated with my mdi form and select them that way but I can't add or delete images,keys etc.
|
| Line Feed in a Text Box Control | 26 Oct 2006 21:04 GMT | 1 |
VB 2005 Express. I am just getting started with VB (I know the language, but have only used it inside the Office tools). I have a multi-line text control on my form. I want to programmatically place text into the form with line feeds. I have tried appending chr(13) and ...
|
| ItemData | 26 Oct 2006 18:47 GMT | 2 |
I am just starting with VB.Net. VB6 list boxes and combo boxes had ItemData property. I utilized that feature a lot because all I want to create a transaction or entry in a DataBase is the item ID anyway. VB.Net boxes do not have ItemData property.
|
| Column Headers | 26 Oct 2006 18:36 GMT | 3 |
Ok i got my list view to populate and i can sort and filter it with out a problem. What i'm trying to do now is add in the column names from the record set to the listview column name. i have it going through each column and need to add in the name. i have tried
|
| MS{H}FlexGrid question | 26 Oct 2006 15:53 GMT | 1 |
Other than a loop, is there a way to get all of the data out of a single row or column of an MSHFlexGrid control? TIA Bruce
|
| Using Access report at VB 6 | 26 Oct 2006 15:39 GMT | 3 |
Is there any way to import ACCESS REPORT into VB 6 coding?
|
| VB listView and Null values | 26 Oct 2006 15:23 GMT | 2 |
Ok i'm trying to populate my list view from a table that has 56 columns, and some of the 7000+ records have null values. Here is my code so far, i'm really stuck on the null value aspect of it, can someone please help?
|
| Error 713 | 26 Oct 2006 11:56 GMT | 3 |
i cannot seem to solve the error 713 problem. My application refuses to work on any other PC besides my own. i have tried this method that was posted in this group some time ago: a.. Open your project, and include a reference to the Msdbrptr.dll
|