Click here to Skip to main content
16,005,491 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Joey Picerno2-Nov-06 8:02
Joey Picerno2-Nov-06 8:02 
GeneralRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Dave Kreskowiak2-Nov-06 8:09
mveDave Kreskowiak2-Nov-06 8:09 
AnswerSolved!!!! Pin
Joey Picerno2-Nov-06 11:06
Joey Picerno2-Nov-06 11:06 
AnswerRe: WIERD PROBLEM!!!!!! Most of my textboxes cursor property is set to WAITCURSOR and will not let me change it!!!!! Pin
Guffa2-Nov-06 7:53
Guffa2-Nov-06 7:53 
QuestionRecent files in combobox Pin
johnjsm2-Nov-06 4:17
johnjsm2-Nov-06 4:17 
AnswerRe: Recent files in combobox Pin
Dave Kreskowiak2-Nov-06 7:05
mveDave Kreskowiak2-Nov-06 7:05 
AnswerRe: Recent files in combobox Pin
OldWarhorse4-Nov-06 2:21
OldWarhorse4-Nov-06 2:21 
Questiondata grid and odbc,plz help Pin
binujeesman2-Nov-06 3:13
binujeesman2-Nov-06 3:13 
hi,
can somebody help me out?i have vb2005 and sql server table. i created an odbc.i want to display all the table data in a datagridview. the below code is not working. is there any property to set?

Dim con As New Odbc.OdbcConnection
Dim da As New Odbc.OdbcDataAdapter
Dim CB As New Odbc.OdbcCommandBuilder(da)
Dim ds As New DataSet
con.ConnectionString = "dsn=alphasql"
con.Open()
da.SelectCommand = New OdbcCommand("Select * from Company", con)
da.Fill(ds, "Company")
DataGridView1.DataSource = ds
AnswerRe: data grid and odbc,plz help Pin
nlarson112-Nov-06 3:40
nlarson112-Nov-06 3:40 
GeneralRe: data grid and odbc,plz help Pin
binujeesman3-Nov-06 19:24
binujeesman3-Nov-06 19:24 
QuestionHow to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 2:56
kaiwnyt2-Nov-06 2:56 
AnswerRe: How to load other forms in a windows form ? Pin
darkelv2-Nov-06 3:11
darkelv2-Nov-06 3:11 
GeneralRe: How to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 4:02
kaiwnyt2-Nov-06 4:02 
AnswerRe: How to load other forms in a windows form ? Pin
Yona Low2-Nov-06 3:17
Yona Low2-Nov-06 3:17 
GeneralRe: How to load other forms in a windows form ? Pin
kaiwnyt2-Nov-06 4:06
kaiwnyt2-Nov-06 4:06 
QuestionHow to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke2-Nov-06 0:50
Sunil Lanke2-Nov-06 0:50 
AnswerRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
darkelv2-Nov-06 3:20
darkelv2-Nov-06 3:20 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 1:14
Sunil Lanke7-Nov-06 1:14 
AnswerRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse2-Nov-06 3:30
OldWarhorse2-Nov-06 3:30 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
Sunil Lanke7-Nov-06 17:32
Sunil Lanke7-Nov-06 17:32 
GeneralRe: How to improve Software Performance when there is huge Data in SQL Server Using VB Pin
OldWarhorse8-Nov-06 3:37
OldWarhorse8-Nov-06 3:37 
Questionsaving during runtime Pin
lukisf2-Nov-06 0:22
lukisf2-Nov-06 0:22 
AnswerRe: saving during runtime Pin
Guffa2-Nov-06 1:07
Guffa2-Nov-06 1:07 
GeneralRe: saving during runtime Pin
lukisf2-Nov-06 1:18
lukisf2-Nov-06 1:18 
GeneralRe: saving during runtime Pin
Dave Kreskowiak2-Nov-06 3:39
mveDave Kreskowiak2-Nov-06 3:39 

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.