| Thread | Last Post | Replies |
|
| LBound to UBound | 16 Jun 2005 22:17 GMT | 2 |
General question for the group, As UBound - LBound tends to infinity, performance-wise, is it optimal to: * * * * * * * *
|
| Third Party Software | 16 Jun 2005 16:14 GMT | 18 |
Has anyone come across any software or add-in for the VB-IDE that will let you select the controls on a form and repeat the code that appears behind the form for the specified events of the control, e.g GotFocus and LostFocus? I can then go and edit the code making minor ...
|
| MikeD | 16 Jun 2005 12:45 GMT | 4 |
Hey bro - Can you explain for me one more time which part of the Windows CD key stays the same regardless of how many installs? I was unable to find your previous post.
|
| Incrementing Alphabets/Letters | 16 Jun 2005 11:01 GMT | 5 |
I am thinking of a way to increment alphabets/letters. Numbers are easy to increment by : A=0 A=A+1
|
| Q re Global multiuse class | 16 Jun 2005 09:18 GMT | 2 |
I've a global multiuse class CFunctions with a property get FunctionList () as Collection in a dll, MyLib. This delegates to a module MFunctions which has a public property Functions In class CFunctions ...
|
| pass a recordset's row to a function | 16 Jun 2005 04:50 GMT | 3 |
i would like to be able to create a collection of objects by passing a single row of a recordset to the class' Deserialize method. Currently, the code gets the entire Recordset, rather than a single row. Is there a way to do this?
|
| Recommended Sites for VB Tutorials | 16 Jun 2005 04:43 GMT | 8 |
I am looking for a website as a reference for VB since I am only learning this apps. Can you recommend one which is the best? Me
|
| VB6 ListView Update? | 16 Jun 2005 03:09 GMT | 8 |
I would like to use ListView similar to how I see some programs use it (DTS from SQL Server 2000, for example) that displays a list of items with an icon. During the run, the program will update the listview icon from a green arrow, to a different green arrow... finally to a ...
|
| limit to single instance? | 16 Jun 2005 01:41 GMT | 5 |
hello, all, i am looking for a way to limit my VB6 application to one instance only. so if the app is already running, i want to prevent another copy from starting.
|
| Form colour problem on Terminal Server | 15 Jun 2005 22:23 GMT | 4 |
I posted this before, but no reply, so thought try it again. I have an ActiveX VB6 dll that displays a VB6 form (a normal, standard form) in Excel. All works fine, but on Terminal Server (Windows 2000) the background color of Check boxes and Option buttons remains white.
|
| Fastest Way to Append Chars to Text File Rows in VB6.0 | 15 Jun 2005 21:50 GMT | 7 |
I have about 60 text files containing rows 496 chars long. I need to cycle through all these files and append some additional chars at the end of each row. Some of the files are large, containing over 1 million rows. The options I'm currently thinking of are the FileSystemObject ...
|
| question about declaring objects | 15 Jun 2005 21:08 GMT | 9 |
I have a form with several command buttons that all use the File System Object as part of their "function" Is it better to: Set fso = CreateObject("Scripting.FileSystemObject")
|
| Optional Arguments problem | 15 Jun 2005 20:08 GMT | 11 |
I'm creating a procedure using actual controls as arguments: GetMargin(whichMargin As String, chk As CheckBox, AutoOpt As OptionButton, AbsOpt As OptionButton, PercentOpt As OptionButton, tBox As TextBox) However, I'm finding, that AutoOpt is not necessarily available for every
|
| Very OT: Networks | 15 Jun 2005 18:22 GMT | 7 |
Sorry this is so off topic, but I'm easily intimidated and you're all such nice people here. Can anyone point me at a SIMPLE tutorial/resource that shows me how to configure a peer to peer network?
|
| Check if app is running | 15 Jun 2005 18:06 GMT | 6 |
I'm looking for a way to check if an application is running or not. After exe is started it must look if an other exe is running or not, if not the started exe must stop. Any idea(s)?
|