I am having a problem. I wrote a Winform control that uses
System.ServiceProcess to call the Windows Dialer. The control has a
button that fires the dialer.
I know that you can inbed winform controls in WebForm's. I need a
textbox and buttton controls on the WebForm. The textbox will hold the
phone number and the button is supposed to pass the number to the
control. The once the user clicks the button on the control the dialer
is supposed to load.
The dialer control works if used in a WinForm. I cannot get it to work
in a WebForm.
Does anyone have any experience with this?
tia,
Howard