First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
How to clear a text file
I'm using this but it prints one blank line...how to just end up with a blank file? Dim oFile As cFile Set oFile = New cFile oFile.Filename = mSelectedFoldersFile oFile.OverWrite "" and in cFile class Public Sub OverWrite(sMsg As String) Dim iFhndl As Long iFhndl = FreeFile On Error GoTo ER... 20 Jun 2010 15:40
Use Internet to network to VB5 app?
I currently have a VB5 application installed on one customer PC(used as a server) in an office and use the customer's network to connect all other PC's in the office(client PCs) to my application. Is it possible, and if possible, how could I use the Internet for client computers in this office to connect(netwo... 29 Jun 2010 20:44
VB6 s/w to keep track in tournament
I might be involved in developing a vb6 s/w that will help keep track of the participants in a tournament. Before I go inventing the wheel (again) I would like to know if any of you have heard or know of an already built VB6 project that I can use as a starting point. The basic idea is to have a sign up form wher... 23 Jun 2010 19:32
VSM 05/2002 Dan Fergus Article - Getting Debug Info from Production Apps
On 18/06/2010 11:52, Dee Earley wrote: On 18/06/2010 05:40, Michael Cole wrote: I'm trying to get a copy of the Fawcette VSM 05/2002 article by Dan Fergus on basically how to compile an app with the debug symbols on in order to get a stack trace, and it seems to be unavailable on the internet at Fawc... 18 Jun 2010 08:03
VSM 05/2002 Dan Fergus Article - Getting Debug Info from ProductionApps
On 18/06/2010 05:40, Michael Cole wrote: I'm trying to get a copy of the Fawcette VSM 05/2002 article by Dan Fergus on basically how to compile an app with the debug symbols on in order to get a stack trace, and it seems to be unavailable on the internet at Fawcette. Isn't it largely the "create symbolic... 18 Jun 2010 06:58
Asnyc WebBrowser navigation
Hello! Does anybody know how to navigate async with the web browser control? Thanks! ... 18 Jun 2010 11:21
MSHFlexGrid not scrolling beyond 65,535 rows - see Q253211. Anyfix?
On 6/17/2010 10:15 PM, MM wrote: On Fri, 18 Jun 2010 02:26:18 GMT, sfdavidkaye2(a)yahoo.com (David Kaye) wrote: The good software is the kind ordinary people can relate to. The good software is the kind that doesn't have a bug that prevents rows past 65,535 from being viewed. MM <joke> ... 22 Jun 2010 14:57
VSM 05/2002 Dan Fergus Article - Getting Debug Info from Production Apps
I'm trying to get a copy of the Fawcette VSM 05/2002 article by Dan Fergus on basically how to compile an app with the debug symbols on in order to get a stack trace, and it seems to be unavailable on the internet at Fawcette. Does anyone know how I get a hold of it, or has anyone got the similar information... 21 Jun 2010 15:49
The confused end luser
luser. dummy. dufus. I hope you don't face the same disdain next time you undertake something as a beginner. ... 18 Jun 2010 09:08
Something fun to play with
Private Declare Function EbExecuteLine _ Lib "vba6.dll" (ByVal pStringToExec As Long, _ ByVal Unknownn1 As Long, _ ByVal Unknownn2 As Long, _ ByVal fCheckOnly As Long) As Long Public Function ExecuteLine(sCode As String, _ Optional fCheckOnly As Boolean) As Boolean ExecuteLine = EbExecuteLine(StrPtr(sCode),... 17 Jun 2010 17:54
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30