| Thread | Last Post | Replies |
|
| creating a thumbnail view | 13 Apr 2006 16:20 GMT | 3 |
I have a folder with several mpeg2 video files. I like to write a selection tool in VB6 and need a way to display the first video-frame(starting picture) of every mpeg2 file on a form? Does anybody know how I can do this with mpeg2 video files?
|
| Paste picture to VB6 Image control? | 13 Apr 2006 15:21 GMT | 5 |
Can anyone tell me if it is possible to place an image from the Clipboard directly into an Image control in VB6? If it is possible, can you point me to a tutorial or post some sample code? Thanks.
|
| Newbie - purpose of empty parentheses | 13 Apr 2006 13:37 GMT | 3 |
In the following Hello World program, what is the purpose of the empty pair of parentheses after the word 'Main' ? If they are not filled with something, why have them? I see them everywhere, and I can't find out why they must be there. It's frustrating.
|
| Icon pictures for toolbar buttons | 13 Apr 2006 13:21 GMT | 1 |
Does anyone know where to find a bunch of icon picture suitable for toollbar buttons? I need icons like "Add new" "Edit" "Refresh" "Delete" "Activate" "Deactivate" "Set Filter"... pretty much standard stuff :-)
|
| Help with muliplication by time! | 13 Apr 2006 12:58 GMT | 26 |
I need to be able to multiply an hourly rate by the time inserted into a maskedbox i.e. 10:00 * 8.2. However this comes back with an error. Any ideas are greatly appreciated Damon
|
| How to extract a character from string | 13 Apr 2006 11:22 GMT | 1 |
I have a field with String type. The format is like that e.g 12345a 23456b or 12345 . The last english character of the field is optional. Now I need to determine whether the last english character exist, if it exist, then I need to extract the last english character.
|
| Can't find a DLL when run from Debug | 13 Apr 2006 11:13 GMT | 13 |
I have a very simple project that is making use of a DLL. This DLL has been copied to the same directory that contains the project's EXE and form. If I just double click on the EXE then it runs but if I try to run the simple project from within the VB environment, it says that it ...
|
| Query Inner join in different database with password | 13 Apr 2006 07:41 GMT | 2 |
Good morning Buongiorno I have a problem in this query with 2 db (access97 + vb6) i have the second db with password
|
| Software Licensing components for VB | 13 Apr 2006 00:31 GMT | 5 |
I'm looking for a software licensing component to integrate into my vb6 app. The component should not be based on hardware id's. I should be able to generate, for example, 50 software keys / unlock codes and each one of these is given to a registered user. The registered user just ...
|
| Cascade changed data in open forms | 13 Apr 2006 00:13 GMT | 1 |
What are some of the methods you guys have used to update data in forms that has been changed by another open form? In MS Access I used to handle this by looping through all open forms, then looping through all listbox or combobox controls and calling their .requery method. I'm
|
| Err.Raise in COM+ Component loses Err.Source and Err.Description | 12 Apr 2006 23:27 GMT | 5 |
In a COM+ comopnent, we have code which does the following: Public Sub Delete(ByVal PrimaryKey as Long, ByVal ConnectionString as String) Dim cnDBMS As Connection
|
| Architecture to separate Business Logic and GUI | 12 Apr 2006 22:55 GMT | 7 |
I am designing an application that has (surprise surprise) two parts: Business Logic (BL) and GUI. It is actually a control application (connected to some embedded equipment) so I would like the BL to load and run as a system service. The GUI on the other hand can be opened
|
| Test for open windows | 12 Apr 2006 22:11 GMT | 4 |
In VB 5 I could have a form named frmTest and open it with frmTest.Show Now in VB.net I have to Dim frm as New frmTest
|
| Dubug VB6 Active X | 12 Apr 2006 21:47 GMT | 3 |
Please forgive me I think I have a simple problem. (Hey search is broken ;) ) I need to plug a tool I created into an older program. The SDK came with it uses VB6 I have not touched vb6 in years and when I did it was minimal. What I have is an ocx that gets called from within
|
| vb6 window resizing error (runtime error 6 - overflow) | 12 Apr 2006 21:29 GMT | 10 |
i have some users (about 30% of them) that get a runtime error 6 - (overflow) when they attempt to maximize a particular form. I cannot duplicate this error. i am running the app on windows xp and the users that get this error also
|