| Thread | Last Post | Replies |
|
| FormatCurrency problems | 25 Jul 2005 15:45 GMT | 2 |
I'm using the FormatCurrency function to format a TextBox's text to be in currency format. Form4.Text20(0).Text is 54.6666666666667. When this line of code is done: FormatCurrency Form4.Text20(0).Text, 2
|
| Opimizing a For ... Next loop | 25 Jul 2005 15:21 GMT | 2 |
CodeSmart is saying that this line needs to be optimized: For intA = LBound(objItem.DataArry) To UBound(objItem.DataArray) It is suggesting that the LBound and UBound should be replaced by precalculated values, presumably as the Bounds are calculated for each
|
| ButtonMenus | 25 Jul 2005 14:19 GMT | 2 |
Has anyone had any experience using the ButtonMenus on the Toolbar Control? I want to display a combo box with different options based on the user selecting different buttons on the toolbar. Can the items be added dynamically and how do you show which option in the combo list the ...
|
| Related collections of objects | 24 Jul 2005 23:45 GMT | 1 |
I’m in need of some remedial instruction collections of objects. When I create a collection, call it collection A, and then create a new collection B, if I make a change to one of the items in collection B, the exact same changes effect collection A. While I could see this as ...
|
| Get names of menus created in Menu Editor; VB6 | 24 Jul 2005 23:36 GMT | 8 |
Hello -- In the course of building an app I created many menus and submenus and later deleted some of those. I want to clean up the code and remove menu "stubs" like
|
| passing from child to parent | 24 Jul 2005 21:14 GMT | 10 |
Last week, I was looking into how to pass data (in a more elegant fashion than using global variables) from a child form to a parent. I was given the suggestion of creating a public subroutine called Activate, passing variables by reference, and allowing this subroutine to ...
|
| Synchronization app using VB | 24 Jul 2005 20:11 GMT | 7 |
I have been trying to find some simple software to synchronise files between copies on my website folder and originals in other directories. I have not found anything that can establish a simple link between two files without including everything else in the folder.
|
| MsFlexGrid.clear?? | 24 Jul 2005 19:43 GMT | 4 |
Hi again... You guys helped me out before with a super-simple solution... maybe there's another simple answer out there?? I used row=0 to lay headers into msflexgrid. Seems .clear wipes the ENTIRE
|
| My VB programs | 24 Jul 2005 18:32 GMT | 14 |
My VB programs and information about them: http://ml.pillowpc2001.net/vb/ Mike L
|
| Inverse Sin() & Cos() functions | 24 Jul 2005 17:41 GMT | 3 |
I don't know if I've been looking too hard for a solution but could someone tell me how to do a inverse Sin() and Cos() in VB6. VB Sin() and Cos() functions take an angle as an argument and return the sine/cosine of that angle... I would like to pass the sine/cosine of the
|
| installtion after compile | 23 Jul 2005 16:58 GMT | 1 |
Dear ppl, i made a vb6 program, and when i run compile , i get no error from it. then i use packge & dep. or installshiled express to make an installtion packge.
|
| Get windows default icons | 23 Jul 2005 14:59 GMT | 2 |
I'd like to get the icons of a file or a folder and to put them in an imagelist. I'm using visual studio 2005 beta2 and i'm programming with vb.net (winforms). I've watched some source on the web but it seem to me very dificult. Is there
|
| MSflexGrid Question? | 23 Jul 2005 14:06 GMT | 3 |
Hi... I'm looking for something that probably doesn't exist but... I've a multi-column MSflexgrid and I'm basing edit controls on "columns" relationships. A for instance is... when I double-click on col 2 thru 6, I
|
| Inputbox Question | 23 Jul 2005 06:05 GMT | 36 |
I want to control my input not to accept null or no value upon clicking OK button. Since Inputbox function accepts input, I use it but upon clicking Cancel button, the msgbox error also appear. I have attached my script for you to check out.
|
| Row selection | 23 Jul 2005 05:18 GMT | 1 |
I would like to know how do you select a row in a datagrid programatically?
|