Click here to Skip to main content
15,896,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
JokeRe: How to create mutil columns in datagridview (VB.2005) Pin
Hasan Jaffal12-Jun-08 23:08
Hasan Jaffal12-Jun-08 23:08 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Ashfield12-Jun-08 23:52
Ashfield12-Jun-08 23:52 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 5:05
Member 303106913-Jun-08 5:05 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 5:01
Member 303106913-Jun-08 5:01 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Jay Royall13-Jun-08 5:50
Jay Royall13-Jun-08 5:50 
AnswerRe: How to create mutil columns in datagridview (VB.2005) Pin
ChandraRam13-Jun-08 0:18
ChandraRam13-Jun-08 0:18 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Member 303106913-Jun-08 4:59
Member 303106913-Jun-08 4:59 
GeneralRe: How to create mutil columns in datagridview (VB.2005) Pin
Noctris18-Jun-08 0:55
Noctris18-Jun-08 0:55 
Are you absolutely, positivly, smack me in the face if i'm lying, sure you need 9000 columns ? This is not viewable or practical in any way !

Well. i was thinking about something like this:

Dim dt As New DataTable<br />
        For i As Integer = 1 To 9000<br />
            dt.Columns.Add(i.ToString)<br />
        Next<br />
        DataGridView1.DataSource = dt<br />


but you actually get an exception saying "sum of the columns "FillWeight" values cannot exceed 65535

For the rest however, the datatabe with the 9000 columns itself was build in something like 5 or 6 seconds...
QuestionOLE createlink Error Pin
Hasan Jaffal12-Jun-08 21:01
Hasan Jaffal12-Jun-08 21:01 
AnswerRe: OLE createlink Error Pin
Sam Xavier13-Jun-08 9:41
Sam Xavier13-Jun-08 9:41 
QuestionRe: OLE createlink Error Pin
Hasan Jaffal13-Jun-08 22:26
Hasan Jaffal13-Jun-08 22:26 
Questionsql server &gt;&gt; create view Pin
Sebastian T Xavier12-Jun-08 18:47
Sebastian T Xavier12-Jun-08 18:47 
AnswerRe: sql server &gt;&gt; create view Pin
Ashfield12-Jun-08 21:13
Ashfield12-Jun-08 21:13 
GeneralRe: sql server &gt;&gt; create view Pin
Sebastian T Xavier12-Jun-08 22:40
Sebastian T Xavier12-Jun-08 22:40 
GeneralRe: sql server &gt;&gt; create view Pin
Ashfield12-Jun-08 22:46
Ashfield12-Jun-08 22:46 
Questionwindows clock Pin
Bill Lef12-Jun-08 18:10
Bill Lef12-Jun-08 18:10 
QuestionControl more than one listbox with one vscrollbar Pin
shee_dee8612-Jun-08 16:50
shee_dee8612-Jun-08 16:50 
AnswerRe: Control more than one listbox with one vscrollbar Pin
Christian Graus12-Jun-08 17:03
protectorChristian Graus12-Jun-08 17:03 
QuestionMain Thread - Dialog Form Pin
nlarson1112-Jun-08 14:24
nlarson1112-Jun-08 14:24 
QuestionPassing an Access wildcard from VB.Net 2005 Pin
CCG312-Jun-08 8:03
CCG312-Jun-08 8:03 
AnswerRe: Passing an Access wildcard from VB.Net 2005 Pin
BDEz (Member 3919223)12-Jun-08 8:39
BDEz (Member 3919223)12-Jun-08 8:39 
GeneralRe: Passing an Access wildcard from VB.Net 2005 Pin
CCG312-Jun-08 9:05
CCG312-Jun-08 9:05 
Questionhow can i make my setup project start on window stratup Pin
Ebube12-Jun-08 5:06
Ebube12-Jun-08 5:06 
AnswerRe: how can i make my setup project start on window stratup Pin
Christian Graus12-Jun-08 5:13
protectorChristian Graus12-Jun-08 5:13 
QuestionHow to debug (step through) dll used by web service? Pin
A Wong12-Jun-08 4:28
A Wong12-Jun-08 4:28 

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.