| Thread | Last Post | Replies |
|
| "ActiveX component can't create object" with MSXML 4 | 20 May 2005 00:28 GMT | 2 |
I've got a small VB project that uses MSXML Version 4.0 objects, apart from that everything is default VB 6. In Project/References I have "Microsoft XML", version 4.0 selected. The project runs OK from VB, and when I make it into an executable (from the
|
| Multiple selections in listbox | 19 May 2005 23:25 GMT | 5 |
Have a form with a list box. Currently a user can click on one file in the list box, and that file is ftp'd to the local destination of their
|
| program to control a web cafa system | 19 May 2005 19:49 GMT | 1 |
I am looking at way to create this program. timer for each machine locks after time up any ides please help J
|
| Split word document by files | 19 May 2005 15:05 GMT | 2 |
I've got a word doc, that has about 300 pages. I want to split it in 300 documents. Basically, i'm tryin to loop through the pages, just don't know how to get the contents of a specific page.
|
| resizing code window in VB5 | 19 May 2005 15:01 GMT | 2 |
Elementary problem VB5 learning edition circa 1997 or 98, I have somehow maximise the code window (in WinXP) so it fills the VB frame with narrow tools window on the left and properties on the right . Now its stuck big and I can't find any
|
| selRTF | 19 May 2005 14:58 GMT | 1 |
Can someone please tell me what the following means: ActiveForm.rtfText.SelRTF I've taken it from the following context: ActiveForm.rtfText.SelRTF = Clipboard.getText
|
| Return code 5 from RegCreateKeyExA | 19 May 2005 12:37 GMT | 3 |
Symptom: Return code 5 from api alias "RegCreateKeyExA" One newsgroup contributor said this is a security problem. But I don't know how to fix it! Can someone tell me my options? This is on a non-networked machine with no security except for virus
|
| VB Syntax Problem | 19 May 2005 12:08 GMT | 1 |
I am trying to create a program that will close an open windows application through VB. I tried cutting and pasting the code from the following support document.
|
| How to evaluate a formula in string format? | 19 May 2005 09:03 GMT | 1 |
How do I evaluate a formula in string format? The following: ---------------------------- x = 3
|
| impossible execute a selection query | 18 May 2005 19:44 GMT | 3 |
Private Sub find_Click() query = "select * from coupon where coupon." & cercaper & " = " & Text1(index).Text db.Execute query 'the error is here...
|
| Question about the VBScript.RegExp object | 18 May 2005 16:13 GMT | 2 |
I am using VBScript.RegExp for my regular expressions. I was just wondering what Windows Machine have the vbscript.dll pre-installed. I am just curious what Windows boxes I can use my app on without installing extra stuff. Thanks
|
| Problem with software on Win98 when compiled on Win XP + sp2 | 18 May 2005 15:23 GMT | 2 |
I have a stragne problem with software I wrote when running it on Win98 while compiled on Win XP + sp2. The software runs ok on windows XP but get the error - Runtime Error 50003 - unexpected error This problem happend only after I installed win XP sp2, before I installed
|
| Excel Macro Visual Basic code help needed ("rows" command) | 18 May 2005 14:28 GMT | 3 |
I have a macro that I wrote that I need some help with. Here is the macro: Sub unhide() '
|
| quick question about triggering program from asp form | 18 May 2005 13:47 GMT | 3 |
I was wondering if there's a way I can possibly click on a button from an asp page and be able to make it run a specific executable from the user's computer. For example user goes to www.abc.com, clicks on <run> button, and abc.exe will run on the user's computer provided that he
|
| VB5E/data-control and Access2002.mdb | 18 May 2005 12:11 GMT | 6 |
Hallo NG! A form with a data-control accessing an access2002.mdb brings up the error "Unknown DB-Format ..." immediately when loaded. In properties of the data-control connect-string is set to "access" with
|