| Thread | Last Post | Replies |
|
| thank you I will try this | 31 Mar 2005 04:51 GMT | 1 |
|
| Resource for DVD programming | 31 Mar 2005 04:28 GMT | 1 |
Could anyone point to few places where I can learn DVD/Video programming(prefer VB). Thanks.
|
| External ImageList into ListView | 31 Mar 2005 02:38 GMT | 13 |
Is it possible to bind external(like System ImageList, not the ComCtl one) imagelist into ListView? -- playwin
|
| Control arrays | 31 Mar 2005 01:17 GMT | 2 |
I have a control array of labels on a form. I'd like to add additional labels to this control array at runtime. How do I do this? -Dan
|
| filelen function can't support the file more than 2GB? | 31 Mar 2005 00:23 GMT | 2 |
I tried to use filelen function to get a file's size, which is 4GB, but it return negative value. I do some research and find out the filelen return as Long, and it can only support 4bytes. Does anyone knows how to get a file's size which is more than 2GB? Any
|
| Sheridan DBGrid & DBDropdown | 30 Mar 2005 19:49 GMT | 1 |
This may not be the best lpace to ask, but I am hoping some one has had some experience with these contrls. Thanks in advance for any recommendations that any one may have<g>. I have an SSDBGrid that has an SSDBDropdown in one of its columns but
|
| TreeView with checkboxes | 30 Mar 2005 19:25 GMT | 2 |
I have a form with a TreeView control using checkboxes. The main idea is to let user check/uncheck items only if an item in a ComboBox is selected. But I can't find a way to 'lock' the TreeView control, or to intercept the 'check mark' so that I could use a simple "If cbo_table.text ...
|
| Array Dimensioning | 30 Mar 2005 19:13 GMT | 6 |
I am trying to add text that is greater then 256 characters to a given array element. Since I have dimensioned the array as variant it is assuming the input is a string, as it should. I was wondering, is it possible to dimension the arrary as a memo field and
|
| How to find which procedure called my Sub | 30 Mar 2005 18:36 GMT | 2 |
I have a public sub in a standard module. public sub gFUNCTranslate(byval lstrValue as string) as string end sub This sub is being called from most of my forms.
|
| How to use getDeclaration with Visual Basic 6 | 30 Mar 2005 18:33 GMT | 2 |
I am trying to use the getDeclaration method to get the data type of the fields in my XML file using the XSD schema. I have the following variable declaration... Dim TheSchemaItem As ISchemaItem
|
| Quick Cell range formatting & fill | 30 Mar 2005 18:30 GMT | 2 |
Set xclRangeA = xclSheetA.Range(xclSheetA.Cells(5, 2), xclSheetA.Cells(5, 7)) Using above to pass values into sheet.. I cant figure out how to use one line of code to fill/format colums and rows, say 20 of each, Surely I cant have to type 20 line codes.. My brain is not with it ...
|
| VB and Excel | 30 Mar 2005 18:25 GMT | 3 |
I have a VB5 program which does some specialist math operations and I want to be able to cut and paste the results from a label or textbox into an excel spreadsheet, which itself is part of another program. I cannot create my program in excel for various reasons. Is there a way I ...
|
| MDI Form menus and their Child form menus | 30 Mar 2005 18:22 GMT | 4 |
I'm working on a project that uses an MDI form with MDI children. There are menu options that are common amongst all child forms (such as File and Help menus), but various menus that are specific to each child form as well. Is there a way that I may add the common menus to the ...
|
| Newbie with currency problem | 30 Mar 2005 18:19 GMT | 5 |
I have a simple form where certain items are selected. With each selection a price appears next to it. I also have a command button to calculate the subtotal of all the items selected and it continues to calculate the taxes and finally places in a textbox the total price.
|
| Copy Table From one Access DB to Another Using ADO | 30 Mar 2005 16:10 GMT | 11 |
Using VB and ADO I would like to open one Access database and copy a table from it to another Access database. Is there a simple method for doing this as opposed to reading in the table record by record from the first and then writing it to the second record by record?
|