Hello, I want to send entries from a self written program to a form on a webpage. For example I send "http://www.farbatlas.com/bestellung.htm?pcfingerprint="12345"&email="testmail". "12345" is then written into that field of of the page. I am looking for the php script, not the VB code. Can you...
I am sitting here on a problem with Netscape Mail. I automatically create
mails using ShellExecute. It works fine but - it doesn't accept any linefeed in the body (vbcrlf, vbcr, vblf, chr(10), chr(13)) if the mail is created in Netscape Mail. But I
must set linefeeds! How comes that, how can I...
I sat there on a problem with Netscape Mail. I automatically create mails using ShellExecute:
=================
Public Function OpenEmail(ByVal EmailAddress As String, _
Optional Subject As String, Optional Body As String) As Boolean
Dim lWindow As Long
Dim lRet As Long
Dim...
I have built some installation routine for a VB program with some dll and ocx files. Where must ocx and dlls be installed on the destination system? If I put them into the winsys directory, other dlls/ocxs are overwritten. If I put them into the program's directory, does it work always? Do I...
How can I define a parameter in my vb application? When I start the program from the command line, i.e. by c:\programs\myapp.exe -e, it shall execute a special subroutine inside the exe.
Moin Moin (our north west german greeting),
do you know how I can include my application to the install/uninstall section of Windows system control center (do not know the exact english name, but hope you know what I mean)
For example, I have written my uninstaller...
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.