First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
Why would the VB6 exe not show up in the task bar
Karl E. Peterson wrote: Tony Toews [MVP] formulated on Thursday : Karl E. Peterson <karl(a)exmvps.org> wrote: Extra credit reading: http://obob.com/cis58/evilend.html :-) Awesome. That nicely explains the other comments in this thread. And I didn't realize that Bob O'Bob had a website. <a ... 15 Apr 2010 15:53
Double V. Single Help
Why is 'ans1' true if double and false for single? Module Module1 Sub Main() Dim x As Double / Single Dim y As Double / Single Dim ans1 As Boolean Dim ans2 As Boolean x = 0.3000000000000001 y = Math.Round(x, 2) ans1 = y = 0.3 ans2 =... 7 Apr 2010 19:11
Referencing Flash OCX properly in vb6
Hi All I've used the shockwave flash component to good effect in my vb6 app, but when I tried to add this ocx (flash10e.ocx by the way) as part of my installler InnoSetup can't register the component. Keeps giving a 0x5 error. Some have said don't worry about it as flash is installed by default in window... 7 Apr 2010 18:03
Frame not becomming invisible
I have a form that contains several frames that are displayed or hidden under certain situations. One specific frame (fraProvider) is giving me problems. The frame is set to False in the properties. When I run the program normally the frame remains visible. If I step through the code the frame becomes invisib... 8 Apr 2010 18:35
Error 30366 in VB code behind Visual Studio 2005 project
I'm new to using Visual Studio (2005) with VB and I've recently taken over a project started by someone else. The basic process is to retrieve a file from an ftp server, load the data into SQL Server (2005) tables, summarize the data - creating a new file to put on the mainframe. There are steps included tha... 13 Apr 2010 16:13
Register a file extension
I would like to allow my users to register my apps file extension from within the app. I have managed to register the extension but the description isn't being shown in explorer on xp or 7, I can not also get the icon to display. Below is the code I found on the internet: Private Declare Function RegCreateKey... 7 Apr 2010 10:07
how to connect from vbs code to local MS Access database
Hi, I try to write some code that will connect from a simple local vbs script, to a local MS Access database, for read-only purposes. This is the code that works OK for me when opening an MDB Access database: ------------------------------------------------------------------------------------------------------... 9 Apr 2010 04:33
MAPI Issue
As in a previous post "Mapi email problem" I too have been using the MAPI email client through Outlook Express without issue under XP. However, while the same program runs Vista, it returns an error number 48389 (which I can't find any where) when it tries to email. It appears that the "Mail" app in Vista is ... 7 Apr 2010 00:17
ADO/SQL Server: datetime column appears to be "1901-1-1 00:00:00" after insertion
Hi. I'm using ADO connection and recordset to insert records from Table1 to table2. The database is SQL Server 2005 and the connection is established before the following the code snippet with "csvSQL". The code works without any error but the result is not what i want. The issue is that when aTIME1 is "" and ... 7 Apr 2010 08:59
Mapi email problem (and Apology)
===================== First off my apology for multiposting. I posted to the wrong group by accident. This post was meant for this group and not the enterprise group I had posted to by accident. ========================================= I have automated VB6 application that sends email to to clients when pr... 7 Apr 2010 10:07
First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52