Click here to Skip to main content
16,007,472 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: simple image processing Pin
p.c.k6-Oct-11 16:26
p.c.k6-Oct-11 16:26 
Questionlistbox Pin
minniemooo21-Sep-06 22:49
minniemooo21-Sep-06 22:49 
AnswerRe: listbox Pin
Christian Graus22-Sep-06 0:08
protectorChristian Graus22-Sep-06 0:08 
GeneralRe: listbox Pin
minniemooo22-Sep-06 1:59
minniemooo22-Sep-06 1:59 
GeneralRe: listbox Pin
Dave Kreskowiak22-Sep-06 2:37
mveDave Kreskowiak22-Sep-06 2:37 
GeneralRe: listbox Pin
The ANZAC22-Sep-06 11:41
The ANZAC22-Sep-06 11:41 
QuestionRegarding flexgrid Pin
Ron.S21-Sep-06 21:07
Ron.S21-Sep-06 21:07 
AnswerRe: Regarding flexgrid Pin
Suelinda_W6-Oct-06 7:52
Suelinda_W6-Oct-06 7:52 
Hi,

I don't know if you are using MSFlexGrid or VSFlexGrid, but both are similar. MSFlexGrid was based on VSFlexGrid (by what was at the time Video Soft). However, while VSFlexGrid has direct support for checkboxes, it does not look like the MSFlexGrid does. If you do a Google search on MSFlexGrid Checkbox, you will find some possible workarounds http://www.google.com/search?hl=en&q=msflexgrid+checkbox&btnG=Google+Search[^].

If you are using VSFlexGrid, it is easy to add the checkboxes. All you have to do is set the ColDataType property of a Boolean column (0\1, true\false) to FlexDTBoolean. For example:

vsFlexGrid1.ColDataType(10) = FlexDTBoolean

Many of the properties are the same between MSFlexGrid and VSFlexGrid, so if you wanted to use the VSFlexGrid instead it would be easy to attach existing code to the control. To learn more about VSFlexGrid, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=16&ItemID=54023&SubCategoryTypeID=0&TabMapID=71&TabID=91[^].



Suelinda W
Customer Engagement, ComponentOne LLC
http:\\www.componentone.com

Questionhow to freeze panes the datagrid in vb.net Pin
charleslau285521-Sep-06 20:07
charleslau285521-Sep-06 20:07 
AnswerRe: how to freeze panes the datagrid in vb.net Pin
Dave Kreskowiak22-Sep-06 2:27
mveDave Kreskowiak22-Sep-06 2:27 
Questiondeploying a .net winforms that has to connect to remote sql server Pin
steve_rm21-Sep-06 19:45
steve_rm21-Sep-06 19:45 
QuestionError encountered when I try to rebuild the solution Pin
jackeychen131421-Sep-06 17:47
jackeychen131421-Sep-06 17:47 
AnswerRe: Error encountered when I try to rebuild the solution Pin
Christian Graus21-Sep-06 18:29
protectorChristian Graus21-Sep-06 18:29 
Questiondatagrid Pin
babucherayath21-Sep-06 17:25
babucherayath21-Sep-06 17:25 
AnswerRe: datagrid Pin
Christian Graus21-Sep-06 17:44
protectorChristian Graus21-Sep-06 17:44 
GeneralRe: datagrid Pin
locaas21-Sep-06 23:37
locaas21-Sep-06 23:37 
QuestionQuestion T.T Pin
darktem2321-Sep-06 14:36
darktem2321-Sep-06 14:36 
AnswerRe: Question T.T [modified] Pin
Dave Kreskowiak21-Sep-06 14:48
mveDave Kreskowiak21-Sep-06 14:48 
AnswerRe: Question T.T Pin
Christian Graus21-Sep-06 14:54
protectorChristian Graus21-Sep-06 14:54 
AnswerRe: Question T.T Pin
schachmat21-Sep-06 22:01
schachmat21-Sep-06 22:01 
QuestionRuntime Compilation? Pin
schachmat21-Sep-06 12:10
schachmat21-Sep-06 12:10 
AnswerRe: Runtime Compilation? Pin
Christian Graus21-Sep-06 12:19
protectorChristian Graus21-Sep-06 12:19 
QuestionRe: Runtime Compilation? Pin
schachmat21-Sep-06 12:54
schachmat21-Sep-06 12:54 
AnswerRe: Runtime Compilation? Pin
Christian Graus21-Sep-06 12:57
protectorChristian Graus21-Sep-06 12:57 
QuestionRe: Runtime Compilation? [modified] Pin
schachmat21-Sep-06 13:00
schachmat21-Sep-06 13:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.