|
|
|
date: Mon, 4 Aug 2008 11:41:55 +0200,
group: microsoft.public.win32.programmer.tapi
back
Re: how to creat a set Line Properties GUI in TSP?
Sheng,
it is often convenient to use MFC for configuration GUIs, while
you would not want to use MFC in your actual TSP. MFC is not
meant to be used from within services and a TSP is actually a dll
that is loaded by a service.
That is one of the main reasons why you would want to separate
the UI dll from the TSP.
The procedures you have to follow are practically the same, not
matter if you use a separate dll or not.
I suggest you read this article:
http://msdn.microsoft.com/en-us/library/ms725518(VS.85).aspx
(and the 4 subsequent chapters)
Then you can ask here if there's something you don't understand.
Best regards,
Matthias Moetje
-------------------------------------
TAPI WIKI: http://www.tapi.info
-------------------------------------
TERASENS GmbH
Augustenstraße 24
80333 Munich, GERMANY
-------------------------------------
e-mail: moetje at terasens dot com
www: www.terasens.com
-------------------------------------
"Sheng Zhang" wrote in message
news:%23FxEYZh9IHA.4004@TK2MSFTNGP03.phx.gbl...
> hi everyone,
> I want to write a small user interface for my TSP, but I don't want to
> write
> an external DLL, that I have already tried with the TSP++ 3.0 of JulMar,
> but always caused my system collapse short after adding it in my Phone and
> modem options. :( . So I want to make a small GUI just in the TSP project,
> which appears always when user click the "line properties" button after
> "connect
> using line..." to set the line properties, or after clicking
> "Configure..."in the "Phone
> and Modem Options". Can you tell me how? thank you in advance.
>
> Sheng Zhang
>
>
date: Mon, 4 Aug 2008 15:34:43 +0200
author: Matthias Moetje [MVP]
|
|