| Thread | Last Post | Replies |
|
| advice needed | 31 Dec 2008 23:32 GMT | 120 |
I have a learning copy of VB6.0 that i have purchased with the book it was included inside. it does pretty much all the work, and i have been using it for a long time but it has no full features. like the help for instance.
|
| Windows Media Player ActiveX Crashes System | 31 Dec 2008 19:05 GMT | 10 |
I have the WMP ActiveX control on one of my VB6 application forms. I can load up a video and play the video on the form with no problem, however if the .URL property is touched (changed to another file) my system crashes... if in the IDE, stepping through the code, it crashes. If ...
|
| combo/listbox object in VB6 for having more than 2 columns | 31 Dec 2008 02:10 GMT | 3 |
Is there any combo/listbox object that can be used in VB6 for having more than 2 columns ? I tried to use combo/listbox object from FM20.DLL as I need to have 14 columns, but unfortunately is not supported by VB6.. Thanks a lot inadvance!
|
| Inverted grid on form at design time | 30 Dec 2008 17:03 GMT | 14 |
Someway I have now inverted grid on any form at design time. It looks like black background with gray dots. Changing form Forecolor property changes the grid background (normally, grid dots color should be changed instead). Turning grid off returns form background to its normal gray ...
|
| MDI - Using Proc multiple Children or Multiple Calls | 30 Dec 2008 14:20 GMT | 19 |
I have several public procedure in a module that use static variables. I would like to call each routine multiple times both from a single child and/or from multiple children with different parameters. Currently, because of the static variables, the return value(s) get corrupted.
|
| Combo of FM20.DLL does not allow 10th column to be set in VB6 | 30 Dec 2008 13:23 GMT | 1 |
I created a VB6 EXE file with one form, used FM20.DLL component and added a combo box from FM20 on form. I set combo's columns to be 14 and when I executed the code below, I got error on 3rd column. ComboBox1.AddItem 1
|
| XP explorer says file is there - my app says 'File not found' | 30 Dec 2008 00:57 GMT | 13 |
This is only happening on one users machine and I'm really running out of ideas. My app seems to refuse to recognise filenames that are clearly in the correct folder and can be seen in a directory listing. I can't help feeling this has got something to do with mixed case
|
| Mp3 Duration | 29 Dec 2008 23:29 GMT | 3 |
I am using VB5 and would like a simple method of getting the duration of an MP3. I have searched Google for a while now with no luck. Can anyone help me out? Examples would be welcome! Thanks.
|
| Weird dir() problem | 29 Dec 2008 21:23 GMT | 13 |
I'm writing a simple data conversion app, and I'm the first to admit the problem is probably between my ears - I haven't used VB since 1995, so I had to relearn it this weekend to write the app. So anyway, at one point in the process I erase any previous output files
|
| Using DLL from Vendor | 29 Dec 2008 20:13 GMT | 19 |
I am using Visual Basic 6.0 I have been given a DLL file from a vendor called Input_Pro_DLL.dll. I have saved the file in C:WINDOWS\System32. I am pretty sure the DLL was not made in VB.
|
| Biblio.mdb Babble | 29 Dec 2008 02:57 GMT | 12 |
Oh, the pains of working through a programming example in a book. I'm learning how to OOP in VB6. I'm having a problem with some example code. ======================= Private Sub Class_Initialize()
|
| Wondering how this is possible | 29 Dec 2008 02:24 GMT | 16 |
I am working on an app that will augment the functionality of a comercial application I use. In order to ensure my "helper" app gets correct information I was going to read some information from the other apps UI. There is one specific control on the main window which
|
| Event when Form has resized | 28 Dec 2008 22:14 GMT | 2 |
Sorry to bother you again. Is there a way to have an event when a form has finished its resizing? If I resize a form with the mouse I will immediately get the Form_Resize fired when I start to resize the form.
|
| strange behaviour with vertical scrollbar | 27 Dec 2008 20:10 GMT | 4 |
On my form I have a vertical scrollbar(VScroll1) and often(but not always) I see strange behaviours: If I press the up-arrow or the down-arrow(small change) of the Vscroll control with the mouse then the slider is moving upwards or downwards as
|
| Protecting class | 27 Dec 2008 16:11 GMT | 6 |
I currently need to write a solution that consists of three parts: the main application, a utility class library (*.dll) and a third application (which is written by some third-party developers). Now, the utility DLL contains some functions I want to be accessible for
|