| Thread | Last Post | Replies |
|
| how to detect if array of public type defined in (not class) module is dimensioned or not | 08 Jun 2006 19:45 GMT | 6 |
In a public Module (not a class module) I have the following: Type PersonalData Name As String Phone As String
|
| Add reference to the Scripting runtime (SCRRUN.DLL) in Excel macro | 08 Jun 2006 18:47 GMT | 4 |
I've created a VB script as a macro inside an Excel file. Because I used Scripting.FileSystemObject, I must add a reference to "SCRRUN.DLL" to the VB project.
|
| VB6 & Win64 | 08 Jun 2006 18:42 GMT | 16 |
Can anyone tell me if an application written in VB6 Pro under either W2000 or XPPro will work in the new 64 bit Windows? Should I consider moving to VB.net?
|
| Cancel Autorun with QueryCancelAutoPlay | 08 Jun 2006 18:11 GMT | 1 |
Im trying to cancel the autorun function of an inserted cd with the querycancelautoplay function and cant seem to get it to work, I think im missing something from my code which is so far.... Public QueryCancelAutoPlay As Long
|
| How to check timeNow is later then a defined time? | 08 Jun 2006 17:05 GMT | 4 |
I want to know now is later than ten clock. How to do that? Thank you very much! Best regards,
|
| VB6 mciSENDSTRING is recording TERRIBLE audio - WHY??? | 08 Jun 2006 16:29 GMT | 4 |
I'm attempting to use VB6 to 'record' the audio that is playing on my sound card. I am getting results, but the quality is TERRIBLE. The playback audio signal volume is fairly faint and there is a LOT of noise along with
|
| Form1.Hide does not hide the form | 08 Jun 2006 16:11 GMT | 10 |
I have a strange scenario which is not always repeatable but happens frequently enough that it's causing some problems for our employees. The application has many forms in which forms are hidden and shown when required (yes I know it's not the preferred method of Loading and ...
|
| Simple Line Chart ActiveX needed for VB | 08 Jun 2006 15:59 GMT | 4 |
I have a need to create simple line charts in my VB application. As a single datapoint changes, say from 30 to 100, I want to show a live line chart on-screen. Does anyone know where I can get this control? I have been trolling the net for a couple of hours and most of the
|
| Hide activex control parameters from web users? | 08 Jun 2006 15:58 GMT | 1 |
Hello, I use some video software that lets me embed the video in web pages with an active control. The parameters include, ip address, username, password. I need to find a way to hide those params from web users.
|
| IE toolbar button and VB script | 08 Jun 2006 15:57 GMT | 1 |
I followed the directions to add a button to IE's toolbar found here: http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorial s/button.asp The button appears as it should but it does not execute my script. I created a simple VBscript file to simply open ...
|
| How to detect new file in disk? | 08 Jun 2006 13:40 GMT | 2 |
My for fun camera project almost finish. Camera captures image when variation larger then threshold, the capture image will save to a network disk. I will write a program to check is there any new file be saved, and
|
| How to close powerpoint presentation in vb(add-in) on close event | 08 Jun 2006 10:45 GMT | 3 |
i hv a problem that how to close powerpoint presentation in vb(add-in) on close event. Actually if i try to close the pp in close event by .close method it gives an error that
|
| Problem hiding desktop icons from Systray | 08 Jun 2006 09:21 GMT | 21 |
I am trying to create a systray program that can hide / show the desktop icons. I am doing this using the following:- Public Sub deskicon(show As Boolean) Dim primo As Long
|
| Runtime files for VB6 | 08 Jun 2006 07:13 GMT | 2 |
I have been given the source code for a bespoke application that has been written for me in VB6. The code comprises a number of .dll and other files. In order to try and open the main .dll file I have downloaded vbrun60sp6.exe from
|
| Revert the source of exe | 08 Jun 2006 03:27 GMT | 5 |
Hello, I have a small exeutable file which have developed by VB6 for many years.. But it has lost the source code. Is this possible to revert back and get back the source code?
|