First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
STUMPED! VB6 app on Win7 64 system
I have a small application that installs just fine on XP, Vista and Win 7 32 & 64 bit. The program even runs on all of these as well. The problem? On my Windows 7 64-bit laptop that is a 2.1ghz Dual-Core with 4g memory, this application runs so slow it makes you think it locked up. ------------------- ... 9 Mar 2010 14:41
Fixing/ Rounding
Hello, I want to calculate how many rows I need in a grid for a given number of cells when the number of columns is limited to let's say 6. Somehow I don't find any better way than using Mod because lCellCount=1917 lMaxCols = 6 would return 319,5 but VB6 rounds that down to 319 instead of rounding it up. ... 24 Feb 2010 12:02
Sudden Run-time Error '-2147221504 (80040000)'
Hi Olaf, On Feb 22, 5:37 pm, "Schmidt" <s...(a)online.de> wrote: Um, sounds familiar to me <g> - because that is an Error which is originated (and thrown) from within DirectCOM.dll. (indirectly, over the GetInstanceLastError-Call) Ah! I originally thought that it looked like a dhRichClient3 error messa... 22 Feb 2010 18:43
Sudden Run-time Error '-2147221504 (80040000)'
Hi, I just opened a project that I haven't worked on in a couple of days, and suddenly when I try to run or compile I get an error in any code that tries to create a new object from one of my ActiveX DLLs (also contained in the project, project compatibility set). The error is: Run-time error '-2147221504 (80... 22 Feb 2010 18:43
Outlook 2007 and second inbox created
With a recent setup of Outlook 2007 on my home cpu, a second inbox was created, "Inbox in <xxxxxxxx>". All received email goes in this inbox. I setup using IMAP and have gone through multiple setting options, but nothing changes. I only need the primary inbox to work, but it does not. Also, my primary inbox is ... 22 Feb 2010 16:27
Run VB exe's in Win 7
Hi If I copy a VB Exe from my Desktop with OS XP Pro it fails to run on my laptop with OS Win 7. Can I get this to work? Thanks ... 2 Mar 2010 04:37
Asking Advice
"Nobody" <nobody(a)nobody.com> wrote in message news:OjWy0rGeKHA.5156(a)TK2MSFTNGP04.phx.gbl... "Karl E. Peterson" <karl(a)exmvps.org> wrote in message news:u643rMGeKHA.2164(a)TK2MSFTNGP02.phx.gbl... Okay, gonna toss this one out to see who can shoot it down quickest... Public Function MkDirs(ByVal Folde... 22 Feb 2010 13:01
I am starting to prefer comboboxes than textboxes
I my VB6 Know The Notes app, which I am currently enhancing with extra features, I have been using dropdown comboboxes on one or two forms. Because when one has the alternative, textboxes, one has to do loads of checking, like is it numeric only, what happens in LostFocus/GotFocus, what happens when you select a me... 4 Mar 2010 07:51
VB6 application with manifest file
Hello, I have this rather "hairy" VB6 program that depends on quite a few external components. I have now successfully used "Make My Manifest" to produce a manifest file, so that I no longer need to run a "proper" install. Just copy a folder with everything needed to the target machine. However, since the a... 22 Feb 2010 08:32
Use Registry ?
I have always used INI files as a way to store program settings. This INI file was always stored in the app install directory. Would it be better to use an INI file stored in the COMMON_APP_DATA folder or just continue to use the registry via SaveSetting/GetSetting ? (This is an attempt to become UAC complian... 22 Feb 2010 07:26
First  |  Prev |  Next  |  Last
Pages: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65