Try the following C code.
#include <stdio.h>
int main()
{
printf("%c(579L%c(s24V%c*p500x500Y%c",27,27,27,254);
}
That should print a 24 point checkbox at 500X,500Y
Note thae the Check box is mapped to chr(254) in wingdings.
Try the following C code.
#include <stdio.h>
int main()
{
printf("%c(579L%c(s24V%c*p500x500Y%c",27,27,27,254);
}
That should print a 24 point checkbox at 500X,500Y
Note thae the Check box is mapped to chr(254) in wingdings.