Click here to Skip to main content
15,885,216 members
Articles / Programming Languages / C#

Fix the focus issue on RDP Client from the AxInterop.MSTSCLib.dll

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
18 Oct 2011CPOL 12.1K   2  
public class MsTSCLib2 : AxMSTSCLib.AxMsTscAxNotSafeForScripting{ public MsTSCLib2() : base() { } protected override void WndProc(ref System.Windows.Forms.Message m) { //Fix for the missing focus issue on the rdp client component if (m.Msg ==...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Bluestone Consulting Group
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions