| Thread | Last Post | Replies |
|
| Csv data into vb script array | 31 Dec 2006 17:20 GMT | 4 |
I need to know how to input a csv data into an array in visual basic script. Thanks.
|
| Between Keyword | 26 Dec 2006 15:47 GMT | 2 |
Hi i am using vb6, so any body inform me the following statment. If (x >= Shape1.Left And _ x <= Shape1.Left + Shape1.Width And _ Between(y, Shape1.Top - 50, Shape1.Top + 50)) Or _
|
| How should i implement a delegate in VB6? | 18 Dec 2006 10:28 GMT | 2 |
I need to implement delegates in VB6, having some experience in C# and read about AddressOf in VB6 but am not sure how to call the procedure at the address. The application should evaluate the state of certain variables and call a
|
| Mouse position | 02 Dec 2006 09:17 GMT | 1 |
This is a relatively simple question, but I can't find an answer. I have a form, on which there is (say) three Shapes. When I click into a shape, I want it to change colour. Which event do I use? It isn't Form1.MousePointer, there is no
|
| Save settings to file | 01 Dec 2006 15:28 GMT | 2 |
I need helt regarding settings I want to save to an INI-file. I got a function wich allows me to read settings from the INI-file when the application starts up. But I want to save a few settings into the INI-file at some time, like when the appl is exited.
|
| Finding PC names and adding them to spreadsheet | 01 Dec 2006 05:03 GMT | 1 |
I am new to vbscripting and am trying to come up with a script that uses the net view command to determine PC names on the network and then take those names and populate a spreadsheet. I've taken almost all of the following code from another script i've found on the net but am ...
|