Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Runtime control creation..... Pin
Dave Kreskowiak25-Jun-07 3:31
mveDave Kreskowiak25-Jun-07 3:31 
GeneralRe: Runtime control creation..... Pin
manni_n25-Jun-07 9:11
manni_n25-Jun-07 9:11 
GeneralRe: Runtime control creation..... Pin
Dave Kreskowiak26-Jun-07 2:41
mveDave Kreskowiak26-Jun-07 2:41 
GeneralRe: Runtime control creation..... Pin
manni_n26-Jun-07 3:58
manni_n26-Jun-07 3:58 
QuestionBinding Two dimensional arrays to Datagrid Pin
hsprasain24-Jun-07 16:32
hsprasain24-Jun-07 16:32 
AnswerRe: Binding Two dimensional arrays to Datagrid Pin
Sathesh Sakthivel24-Jun-07 16:45
Sathesh Sakthivel24-Jun-07 16:45 
GeneralRe: Binding Two dimensional arrays to Datagrid Pin
hsprasain24-Jun-07 19:53
hsprasain24-Jun-07 19:53 
GeneralRe: Binding Two dimensional arrays to Datagrid Pin
TwoFaced24-Jun-07 20:13
TwoFaced24-Jun-07 20:13 
The article supplied contains a library that will create a proper datasource from a multi-dimensional array. Just download the .dll and add a reference to it. You can then use it like this:
Dim test(2, 2) As String
test(0, 1) = "SomeData"
test(0, 2) = "SomeOtherData"
DataGridView1.DataSource = New Mommo.Data.ArrayDataView(test)

GeneralRe: Binding Two dimensional arrays to Datagrid Pin
hsprasain25-Jun-07 10:24
hsprasain25-Jun-07 10:24 
GeneralRe: Binding Two dimensional arrays to Datagrid Pin
Sathesh Sakthivel24-Jun-07 20:18
Sathesh Sakthivel24-Jun-07 20:18 
GeneralRe: Binding Two dimensional arrays to Datagrid Pin
Dave Kreskowiak25-Jun-07 3:33
mveDave Kreskowiak25-Jun-07 3:33 
QuestionCheck if control is really visible. Pin
Mickey0124-Jun-07 14:43
Mickey0124-Jun-07 14:43 
AnswerRe: Check if control is really visible. Pin
Christian Graus24-Jun-07 14:47
protectorChristian Graus24-Jun-07 14:47 
GeneralRe: Check if control is really visible. Pin
Mickey0124-Jun-07 15:11
Mickey0124-Jun-07 15:11 
AnswerRe: Check if control is really visible. Pin
Guffa24-Jun-07 19:24
Guffa24-Jun-07 19:24 
GeneralRe: Check if control is really visible. Pin
Mickey0124-Jun-07 19:43
Mickey0124-Jun-07 19:43 
GeneralRe: Check if control is really visible. Pin
Dave Kreskowiak25-Jun-07 4:02
mveDave Kreskowiak25-Jun-07 4:02 
GeneralRe: Check if control is really visible. Pin
Mickey0125-Jun-07 13:49
Mickey0125-Jun-07 13:49 
GeneralRe: Check if control is really visible. Pin
Dave Kreskowiak25-Jun-07 14:11
mveDave Kreskowiak25-Jun-07 14:11 
QuestionPassing MultiDimensional Array as a paramenters in Functions Pin
hsprasain24-Jun-07 10:32
hsprasain24-Jun-07 10:32 
AnswerRe: Passing MultiDimensional Array as a paramenters in Functions Pin
TwoFaced24-Jun-07 11:21
TwoFaced24-Jun-07 11:21 
GeneralRe: Passing MultiDimensional Array as a paramenters in Functions Pin
hsprasain24-Jun-07 13:24
hsprasain24-Jun-07 13:24 
QuestionMACRO Basic Programming? Pin
hifiger200424-Jun-07 7:57
hifiger200424-Jun-07 7:57 
AnswerRe: MACRO Basic Programming? Pin
Christian Graus24-Jun-07 11:18
protectorChristian Graus24-Jun-07 11:18 
GeneralRe: MACRO Basic Programming? Pin
hifiger200424-Jun-07 15:01
hifiger200424-Jun-07 15:01 

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.