lal7777
Posts

if all.knowledge = orange then: seed = mankind.knowledge: grow(seed,time): endif
Posts: 88
|
Post by lal7777 on Aug 27, 2011 13:16:22 GMT -5
Hey I've been using c++ recently (reviewing it/ learning previously unimportant bits) and I was wondering if it's possible to make an auto filler for sub windows. example: You see a box(sub window) on the screen that says "enter your age:", but the inside of it is already filled in, because of the auto-fill program. However the auto fill program would have to be running separately and I'm not sure how I'd get the window handle for it...
So is it possible?
|
|
|
Post by matthew on Aug 28, 2011 6:09:32 GMT -5
I'm sure it's possible but it's been some time since I messed about with Windows API programming. Have you thought about asking your question on a site such as Stack Overflow?
|
|
|
Post by aphoticgenesis on Aug 28, 2011 22:51:34 GMT -5
Sub-class the child edit window, on input, read the buffer, match the buffer with available auto-fill choices
|
|