| Thread | Last Post | Replies |
|
| Clearing Immediate (Debug) window via code? | 12 Oct 2004 17:32 GMT | 3 |
Is there any way to clear the Immediate (Debug) window via code?
 Signature --------------------------------------------------------------- Michael J. Strickland
|
| VBScript RegExp object | 12 Oct 2004 17:27 GMT | 2 |
I'm using the VBScript RegExp object in a VB6 application, incuding VBScript.dll & MSbind.dll in the references, IE6 is installed on all machines. All's fine when working on my development machine but when I install it on a test build machine it won't work. By putting debug into ...
|
| Left Border in Text - and RTFboxes | 12 Oct 2004 17:19 GMT | 3 |
eMail messages received in textformat are shown in a Textbox or in a RTFBox. Paragraphs of the same message sometimes have different left indents. This does not look very nice and I should like to show them all left aligned to the left border of the displaying box.
|
| Remembering Path of File | 12 Oct 2004 16:00 GMT | 1 |
I'm opening up an Excel file from VB6 (to interact with the Excel file), with a predetermined path (with a click of a button). Then, the user saves the Excel file to another path, on another drive. How can I write code so that the VB6 program remembers the last path, where the ...
|
| comct232.ocx | 12 Oct 2004 15:30 GMT | 1 |
I am packaging my project with Installshield Express and I include the following merge modules: Microsoft Windows Common Controls (5.0)
|
| activex lag issue | 12 Oct 2004 15:23 GMT | 1 |
Hey guys, Having an issue with an activex control i've developed. It's basically a control that is just an animated progress bar. It works fine unless i call any API that doesn't return like instantly. I thought ActiveX controls ran
|
| IExplorer form fields and VB | 12 Oct 2004 15:21 GMT | 4 |
Can anyone help me with this one? From my VB project, I have to able to detect when an IExplorer browser is on a particular page. I should then set the focus on one of the input boxes and send a text string to it. Finally trigger the submit button. Is there an
|
| ActiveX EXE termination / timeout | 12 Oct 2004 15:15 GMT | 13 |
I'd like to ask a question about ActiveX-EXE termination behaviour: If the only client of an (SingleUse) ActiveX-EXE process dies silently (I simulate this using "End Process"), will the EXE ever realize it's reference count should be decreased and terminate? Is there a timeout? Can ...
|
| Windows XP differences ?? | 12 Oct 2004 15:12 GMT | 3 |
I maintain an application for my customer written in VB5. When running under Windows XP Home version 2002 in the USA the task bar dissappears from time to time. When running in the UK under version 5.1 there are no apparrant problems.
|
| How to get random number at same time each day? | 12 Oct 2004 14:17 GMT | 8 |
I have a script that is started by Windows Scheduled Tasks at the same time each day. I have a statement: Randomize(day(Now)*second(now)) Then I run a rnd statement and I always get the same number everyday. How
|
| Keyboard Keys | 12 Oct 2004 11:47 GMT | 2 |
I need to write a program that records all the keyboard keys the user clicked in another program that i've made in orther to register everything the user has made in the software. Is this possible? How?
|
| subracting doubles | 12 Oct 2004 09:58 GMT | 5 |
I have run across this problem in VB6 and I have not been able to eliminate it. Sometimes, when subtracting to values of type "Double", I get a trailing number that is very very small attached to one of the numbers and I do not know how to get rid of it.
|
| Enum Question | 12 Oct 2004 07:16 GMT | 12 |
I have create an enum to describe some of the elements in an array. I am wondering if it is possible to test to see if a number is in the in the enum? Thanks
|
| Accessing Password Protected DB | 12 Oct 2004 01:19 GMT | 1 |
I have a very simple app with some minimal data stored in an Access database. It is essential this data remain private to any prying eyes. I'm using the ADODC control but I'm having difficulty accessing it now that I have the DB password protected. It works fine without being ...
|
| Can vb6 detect when call is answered? | 12 Oct 2004 00:28 GMT | 3 |
In VB6, if I dial a number using the MSComm control like this: MSComm1.Output = "ATDT" & sDialingPrefix & sPhoneNumber & Chr$(13) Is there a way for VB6 to detect if and when the call is answered? Thanks
|