How can i do the following in visual basic v6?
Open a .txt file ( e.g c:\test.txt )
Start searching for the string <a href=" from the top of the .txt file
If found on .txt file then grab ...
I tried a lot of free codes on EE and other sites however i am unable to find something that really worked. What i want to do here is to send an email using SMTP authentication.
Could you p...
I'm trying to get the device ID and/or serial number from a connected Pocket PC using a desktop application I'm writing in VB.NET 2005. I've read through a lot of stuff that I found on Google....
Dear Experts
I am having problems to save barcode bmp files as OLE object in MS Access OLE Object Field
I have a folder containing barcode images numbered sequentially e.g.
110001.bmp, 11...
I have a text file with 23 pipe delimited columns to it. I need to do the following to it:
1-Eliminate columns 1, 3, 4, 7, 8, 9, 11
2-Then of remaining columns, move column 4 to column 2 ...
Dear Experts,
I dowload winscard.dll(Version 5.1.2600.2180) from online to use inside my program. When I try to register it in both system32 and my project folder, I faced the following error...
Hello is it possible to create a installer that can install (.exe, not source) multiple programs silently without having the user to attend to it at all?
I am trying to access the clipboard in VBA for Microsoft Word, but I get the following compile error on the statement below: User-defined type not defined.
In Tools->References, which refer...
Hi Experts,
I have a project that references the Winsock control (MSWINSCK.OCX).
I use it in a class, via these statements:
Public WithEvents Winsock1 As Winsock
Set Winsock1...
I have an application that tries to update a row in an Access database but I get the following exception on one system:
System.Data.Odbc.OdbcException: ERROR [22018] [Microsoft][ODBC Microsof...
Hi All
I use VB.Net in VS2005 and create my own query string in many of my applications to create a dataset etc. for example when I build a new SQL String I start
Dim SQL ="Select * From Ta...
All
I am endeavouring to 'write' (and not succeeding to well) a macro to:
begin at AE3, find next blank cell and autosum, then find next blank cell and autosum until last row of data
...
I have seen a number of Scripts which perform part of what I need, but I have not been able to find one that does it all. I have a batch which often will not run for users operating remotely ...
I've got a relatively small isolated network of 15 Windows machines (mixture of XP and Win 2k). No DHCP / DNS for them, they all have static IP addresses that I maintain a local hosts file for...
I have a script that maps drives using network credentials. I would like to be able to hide the password with ******* as it is being typed. The script I am using is listed below.
I think th...
What is the best way to detect proxy settings using VBA?
1. direct (no proxy)
2. manual
3. auto proxy
I am using Microsoft SOAP Toolkit 3 (MSSOAP30.dll) to call a web service in Micros...
I tried all the APIs that are listed in answers here and nothing works.
I tried:
ScUNCFromLocalPath
WNetGetUniversalName
GetUniversalName - the special function that microsoft created usi...
I looked many solutions here but still unable to locate what I need.
I have code to make a transparent form.
I have a third party VB control to display a transparent gif aninmation which
...
I guess the title says it all - what is the best way to check if an access table exists from VB.NET. If it exists I will do nothing but if it doesn't then I will need to create the table.
T...
i created a procedure and this procedure is being called in a function. Now I am trying to call the function and it is giving the above message. I really appreciate your help in solving this i...
I have the following string..it always varies in length.. Up to the ":" is consistant and the period after each line. How to extract number out of string for each line...thanks..
Have seve...
scenario: the welcome screen comes up because of screen-saver or user having pressed switch user (i.e. a user is already logged on and my vb.net app is running in memory), and now i would simp...
I have linked this question to a similar one, I have included the fuzzy UDF in my example below from the similar question.
Here is what I am looking to do:
The attached example is for cl...
I'm trying to create cabinet file in Visual Basic 6.
I got the Cabinet.dll, but i did not find any reference on how I could make it work with vb6. (Found some on .NET, but it's an old project...
I would like to create a splash screen using a transparent png graphic. I have found a couple of threads on this forum for this but most were abandoned and another was in c #.
Can anyone as...