| Thread | Last Post | Replies |
|
| XP-Style Theme | 30 Nov 2004 23:47 GMT | 8 |
I have a VB6 application that I would like to create an XP-style theme. It is my understanding that I have to create a manifest file and include with my application, along with calling some API call. Can someone give me instructions on how to accomplish this.
|
| Registration key and registration name, where do I store them? | 30 Nov 2004 23:41 GMT | 1 |
Hi, there: When I intend to distribute my software, where do people store the key and registration name when the user authenate it? Registry, .INI file? or where?
|
| File List Box Question | 30 Nov 2004 23:33 GMT | 1 |
I want to limit the user from picking more than 36 files in my file list box. The only solution i could come up with is loop through the list and have a counter increment if the list item is selected. Is there a better solution?
|
| Control when to Hide/Show Inactive System Tray Icon | 30 Nov 2004 19:16 GMT | 3 |
For Windows XP, inactive system tray icons will be hidden automatically according to the user's OS settings. I know I could send a "modify" message at constant time interval to prevent my icon from being inactive. However, I would like to be more flexible.... When you right-click ...
|
| Help please: activate and resize | 30 Nov 2004 16:32 GMT | 2 |
Help appreciated. How do I build the functionality, such as found in Visio etc., to enable selecting (activating) something like a rectangle or other shape, and then resize and move the shape? Where/how do the mouse pointer changes (from default to hand, double-arrow, etc.) ...
|
| Help please: drag&drop multiple images | 30 Nov 2004 15:57 GMT | 1 |
Help appreciated: VB.Net I would like to create an environment where the end user can drag&drop images from an image pallette to a form. I can handle the d&d, but I am confused about how to allow the user to move images, one at a time, and drop them wherever they want, onto a ...
|
| advice on using 'toolbox/utility' classes | 30 Nov 2004 15:47 GMT | 3 |
Beginner looking for suggestions. I began tryng to learn vb I found I needed a toolbox of utility functions to take care of repetitive tasks without repeating code ad infinitum, and to simplity the code in the project at hand.
|
| VB6 Run As a Service | 30 Nov 2004 15:46 GMT | 2 |
I would like to write a VB6 program that I can run as a service. Basically, the service will scan a directory for file(s). Once a file is found, it will INSERT the file into a SQL Server database. It will then copy the file to an alternate location to be processed.
|
| UK Holidays ? | 30 Nov 2004 15:08 GMT | 6 |
I have a situation in a project (which I'm sure is a very common one) where I have to calculate the number of days between 2 dates, however I also have to take account of (and not count) public holidays. Does anyone know of a way to do this without having to read the dates from a
|
| Cannot pass objects to DLL | 30 Nov 2004 14:51 GMT | 8 |
Hello, I'm trying to create a Activex DLL to use with my application. In the DLL I would like to have Functions/Subroutines that will use objects (Form, Listbox, ComboBox) as a parameter. When I try to do that I get the following error, "Private object modules cannot be used in ...
|
| Add Project to Activex DLL not working | 30 Nov 2004 14:49 GMT | 5 |
Hello, I've create an ActiveX DLL program. And I was told that I could click on "Add Project" to add in a project file to the DLL to make it easier for testing and debugging. I've done this but I can't get the Project to load, so I can test the DLL. I have the Project, Startup ...
|
| Anyone have any info on the Delphi bitmaps? | 30 Nov 2004 12:00 GMT | 5 |
.dfm files (delphi I think) tend to hold bitmap information about delphi forms (I think). The way the information is organized is as follows: Bitmap = {
|
| Using LIKE to match a file name. | 30 Nov 2004 09:46 GMT | 4 |
I have a hyperlink field which contains the path and file name of a pdf document (5.065-s.pdf) which I'm trying to look for in another table that also has a hyperlink field containing a path and file name. I'm using the Like operator to just look for the file name from the
|
| Creating share on Home-directory : fails on workstation ... works on server ... | 30 Nov 2004 07:55 GMT | 2 |
I'm writing a GUI-application whixh is in fact the program which 'replaces' the User Manager in our shops. So, It works almost ... just a last 'problem'. In fact, when creating a user, I create also the Home-directory and a
|
| App.Path not working | 30 Nov 2004 03:31 GMT | 10 |
I'm in the process of finishing a program for an assignment in class. I'm writing settings to a file then saving it in the application's root directory. The problem is that when I go to use App.Path, VB6 is not recognizing the App object.
|