php-windows Digest 19 Sep 2007 10:31:26 -0000 Issue 3333

Topics (messages 28491 through 28494):

Re: how to invoke c# API dll using php: COM?
        28491 by: Viola Holownia

Re: Outlook 2007
        28492 by: Gustav Wiberg
        28493 by: Stut

Probate Research Finding!
        28494 by: Paul Matthews

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
hey!
thanks for the respond,

I know how to handle that from php, but have no idea how to register
this dll and how to work with it (sorry that I wasn't more specific in
my previous post).

When I try to register this dll using:

>> regsvr32.exe  WebLabAPI.dll - I get following error:
the module "WebLabAPI.dll" was loaded but the entry point
DLLRegisterServer was not found;

I do have install Visual Studio 2005 on Vista - no idea why I can't
register this dll :(

help!
many thanks!
viola



On 9/13/07, Ariz Jacinto <[EMAIL PROTECTED]> wrote:
> Hi Viola,
>
> have you tried this?
>
> $Obj = new COM("RegisteredDLLName.ObjectName") ;
> $Obj->foobar();
>
>
> Reference:
> http://us.php.net/manual/en/ref.com.php
>
> --
> Ariz Jacinto
>
>
>
>
> On 9/13/07, Viola Holownia <[EMAIL PROTECTED] > wrote:
> > Does anybody knows how to invoke c# API dll using COM: php?
> >
> > Here is my short description: I have to use c# dll from php to call
> > some function and get back whatever these methods return.
> >
> > Don't really know how to start with that :(
> > Any help appreciated.
> >
> > Viola
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/ )
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>

--- End Message ---
--- Begin Message ---
Hi!

Thans for your feedback. I'm sometimes very eager to get things done, and I'm 
then into much to deep. And I apologize very much. 

BUT, to my defense maybe I was not clear enough with my question. I wanted to 
do something with PHP that replaced the Outlook:// protocol in some way. (And I 
know that Outlook:// is a html-thing)  It could be an ActiveX control (which I 
by the way found by myself) and I know that that has nothing to with PHP 
either. It could be any COM-control which I haven't recieved any answer for 
(and that's ok - IF nobody know, nobody knows...) 

Enough said. And again, I apolgoize very much!

Best regards
/Gustav Wiberg


-----Original Message-----
From: M. Sokolewicz [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 13, 2007 6:37 PM
To: Gustav Wiberg
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Outlook 2007

Gustav,

it's great that you're an active poster here, but I am starting to get 
the feeling you're into this all too deep. You have no idea what's going 
on, and instead of starting slowly and learning, you just dive in, get 
lost and ask the mailinglist to help you with every single problem you 
have in every single project. Just to recap, you've asked this list 21 
questions in the last 4 weeks; compared to everyone else, that's a HUGE 
amount (even if you were on the php-general list).

Now, on to your actual question. Have you ever noticed how:
1. HTML has nothing to do with PHP
2. Links have nothing to do with PHP
3. Anything client-side has nothing to do with PHP
?

Well, in this case, all 3 apply. There _IS NO PHP_ in this question. HOW 
are you supposed to have "any alternative in PHP" for a link which a 
user clicks (client-side), which should start outlook (also client-side) 
if you never ever have any contact whatsoever with the server after 
outputting the HTML. Seriously, dude, think before you post, or even 
better: Read up on the very basics of webdeveloping, don't take up such 
ambitious projects for a while, and just... learn...

- Tul

Gustav Wiberg wrote:
> Hi!
> 
> I reprhase my question. Is there any alternative in PHP?
> 
> Best regards
> /Gustav Wiberg
> 
> ----- Original Message ----- From: "Niel Archer" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 12, 2007 6:30 PM
> Subject: Re: [PHP-WIN] Outlook 2007
> 
> 
>>> Hi!
>>>
>>> I'm using Outlook-protocol when I do some hyperlinking. This only 
>>> works with version earlier than Outlook 2007.
>>>
>>> Example :<a href="outlook://Inbox">Test</a> works together with 
>>> Outlook 2003, but not with Outlook 2007.
>>>
>>> What is the option/alternative to get this to work in Outlook 2007?
>>>
>>> Best regards
>>> /Gustav Wiberg
>>
>>
>> Where's the PHP question?
>>
>> This is a PHP list, please don't use it for general support on
>> everything you don't have the answer too.
>>
>> -- 
>> Niel Archer
>>
>> -- 
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.485 / Virus Database: 269.13.16/1004 - Release Date: 2007-09-12 
17:22
 

--- End Message ---
--- Begin Message ---
Gustav Wiberg wrote:
BUT, to my defense maybe I was not clear enough with my question. I
wanted to do something with PHP that replaced the Outlook:// protocol
in some way. (And I know that Outlook:// is a html-thing)  It could
be an ActiveX control (which I by the way found by myself) and I know
that that has nothing to with PHP either. It could be any COM-control
which I haven't recieved any answer for (and that's ok - IF nobody
know, nobody knows...)

The outlook protocol (outlook://) is not an HTML thing, it's barely even an HTTP thing, it's a Windows thing. More specifically it's an Outlook thing.

When Outlook is installed it registers the outlook:// protocol handler in the Windows registry. This causes Outlook to be called to handle requests using that protocol.

Hopefully you can see now why when you say you want to replace it with PHP it doesn't make much sense. If I'm interpolating your request correctly you basically want to launch Outlook into a specific view from a link. If so then you're really out of luck unless your web server is local in which case you could probably hack it together but it wouldn't be pretty or, IMHO, worth doing.

Rather than asking us if it's possible to do something in a particular way, you may want to try telling us what you want to achieve.

-Stut

--
http://stut.net/

--- End Message ---
--- Begin Message ---
Good day,

I am Paul Matthews and I am a researcher with a notable Genealogists and 
International
Probate Researching firm here in the United Kingdom. We are one of the UK's 
leading firms of genealogists. Based in London we have over 40 highly trained 
staff, as 
well as agents and correspondents throughout the world. We specialize in 
probate research to locate missing heirs and beneficiaries. We can also help 
you find wills, 
obtain copies of certificates, help you to administer an estate, as well as 
calculating how an estate, intestacy or trust should be distributed.

You may unknowingly be an heir of someone who has died without leaving a will 
(intestate). We conduct probate research to prove your entitlement, and can 
submit a 
claim on your behalf - all at no risk to yourselves. Our experience in 
investigative procedures enable us to undertake the detection of many 
categories of missing persons 
who may be entitled to share in land, pension trusts, shares or the residue of 
the estate of a person who has died. In cases of intestacy, you may instruct us 
to conduct 
research to discover and locate who is entitled to a share in an estate in 
accordance with the laws of intestacy. 

Our research enables the personal representative to then complete the 
administration of the estate. We are equally happy to assist you for simple 
tasks, such as a partial 
intestacy, as well as complex matters, such as a discretionary trust where the 
life tenant has recently died, and the remaindermen are the settlor's nephews 
and nieces (or 
their issue), none of whom are named in the trust deed, and the immediate 
family are all now deceased. We can undertake specific searches for you for 
grants of 
probate, birth / death / marriage and adoption certificates, as well as Decrees 
Absolute of divorce. Frustrating delays can be caused by missing documents 
essential to 
the completion of the administration of an Estate, and we will be happy to 
search out and obtain certified copies of such documents from the appropriate 
repositories. 

Nevertheless, the reason I am contacting you is to make a direct proposal to 
you. By virtue of my position as a senior probate researcher, I have discovered 
a file to 
which no claim has been mead for over fifty years. I have personally made sure 
I put this file in my personal vault until such a time I find a similar name I 
could 
communicate with to work with me get this off the way. This claim is to the 
tune of One Million, Two Hundred Thousand Pound Sterling, ready to be processed 
by my 
humble self and payment effected promptly. Please, this is very important as 
the Government of the United Kingdom is on the verge of confiscating it.

If you are interested, do get back to me as soon as possible stating your full 
names, address, telephone and mobile phone number.

Thank you and do have a good day. Please endeavor to send your response to 
[EMAIL PROTECTED] 

Paul Matthews
[EMAIL PROTECTED]

--- End Message ---

Reply via email to