| Thread | Last Post | Replies |
|
| IE get page after submit | 04 Sep 2004 09:28 GMT | 1 |
I made the following script. After entering an email.value and a submit a new page will appear. This page has a new form with fields that I like to fill Unfortunately I cannot get the new page content in my script. Please help.
|
| How to register / Unregister ActiveX EXE ?? | 04 Sep 2004 09:23 GMT | 3 |
Hi.. How can REG / UnReg ActiveX EXE on computer?. TIa
|
| DDE problem | 04 Sep 2004 02:21 GMT | 1 |
I have an application that needs to talk to a DDE server that someone else wrote. I want to create a stand in for the server so I can test. One of the items that this server has is open. As far as I understand it I need to create a
|
| vb6 access to access DB does not work under xp sp2 | 04 Sep 2004 00:37 GMT | 3 |
yes, I have it with the . (dot) in between, i just mistyped it into th text. Set db = New Connection db.CursorLocation = adUseClient
|
| compiling error | 04 Sep 2004 00:25 GMT | 1 |
My name is jenny :) Capi made for me this file to compile. My goal is to open 4 browser windows and then close them via "end task with a
|
| dynamically add controls | 04 Sep 2004 00:21 GMT | 2 |
i would like to dynamically add comboboxes (0 to many) and textboxes (0 to many) to a form, where these controls are all in a single column. Is there a way to do this? Do I need to use the flexgrid? Is someone can direct me to a sample, I'd be greatful.
|
| Using Collections and Classes data structures | 03 Sep 2004 20:45 GMT | 5 |
I'm currently trying to find out the best way to create a data structure composed as followed. Multiple "Sites" all having the same properties set. I would like to be able to find a given site using his name, like ->
|
| Text box as string | 03 Sep 2004 20:35 GMT | 7 |
I'm very new to this so apololgies if this is straightforward but I'm struggling to find a solution When I try to assign a text box value to a variable with a data type of 'string' I get the error "text box cannot be converted to string" Can I get around this
|
| Posting a file via HTTP | 03 Sep 2004 20:21 GMT | 1 |
Alright, here's what I'm trying to do. I have a web page in ASP that has a username/password field and input type=file box. This has an enctype of multipart/form-data and it posts an XML file to another company's website. The problem is, I need this to run every 10 minutes and the ...
|
| detecting Empty Array element | 03 Sep 2004 20:09 GMT | 8 |
I have and array defined as Dim ScoreDiff(16, 3) As String * 5 I am trying to find a means of determinine if the first element has any data in it. I have tried
|
| VB6: Unloading main form still leaves "app" running. | 03 Sep 2004 18:57 GMT | 3 |
I'm hoping that somebody here has some ideas. I trying to switch over to use the "Unload Me" rather than the 'End' command. From the menu exit call, I call "Unload Me", which does indeed nuke form, however the VB6 environment still indicates that the application is running, even ...
|
| Query whether OCX is already registered | 03 Sep 2004 16:53 GMT | 13 |
I have a VB program that uses the Richtx32.ocx. As I don't like to distribute a setup program with my VB program and WinXP seems to have Richtx32.ocx already included I thought that I just query whether this ocx is already registered and if not I register it via VB code.
|
| Timer instantiate in code | 03 Sep 2004 15:25 GMT | 3 |
Is it possible to use a timer (but not the control). Can I do this? dim tmrTimer as new Timer tmrTimer.interval = 10000
|
| Opening associated files in the same instance of a MDI application | 03 Sep 2004 12:53 GMT | 7 |
I have a MDI application that opens associated files by double-clicking them in the Explorer. Each time the user opens a file by this way a new instance of the application is opened. Now I want to open the files in the same instance of the application (ex: like in Excel or Word) and ...
|
| How do I delete all files from a folder(s) in VB | 03 Sep 2004 10:44 GMT | 3 |
I trying to do the following in VB6. Set a path to a folder e.g. C:\Test & delete that folder and any files or sub folders within it. I'd like to do this without using the Scripting.FileSystemObject or by setting any references because when I distribute my exe I don't think
|