| Thread | Last Post | Replies |
|
| VB6 Compare | 23 May 2006 02:23 GMT | 1 |
Hey Guys, I have two strings strFullName (Bobby John)and strFirstName (Bobby). I need to search strFullName for the existance of strFirstName. When I try to use the following code I never get a match because the two
|
| I am trying to create a VB script to map printers. | 22 May 2006 17:51 GMT | 1 |
We are trying to get multiple people at a job site to use only one printer that is connected through a terminal server. Can anyone suggest anything. I am new at this scripting thing.
|
| Need some help please ! ! | 20 May 2006 02:59 GMT | 3 |
Hello all, I have the following that I can not getting work, for example my input file is as below Test01,Bitmap01,01 Test02,Bitmap02,02
|
| Error "An invalid directory pathname was passed" | 17 May 2006 19:03 GMT | 1 |
I am trying to use a vb script to add groups to a Active Director Domain. This is the first script I have tried to write, so I am new at this. I run the script, but it errors out on line 34 with
|
| Loading browser with url | 16 May 2006 10:25 GMT | 5 |
I am trying to klikk on a button and start default browser with an url. This is my code: Private Declare Function ShellExecute Lib "shell32.dll" _ Alias "ShellExecuteA" (ByVal hWnd As Long, _
|
| Compiling VB6 from Command Line | 13 May 2006 11:37 GMT | 1 |
I'm currently writing a build script that will compile all VB6 components in our system but I cannot get the script to pipe any build errors into a log file. Whenever there's an error during make, an error window pops up and I have to press OK for the script to continue to the ...
|
| App freezes during upload | 11 May 2006 08:09 GMT | 8 |
Hello, I just build a simple app that uploads the content of a folder to the root folder of a webserver. It is done using XMLHTTP objects The problem is that it freezes during the upload. Is there anything I can do? Thank you
|
| Error in DataTable.Select method in vb.net | 02 May 2006 11:13 GMT | 2 |
I am trying to select a row in a datatable using the datatable select method as described in the help files. There are several examples and here is a typical one: Private Sub GetRowsByFilter()
|
| evaluate or transform or ??? | 01 May 2006 13:29 GMT | 1 |
in FoxPro we know a function EVALUATE(xxxx) . This function evaluates the contents of xxxx. for example EVALUATE("X>10") will give True if X is greater then 10. is there a such kind of function in VB.NET ??
|