Similar Threads
1. Bitmap transparent color not so transparent it seems
Using MakeTransparent one can supposedly turn a color used in a Bitmap to
transparent. But, it looks to me like all it does it set these pixels to the
color BackColor of the Control it's attached to. Thus, when I set White to
the transparent color of a Bitmap stored in the Image of a PictureBox and
placed the PictureBox on a Form which has a BackColor of black, it turned
the white pixels of the bitmap image to black, but these black pixels still
cover anything behind them! At least it seems to cover other PictureBox...
Am I missing something here?
2. FlexGrid from Component One - Put an Image in a Cell using Styles
3. Flexgrid - move a cell with all its properties
I have a flexgrid control which will be displaying some key elements
for a program. The grid has only one column, but many rows. Each
row/cell contains a keyword with a specified backcolor, and soon I
will be adding the forecolor as an option as well.
What I need to know is, is there any way to easily move one item up or
down one row with its properties?
I've used a routine to move up or down by first storing the text of
the one above (or below) it, then assigning that cell the current
cell's text, then assigning the current cell the text of the other
one.
While this is a bit of a pain, it works. The problem is that I can
easily store a neighbor cell's text using textmatrix(row -1,col) ...
etc. But to get a cellbackcolor property I first have to switch cells
selection. I can do this, but it is tons of work to switch and switch
back programmatically, because I also reset the selection when I am
done. All this coding is getting very messy, and certainly not too
efficient.
I cannot find in the MSDN library any easy Method that can be used to
simply re-order cells.
Any suggestions?
TIA.
---Atreju---
4. Entering Keyboard text in FlexGrid cell - Visual Basic
5. Resizing an icon loaded in FlexGrid cell by function LoadPicture
Hi,
is it possible to resize icon loaded in flexgrid cell (by function
LoadPicture).? I tried everything ...
Thx
Armin
6. how to manipulate which cell is visible in flexgrid
7. Flexgrid random selection of cells
Is there any way we can randomly select cells using the control key. eg: If I wanted to select cell(1,1) and cell(5,3)
I know that continuos selection of cells is supported by using the Shift key (eg: Cell(1,1) to Cell(3,1) ). Any help is appreciated.
Thanks.
8. Changing color of cell in FlexGrid