| View previous topic :: View next topic |
| Author |
Message |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Oct 09, 2005 12:16 am Post subject: Window send problem |
|
|
I want to send the letter M to my other VDS programs LIST box named testbox.
| Code: |
WINDOW activate,#otherprogram
WINDOW send,testbox,M
|
But its not showing up in the other program
Does this need something else or am I forgetting something
Thanks in advance.. |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Oct 09, 2005 12:22 am Post subject: |
|
|
OK, I got it working when I changed it from a LIST dialog to a COMBO, I was wanting to use the LIST features though  |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Oct 09, 2005 12:40 am Post subject: |
|
|
Well, I tried, COMBO,BITCOMBO.
I need the box to be about 200 height.
| Code: |
DIALOG ADD,combo,testbox,50,15,90,200
|
(COMBO is stuck at about 22 height - can't adjust height)
So I'm stumped
I'll try shuttling the text with @dlgtext(testbox) to the list box, but I would need to hide the combo - etc.. hmm
I tryed all the styles that were listed in the vds.chm
Anyone ever able to do this? |
|
| Back to top |
|
 |
vtol Valued Contributor


Joined: 05 Feb 2004 Posts: 656 Location: Eastern Indiana
|
Posted: Sun Oct 09, 2005 1:00 am Post subject: |
|
|
duh !
I forgot to try EDIT BOX
All works good now.. |
|
| Back to top |
|
 |
|