| Thread | Last Post | Replies |
|
| ADODB record set trouble saving | 25 Oct 2006 08:52 GMT | 6 |
Hello world, I am having a difficulty with a bit of code. I have been trying to save an ADODB recordset to XML and have been consistently getting a runtime error 91 (object variable or with block variable not set).
|
| UserControl Question | 25 Oct 2006 08:47 GMT | 4 |
I would be very suprised if this cound be done,but - lets see :-) In an Exe project you have a UserControl, and the UserControl has lots of properties, most of which would be related to what the UserControl looks like or displays (e.g BackColor, ForeColor, Font, Size etc). But ...
|
| How to tell if .NET Framework is installed | 25 Oct 2006 03:19 GMT | 19 |
Good Day I'm calling some .NET classes from my VB6 app. Can someone tell me how I can tell if the .NET framework is installed on my users machine and if so what version.
|
| First attempt at calling a DLL, a little help? | 25 Oct 2006 00:13 GMT | 10 |
I have a decade-old DLL I need to call from within VB. I have seen, and used, examples that use the DECLARE/LIB system, and now I have to write my own. My confusion is how to map some of the parameters. The call is essentially a HUGE list of little arrays filled mostly with ...
|
| Need assitance converting formula into VB6 | 25 Oct 2006 00:07 GMT | 3 |
I'm trying to calculate the wind chill factor in VB6 One of the formulas I've found to do this, is written in Javascript. What would be the correct formula in VB to calulate this (i dont know how to convert the 'Power Of' part)?
|
| Installer Recommendations | 24 Oct 2006 23:46 GMT | 3 |
I've finally reached the end of my tolerance for Installshield. Any recommendations for a replacement, preferably cheap (so I can recover some of the money wasted on IS over the years), would be appreciated. Also be nice if your recommendation is able to import existing msi files ...
|
| checking for illegal characters fails... | 24 Oct 2006 23:15 GMT | 10 |
I wrote a function to check in a string for illegal characters (characters where queries die on). But when I run the code and use for example a word with NO illegal characters I get kicked out at:
|
| Editing MP3 tags | 24 Oct 2006 22:52 GMT | 11 |
I have been searching but without much luck for examples on how I can edit an .mp3 tag. Are there some examples of api calls (winmm.dll or whatever) that shows how to do this? I just want to open the mp3 file, clear the tag info (all fields) and change Title, Artist, etc. to ...
|
| Creating a Standalone .exe File | 24 Oct 2006 22:06 GMT | 2 |
Office Pro 2003. I know how to create VBA modules in Access, Excel, Word, etc. How may I go about writing a VBA module that can be compiled into a standalone .exe file? Is there a way to do this from Office 2003 without having to buy something else? By the way, I have the ...
|
| Howto create a shadow underneath a form using VB6 | 24 Oct 2006 22:05 GMT | 20 |
The subject says all. Thx. Mike
|
| Using VB6 .dll in Delphi | 24 Oct 2006 21:08 GMT | 1 |
I don't know if this problem is on the VB side or the Delphi side, but I'm the VB programmer, so I'm asking here. I have a VB6 standard dll (using vbAdvance and a hack I found while googling), which works fine with another VB app, and in the other
|
| VB.Net on Windows 98/Me? | 24 Oct 2006 20:16 GMT | 9 |
My customer wants a custom program that will run on all platforms (Windows 98, Me, XP and 2K) without having to worry about installing runtime code/libraries. The entire program must be standalone, and under 200K in size.
|
| Visual Basic on Vista: try not to laugh | 24 Oct 2006 19:53 GMT | 27 |
Supported IDEs: * Visual Basic 6.0 (supported) * Visual Studio .NET 2002 (not supported) * Visual Studio .NET 2003 (not supported)
|
| VBPRNDLG.DLL problems in VB 6 application | 24 Oct 2006 19:08 GMT | 1 |
We ran into the problem with the common dialog box where when you selected a printer it changed it to the default system printer. So, we research this problem every year or so and this time came up with a solution of using the vbprndlg.dll. We installed this dll on one of
|
| Decimal parameter | 24 Oct 2006 18:17 GMT | 2 |
I have a stored procedure with parameters in Sql Server 2000, with one of the datatypes being passed being a decimal (18,2). How do I get VB6 to pass it as a decimal without truncating the number? E.G., if I insert a record with the value of 8.75 into the user interface, then ...
|