| Thread | Last Post | Replies |
|
| Possible to Add Horizontal Line to Embedded Graph via VBA? | 31 Aug 2005 20:31 GMT | 1 |
We have an Access 2000 database (don't leave yet!) with a report that is basically just an embedded (OLE) graph object. It is a simple line graph, based on an Access pivot query, showing three lines (series) with numerous data points.
|
| WebBrowser | 30 Aug 2005 19:55 GMT | 1 |
I made a robot for the purpose of navigating a web page. But I encounter a problem whenever the web page contains javascript code like alert("duhhhh") This generates a popup that requires human intervention. How do I disable this java scripts?
|
| VB 6.0 Permissions on created files | 30 Aug 2005 13:37 GMT | 1 |
Here's the scenario: Server Machine + Client machine. The same VB test application is run on both machines at the same time, and is designed simply to write a messages to a file repeatedly (every 50ms), to test local and remote
|
| Can't reach remote DLL from client via DCOM | 30 Aug 2005 13:23 GMT | 3 |
I have a utility that I wrote which connects to an ActiveX EXE that runs on a number of remote boxes. It works fine on my machine and any machine which has VB6 installed on it. I cannot, for the life of me, get it working on a workstation that does not have VB. The VB runtime is ...
|
| Export IDL from Visual Basic | 26 Aug 2005 16:50 GMT | 1 |
I have a client that provides me with an ActiveX written in Visual Basic. I would very much like an IDL file with this ActiveX, but the programmer that made it is not sure if this is possible with Visual Basic. (I need the IDL file as a sceleton for building a simulator for this ...
|
| Get an Office Application Instance from a ProcessID? | 26 Aug 2005 15:01 GMT | 15 |
Hey Folks, Since I know how to enumerate and obtain ProcessIDs, I was wondering how one could actually gain automation control of an Office Suite App once the ProcessID was obtained?
|
| NewEnum Q again | 26 Aug 2005 05:27 GMT | 1 |
I'm trying to introduce an enumerator into a class. I've introduced a NewEnum routine and set it's procedure attributes to -4. The collection class wraps a dataset (holding a list of appointmenta) so I'm populating an Appointment object and returning it via the NewEnum call.
|
| How to get my Computer's CPU serial number? | 25 Aug 2005 23:15 GMT | 1 |
I want to let my VB6 program to run only under the computer I specified. How can I do it? Can I do it by reading my computer's CPU serial number? How to read it? Thanks in advance,
|
| Installation | 25 Aug 2005 03:58 GMT | 2 |
I'm trying to install VB 2003 .NET on a WIndows XP Pro machine. I managed to get through step 1 (Prerequisites), but can't get step 2, the actual installation, to work. The blue installation screen pops up briefly and then just goes away. Any help greatly appreciated.
|
| Runtime Error 31027 in Window XP Home | 23 Aug 2005 08:26 GMT | 4 |
I have written a program that plays some .wav files when a command button is pressed. It has been successfully installed on a Windows ME, 2 Windows XP Pro, and 1 Windows XP Home pc's. However I installed it on another Windows XP Home pc and got the Runtime Error 31027. The ...
|
| Creating Reports using Word | 23 Aug 2005 08:13 GMT | 2 |
I have to develop an application which creates DOC Reports (and in future even XLS Reports) from my application. I want to transform the data contained in my application and fill it into a word document. Can anyone here give me a hint how to do this? I thought of inserting
|
| 128 bit encryption! | 20 Aug 2005 12:04 GMT | 1 |
I need to encrypt Ms Access Database using 128 bit encryption. Also I have to write a program in Visual Basic 6 to search that encrypted database for user given criteria. So search criteria has to be encrypted and use to retrieve data from encrypted database. Results of the search ...
|
| How to get the "right" instance of an application? | 19 Aug 2005 16:56 GMT | 5 |
I am familiar with the GetObject function in VB which will obtain a reference to a running instance of an application. However, the GetObject function is not specific in that instance (i.e. if there are multiple instances of an application running, there is no way to guarantee ...
|
| Call a ATL COM in VB that takes unsigned int as a parameter | 19 Aug 2005 16:12 GMT | 1 |
I am trying to Call a ATL COM in VB that takes unsigned int as a parameter. Here is my code through which I tried to Call a COM. *****************************************************************************************
|
| GetRef in VB | 19 Aug 2005 13:50 GMT | 1 |
In VB script you assign callbacks using GetRef Function OnProgress(.. End Function
|