I made the property ToggleFlag as Boolean and inserted the code, did
the exact same thing.
Should probably try making the window a document window for a work
around...
Lets try...
On May 30, 2005, at 12:46 PM, Eirik Karlsen wrote:
Yes it does...I tested it!
I dunno about that metal window...I used the default document window.
Tristan wrote:
That didn't work.
On May 29, 2005, at 6:36 PM, Eirik Karlsen wrote:
If ToggleFlag=True Then
ToggleFlag=False
Window1.hasBackColor=True
Else
ToggleFlag=True
Window1.hasBackColor=False
End If
--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Regards
Eirik Karlsen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|