Tremorblue
Programmer
I wrote these emails in the borland newsgroups.
This is my last hope !
---------------------------------
I would like to find some open source algorithms to convert colour images to monochrome. Preferably the code should be written for Borland Builder.
---------------------------------
I am writing an application to draw shapes on a form. I draw directly
onto the form to produce grid lines running top to bottom and left to
right where the mouse is. The shapes are image objects that I can move
about.
When I move the mouse over the form I XOR the grid lines directly
onto the form and XOR to remove the old lines (if different).
In the onpaint event I draw a label onto the background.
The trouble I am getting is that other events like resizing the form,
scrolling the form or moving the image objects causes the grid lines
to be partially left and not rubbed out.
---------------------------------
I want to open a console window from a gui front end application as I need to output some printfs from some legacy code.
How do I a) open the window b) link my printfs so they know where to appear.
---------------------------------
This is my last hope !
---------------------------------
I would like to find some open source algorithms to convert colour images to monochrome. Preferably the code should be written for Borland Builder.
---------------------------------
I am writing an application to draw shapes on a form. I draw directly
onto the form to produce grid lines running top to bottom and left to
right where the mouse is. The shapes are image objects that I can move
about.
When I move the mouse over the form I XOR the grid lines directly
onto the form and XOR to remove the old lines (if different).
In the onpaint event I draw a label onto the background.
The trouble I am getting is that other events like resizing the form,
scrolling the form or moving the image objects causes the grid lines
to be partially left and not rubbed out.
---------------------------------
I want to open a console window from a gui front end application as I need to output some printfs from some legacy code.
How do I a) open the window b) link my printfs so they know where to appear.
---------------------------------