Does anyone know how I can use the microsoft DLLs to count the number of words in a text box and also do a spell check and correction on the text. It is a multi-line text box.
I am trying to find out which country/state a user hitting my website from. I tried using the certificate object on a secure server but this did not seem to work. I can do it through the HTTP_ACCEPT_LANGUAGE but this is not foolproof.<br><br>Does anyone know how I can get...
I created a COM object in VB and registered it with MTS. I try to create the component from a client applicaiton on the same machine, I remembered to reference the DLL in the client project.<br><br>When I try to use the createobject call I get the error:<br><br>Runtime 429, Active x...
I am using a ado recordset to insert a new record into a table in SQL server where the primary key is and integer identity column. Does anyone know how I can get the id that SQL assigned to the new record immediately after I call the update function:<br><br>rs.addnew<br> 'do some...
I created a COM object that simple connects to a database and executes a sql string which I pass in. I then call setabort or setcomplete.<br><br>I register the object in MTS and create a VB client, point to the reference of the DLL and code my client calls to the...
I am new to using DCOM. I am developing using VB6.0 How do I remotely register a DCOM component without creating an installation "package" or using the install builder (this seems a bit too much)<br><br>I placed the DLL on the server and did a regsvr32 and on the client I...
I am new to MTS but I have developed COM objects in VB before. I am using VB6.<br><br>Scenario:<br>If I have a functions withdraw(account, amount) and <br>deposit(account, amount)<br>the two functions can process transactions independently. Within each function I connect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.