First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
cFileSearch by Ulrich Korndoerfer
I'm trying to use cFileSearch cls but am doing something wrong getting the correct subdirectory when searchdepth = -1 (all sub dirs) I'm getting back filenames where the file is out of sync with the folder in which it really exists oFileSearch.search oFileSearch.BuildTreeIndexes For i = 0 To oFileSearc... 24 Nov 2008 19:15
How to get server Time
Hi All, Is there a function to get server time? Thanks, Noel *** Sent via Developersdex http://www.developersdex.com *** ... 7 Sep 2008 16:47
Command line MAKE crashes - works in IDE
On further investigation... It would appear to be something todo with LINK.EXE, maybe path too long or too many command line args... HELP! Nigel "Nigel V Thomas" wrote: Hope someone can throw some light on this... My project compiles (if that's the right word) in the IDE just fine... Us... 4 Sep 2008 19:12
Application error when using VB6 Intrinsic Controls
I have been using VB6 on my PC for over a year now. About a week ago I started getting an application error anytime I open a form in the designer. I thought my projects had been corrupted but it happens if I start a brand new project, add a standard Label control (or text box) to the form then try to close th... 26 Jul 2008 23:15
System Error &H80070057 "The parameter is incorrect"
Hello, I have added "Microsoft Forms 2.0 Object Library" as a component to my project for Unicode support. However, when trying to load any of it's controls I have that error: System Error &H80070057 "The parameter is incorrect" Is it something to do with my Windows XP PRO? Thanks, Jack ... 24 Jul 2008 12:55
C++ Code to VB6
Dear All! Is it possible to convert the following C++ Code to VB6? /* Code to find the device path for a usbprint.sys controlled * usb printer and print to it */ #include <usb.h> #include <usbiodef.h> #include <usbioctl.h> #include <usbprint.h> #include <setupapi.h> #include <devguid.h> #include <... 14 May 2008 18:27
System Watcher
VB6SP6 I would like to see what happens in the registry and on the hard disk when I IDE run, .exe run or install a VB6 application. Is there some app or apps that will watch all of this and report the changes being made? And/or what do I Google for? What is this monitoring called? ... 3 Apr 2008 16:53
reading mouse wheel rotation in VB6
How to read mouse wheel rotation in VB6? I am not a programmer. I need to control a step motor from a computer via a serial port. I am trying to write a code to move the motor one way or another by using a mouse wheel, when a mouse cursor is placed on a control button on a form. I know the protocol for the motor... 12 Mar 2008 18:18
Where Can I Find the MSDN Collection for VB6?
It was a separate disk. If your friend didn't give it to you, then you don't have it. Rick "Ken Hall" <kenhall2REMOVE(a)houston.rr.com> wrote in message news:51kno39dihqcq6pkg0qgqq69e9aqq1perc(a)4ax.com... A couple of years ago an aquaintance who'd gone to NET gave me his copy of VB6. I've use VB5 for yea... 26 Jan 2008 18:56
Is there a VB equivalent to CoCreateInstance
For example, an equivalent to this C++ from MSDN: hr = CoCreateInstance(CLSID_InternetExplorer, NULL, CLSCTX_LOCAL_SERVER, IID_IWebBrowser2,(LPVOID*)&pIWebBrowser2;); hr = pIWebBrowser2->Navigate(bstrUrl, &vEmpty;, &vEmpty;, &vEmpty;, &vEmpty;); hr = pIWebBrowser2->put_Visible(VARIANT_TR... 29 Dec 2007 09:35
First  |  Prev |  Next  |  Last
Pages: 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87