
February 7th, 2003, 11:42 AM
|
|
Contributing User
|
|
Join Date: Sep 2001
Location: Langley, BC Canada
Posts: 35
Time spent in forums: 42 m 29 sec
Reputation Power: 12
|
|
|
Can Attributes be set prior to 'shell' call?
I'm using VB6.
I use shell to call console apps and would like to 'dress' them up a bit by changing background color at least, i.e. away from the dreary black.
I know the user can adjust it once the window is open with the properties but how about before, so that the Shell Window uses the attribute from the start and no 'user' intervention is required.
I.e. to have ret = shell("cmd", vbNormalFocus) open a window with white background, black text instead of black background white text.
Thanks in advance
Heinz
|