Datagrid Map Problem

  • Thread starter Thread starter MadCrazyNewbie
  • Start date Start date
M

MadCrazyNewbie

Hey Group,

Can anybody help? Whats the Difference between a DataGridBoolColoumn & and a
DataGridTextBox Coloumn?

Many Thanks
MCN
 
A datagridBoolColumn is for boolean values (it are checkboxes) and
text........ you understand it I think

Cor
 
Hi,

Datagridboolcolumn is a checkbox in the grid.
Datagridtextboxcolumn is a single line textbox in the grid.

Ken
 
Hi,

Try something like this.

Dim bm As New Bitmap("c:\camera.bmp")

Dim ptrIco As IntPtr = bm.GetHicon

Dim ico As Icon

ico = Icon.FromHandle(ptrIco)



Ken
 
Opps wrong message

Ken
--------------
Ken Tucker said:
Hi,

Try something like this.

Dim bm As New Bitmap("c:\camera.bmp")

Dim ptrIco As IntPtr = bm.GetHicon

Dim ico As Icon

ico = Icon.FromHandle(ptrIco)



Ken
 
Back
Top