I see a multiple questions from you regarding ways to count the frequency of words from a text file. I have an example below, it doesn't use the listview control that you ask about....
Indeed, it was a bit of a guess on my part. Im just sort of bored today, just throwing that out there in case it might give MerkeZ a different perspective or spawn a new thought possibly. .
Does anyone know how to make a standard VB EXE (Unattended execution enabled) continue to run without loading a form. An App that starts in Sub Main and continues running as if a form is loaded even...
I have very limited experience in C++ but. . . I have to figure out what a particular part of a Visual C++ v_6's source code is doing in order to mimic it in another language.
What is the API used for data Encryption in visual basic? Im looking for the one that returns a key when encrypted, then that key is needed to decrypt the data
In my situation there can not be any human intervention. It has to be done programmatically so. . . If I used the /s switch with regsvr32 and passed it an invalid path. Under these conditions...
I do have one other question for you. What is the best way to know if the registering or unregistering failed? The calls to LoadLibrary and GetProcAddress return 0 when I feed them an invalid path...
Thanks for the sample code WoF. It seems to be working perfectly for me! :) I am currently creating an application (that will reside on each PC) and will distribute or copy all of our other...
Does anyone know how to programmatically register an ActiveX component or DLL with visual basic? Not by shelling regsvr32 but with API calls where the name of the DLL is NOT hard coded into the...
Call the function below like this. . . pass it a recordset and it will create an xml file from of the recordset you pass to it. It also returns the recordset completely detached from its...
Does anyone know how to get around the default 1000 records (limitation) that are returned when doing LDAP queries? The code below only returns 1000 records. Records consisting of network login IDs...
Dam I feel dumb. That was easy. How about adding icons to the items in the list? I have a handful of icons (.ICO files) I need to programmatically add (from a network share or hard drive) to the...
As easy is this may seem, I am really struggling with this. Was the ListView made buy Microsoft or some other company because the little documentation that I can find about it seems incomplete and...
I had a consulting gig a few years ago where we converted DAO to ADO on about 35 applications. I basically worked through all the DAO code got an understanding what it did and recoded it using ADO. ...