Click here to Skip to main content
15,921,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGDI: smoother Pen/Line? -Or:- smoother antialiasing? Pin
dartrax12-Feb-07 3:21
dartrax12-Feb-07 3:21 
QuestionNo idea? :~ Pin
dartrax15-Feb-07 0:40
dartrax15-Feb-07 0:40 
QuestionIDE Defined Connectionstring as against code defined advice pls! Pin
vbbeg12-Feb-07 2:59
vbbeg12-Feb-07 2:59 
QuestionHide IP-Address like "Hide my IP" and so on! Pin
jonnyT198412-Feb-07 2:46
jonnyT198412-Feb-07 2:46 
AnswerRe: Hide IP-Address like "Hide my IP" and so on! Pin
Christian Graus12-Feb-07 11:57
protectorChristian Graus12-Feb-07 11:57 
GeneralRe: Hide IP-Address like "Hide my IP" and so on! Pin
jonnyT198412-Feb-07 12:05
jonnyT198412-Feb-07 12:05 
Questionvertical scroll bar Pin
jady8412-Feb-07 1:59
jady8412-Feb-07 1:59 
Questiondatagridview doesn't get data Pin
cstrader23212-Feb-07 1:49
cstrader23212-Feb-07 1:49 
What the heck am I missing. My datagridview doesn't get the data from the data table??
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
Button1.Click
Dim DataTable1 As New DataTable
DataTable1.Columns.Add("A")
DataTable1.Columns.Add("B")
DataTable1.Columns.Add("C")

For i As Integer = 1 To 4
DataTable1.Rows.Add("1, 2, 3")
Next

Console.Write(DataTable1.Rows.Count & vbCrLf)

Dim DataGrid1 As New DataGridView
DataGrid1.DataSource = DataTable1
DataGrid1.Refresh()
DataGrid1.Update()


Console.Write(DataGrid1.Rows.Count)
End Sub

AnswerRe: datagridview doesn't get data Pin
cstrader23212-Feb-07 1:51
cstrader23212-Feb-07 1:51 
QuestionAdd functionality of Binding to ToolStripProgressBar Pin
nicolas_s112-Feb-07 1:26
nicolas_s112-Feb-07 1:26 
Answer[Resolved] Re: Add functionality of Binding to ToolStripProgressBar Pin
nicolas_s112-Feb-07 3:11
nicolas_s112-Feb-07 3:11 
Questionany one know about how to implement layer in vb dot net Pin
Adil_Bangush12-Feb-07 1:18
Adil_Bangush12-Feb-07 1:18 
AnswerRe: any one know about how to implement layer in vb dot net Pin
Marcus J. Smith15-Feb-07 4:18
professionalMarcus J. Smith15-Feb-07 4:18 
GeneralRe: any one know about how to implement layer in vb dot net Pin
Adil_Bangush17-Feb-07 2:18
Adil_Bangush17-Feb-07 2:18 
GeneralRe: any one know about how to implement layer in vb dot net Pin
Marcus J. Smith23-Feb-07 5:09
professionalMarcus J. Smith23-Feb-07 5:09 
QuestionSQL Native Client as a prerequisite Pin
AmandaRyan12-Feb-07 0:03
AmandaRyan12-Feb-07 0:03 
QuestionWeb Browser control help Needed Pin
sandipan.neogi@gmail.com11-Feb-07 23:47
sandipan.neogi@gmail.com11-Feb-07 23:47 
QuestionHow to access MS excel data in VB.Net? Pin
ajay5888611-Feb-07 23:46
ajay5888611-Feb-07 23:46 
AnswerRe: How to access MS excel data in VB.Net? Pin
andyharman12-Feb-07 4:30
professionalandyharman12-Feb-07 4:30 
AnswerRe: How to access MS excel data in VB.Net? Pin
Hamid_RT12-Feb-07 18:39
Hamid_RT12-Feb-07 18:39 
GeneralRe: How to access MS excel data in VB.Net? Pin
ajay5888612-Feb-07 19:32
ajay5888612-Feb-07 19:32 
GeneralRe: How to access MS excel data in VB.Net? Pin
Hamid_RT12-Feb-07 19:44
Hamid_RT12-Feb-07 19:44 
AnswerRe: How to access MS excel data in VB.Net? Pin
Marcus J. Smith14-Feb-07 4:05
professionalMarcus J. Smith14-Feb-07 4:05 
QuestionData providers List in combo box Pin
salaikumar11-Feb-07 23:41
salaikumar11-Feb-07 23:41 
AnswerRe: Data providers List in combo box Pin
ajay5888612-Feb-07 0:18
ajay5888612-Feb-07 0:18 

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.