Hi
I was wondering if it is possible to call an external asp / html/ php page and renders its values / response into a client side variable ie:
<script language="Javascript">
// get serverside value
x = _____FUNCTIONNAMEHERE_____('http://www.web.com/test.asp');
alert(x);
</script>...
Hi Casper
Just found the problem with using vb6 to connect to outlook 2003 using MAPI. It seems Outlook 2003 has built in security which sees any external application trying to connect to it as malicious code, and usually brings up a warning to allow or deny this access. When running the app...
getting a "function not supported" error when running the below code on a machine with outlook 2003 installed.
=====================================================
Option Explicit
Public m_bSignedOn As Boolean
Private Sub Form_Load()
Call SignOn
If m_bSignedOn Then
CheckForMail...
Hi Casper
Tnx for the reply. MAPI works perfect, except when trying to connect to a local Outlook 2003 client.
The problem with CDO however would be limitation on operating systems.
Our solution would need to extend to any Outlook version as well as any windows operating system version.
Mapi...
Hi
Have to write an exe that will be deployed to a large userbase. The exe must check the local machines email inbox for a specific attachment on a daily basis and save this file to a spesified location.
The probelm is not with writing the app, but rather using the right technology ie. MAPI...
Hi
I am looking for a way to display / reference the active session count of the localhost (default website) in IIS and / or PWS using vb6.
Any help in getting me started would be highly appreciated.
>(::O> wASP >(::O>
any way i could modify this code to check if ANY files exist before killing all files, as a file not found error occurs if directory is already empty ?
>(::O> wASP >(::O>
much appreciated. this is exactly what i was looking for.
as reference to any1 else looking into this, i found a brilliant and free URL Rewrite component @ http://www.helicontech.com/
Thnx again Chris for the usefull help..
>(::O> wASP >(::O>
I would like to set up a redirect within IIS that redirects anything other than the domain name to a page as a variable, without having to set up virtual directories for each aletrnative after the domain name ie...
www.mytestdomain.com/12345 should redirect to...
Hi
How would I go about setting up IIS 5 to redirect any URL parameters after the server name ie. www.url.com/1655 to www.url.com/index.asp?keyword=1655 or www.site.com/mynamehere to www.site.com/index.asp?keyword=mynamehere.
I do not want to create virtual directories for each possible...
i have an MDI application, which reads child forms from seperated form classes, each built into their own dll which i just reference.
I now want to make this more dynamic by having an XML file which will determine the sequence / flow of the forms to be opened, and thus a SUB which will take the...
Hi
I only recently started looking at VB.NET and need some help as we will be starting this project soon.
We are re-writing an application used by our customers, but need to componentetise every single form / class into its own dll. referencing these is fine, but how does one go about...
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.