Click to See Complete Forum and Search --> : Urgently SendKeys isn't working


falunkai
January 10th, 2007, 12:33 AM
Everyone Please help me, I develope DLL to plug in with other application before I use VB6 develope and using SendsKey ("{Enter}") is working but now I use VB.Net, Develope DLL and using SendKeys.Send ("{Enter}") but It's not working now , I don't know how to sendkeys in DLL Please Help me

TT(n)
January 10th, 2007, 01:02 AM
You should be able to find something here:
SendKeysMSDNSearch (http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=sendkeys+dll)


Looks like you need this:
Microsoft.VisualBasic.Compatibility.VB6
Support (http://msdn2.microsoft.com/en-gb/library/microsoft.visualbasic.compatibility.vb6.support.sendkeys.aspx)

falunkai
January 10th, 2007, 02:31 AM
TT(n) , Thanks you for your recommendation ,it's very useful for me , If you would like for Sendkeys Sample code in Compatible VB6 Please