setwindowposition


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Greg on May 30, 2007 at 05:09:50:

The following code works in the old windows framework but not the new framework.
IF STRIP(PARTITION$) = 'P00' COSCOL = 60
IF STRIP(PARTITION$) = 'P01' COSCOL = 80
IF STRIP(PARTITION$) = 'P02' COSCOL = 100
IF STRIP(PARTITION$) = 'P03' COSCOL = 120
IF STRIP(PARTITION$) > 'P03' COSCOL = 140
IF STRIP(PARTITION$) = 'P00' COSROW = 60
IF STRIP(PARTITION$) = 'P01' COSROW = 80
IF STRIP(PARTITION$) = 'P02' COSROW = 100
IF STRIP(PARTITION$) = 'P03' COSROW = 120
IF STRIP(PARTITION$) > 'P03' COSROW = 140
GOSUB COS.SetWindowPosEX

Any thoughts Brian?



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]