Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetFocus() keyboard cursor
Message
 
 
To
06/03/2009 18:56:11
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Miscellaneous
Thread ID:
01386339
Message ID:
01386367
Views:
63
Hi Joel,

See if Using Carets can help.

>I'm experimenting with embedding a Fox form inside of a WPF form. For the most part, I've got it working, but I having an issue with the keyboard focus. I can get focus to the VFP form, and I can type characters in a textbox, but there is no blinking keyboard cursor. Here is the C# code I'm using:
>
>
>[DllImport("user32.dll")]
>static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);
>[DllImport("user32.dll")]
>static extern IntPtr SetFocus(IntPtr hWnd);
>       
>...
>
>SetParent(hWndFox, (IntPtr) hwndParent);
>SetFocus(hWndFox);  // this works, but where's the keyboard cursor?
>
>
>Can any of you WinAPI experts see what I'm missing?
>
>Thanks.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform