| Thread | Last Post | Replies |
|
| Read DLL Version | 15 Nov 2004 03:08 GMT | 2 |
The current DLL has the following version format "6.5.20.2" Setting App.path to the DLL, am able to retrieve the minor, major and the revision version, the result is "6.5.2" How do I get to read all the 4 versions ?
|
| snooping data passed to a .DLL? | 15 Nov 2004 02:29 GMT | 1 |
We have a (commercial) program that comes with Visual Basic source code. Unfortunately, the source code doesn't quite match the executable, which I determined by analyzing the memory returned by calls to the DLL.
|
| do you have VBRunner Standalone | 14 Nov 2004 23:32 GMT | 1 |
Hello friends, I was looking for how to create standalone xecutables in VB. I came across VBRunner. But the link to the download page is broken. Anyone has the VBRunner now ? Please attach the stuff to me at
|
| Screen Properties | 14 Nov 2004 23:21 GMT | 3 |
does anybody know how can i lock the "Screen properties"??? help please!! thanks!
|
| CommonDialog ShowOpen Doesn't Work Right | 14 Nov 2004 23:20 GMT | 8 |
I've been using VB for about 8 years, but I don't remember ever using the CommonDialog component. I tried to use it as a browse for file function yesterday and it doesn't behave as expected.
|
| Richtextbox and undo feature | 14 Nov 2004 16:43 GMT | 5 |
Do you know that TextBoxes and RichTextBoxes have an Undo Method ? Yes, but it is disabled by default on RichtextBoxes (CanUndo always return false). I found the following code on the net to activate it. But it is said to be
|
| Can textstream object used for binary file? | 14 Nov 2004 13:39 GMT | 1 |
|
| language incompatibility | 14 Nov 2004 09:06 GMT | 1 |
I have created a stand alone VB program and distributed it with the package and deployment wizard. Developed the program on WinXPPro dutch with MSOffice 2000 English. Build it on a win XP Professional Dutch with MSOffice 2003 Dutch.
|
| VB6 & MSChart1 | 14 Nov 2004 03:17 GMT | 9 |
I have a VB6 project which uses the MSChart extensively. At one moment I draw a graph with one line, the next moment a two line graph, and sometimes a 3 line graph. I want the 3rd line to be drawn on the secondary Y Axis (Y2). Will the code below work?
|
| update program - best method | 14 Nov 2004 02:39 GMT | 3 |
Hi: I need help with a simple problem. I want to have a menu item (Help - Update) that when selected will update my program on the users machine (over the net) such that a new menu item is added (e.g. Tools - New Tool).
|
| referencing fields in usertype array | 13 Nov 2004 21:57 GMT | 3 |
I am trying to address a user defined field in my array. I do not know how to reference that field. I defined a UserType type MyType
|
| File Association Registry Settings | 13 Nov 2004 13:29 GMT | 1 |
Hello all :) I have an application class that already has easy access to the system registry, but I need to find a way to set and read file associations using the registry. The settings are in there, just I can't find out a proper way
|
| Protecting an application with a License Key | 13 Nov 2004 13:25 GMT | 13 |
Given that there is no security that cannot be broken.... can anyone recommend a simple effective method of protecting an application. The main objective of which is to ensure that
|
| Speed | 13 Nov 2004 11:17 GMT | 4 |
I am writing some routines to play with stock market data. What is available to me at the moment is VB 3.0. It is abysmally slow when it comes to number crunching large arrays of data with nested do loops. I am not interested in fancy screen output.
|
| Embeded Flash files | 13 Nov 2004 10:48 GMT | 1 |
I'm trying to find out how/if you embed Flash files into a VB6 Project, I have set up the components, Insertable Objects, Flash Movie etc. But i cant get my head around it, has anybody got or know of agood example. I want to embed them in order to protect them, so they can't be ...
|