Nov 5, 2004 #1 f1car Technical User Apr 2, 2001 69 US Hello, Everytime I start my VB program and wish to type into a textbox the insertkey is always set to on. I want to use the getfocus in textbox privates sub to set this to off, so I don't have to rely on the user to press this key manually. How do I do this?
Hello, Everytime I start my VB program and wish to type into a textbox the insertkey is always set to on. I want to use the getfocus in textbox privates sub to set this to off, so I don't have to rely on the user to press this key manually. How do I do this?
Nov 5, 2004 #2 BogdanMBM Programmer Aug 6, 2003 213 RO With sendkeys. Check this out: http://www.michisoft.com/vb/code7.htmIt should give you an idea. Hope I've been helpful, Bogdan Muresan. Upvote 0 Downvote
With sendkeys. Check this out: http://www.michisoft.com/vb/code7.htmIt should give you an idea. Hope I've been helpful, Bogdan Muresan.