Click here to Skip to main content
15,916,693 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to build a control? Pin
shapper29-Mar-05 4:02
shapper29-Mar-05 4:02 
AnswerRe: How to build a control? Pin
Mekong River29-Mar-05 11:41
Mekong River29-Mar-05 11:41 
Questionhow to retrieve values from datagrid ? Pin
sumit2129-Mar-05 2:51
sumit2129-Mar-05 2:51 
AnswerRe: how to retrieve values from datagrid ? Pin
Robert Rohde29-Mar-05 8:05
Robert Rohde29-Mar-05 8:05 
GeneralRe: how to retrieve values from datagrid ? Pin
sumit2129-Mar-05 17:29
sumit2129-Mar-05 17:29 
Questionhow to insert the values in listbox to database in vb.net Pin
vidyashankar29-Mar-05 1:45
vidyashankar29-Mar-05 1:45 
AnswerRe: how to insert the values in listbox to database in vb.net Pin
magnifique29-Mar-05 4:45
magnifique29-Mar-05 4:45 
Generalproblem in data binding Pin
sumit2128-Mar-05 23:11
sumit2128-Mar-05 23:11 
i had made a project which has 2 forms in it
form1 and form2

in form1 i had made a "oledbconnection con" which is set public

now, i want to use its getoledbschematable method in form2
i want to display names of all tables in my database in form2 datagrid. con is my connection to that database which is in form1

i had also done "imports system.data.oledb"
in both forms


ds is my datagrid in form2
my code snippet in form2 is

dim f1 as new form1()
dim dt as dataset
f1.con.open()
dt=f1.con.getoledbschematable(oledbschemaguid.tables,new object(){nothing,nothing,nothing,"table"})
ds.datasource=dt
f1.con.close()


plz help
GeneralRe: problem in data binding Pin
Christian Graus29-Mar-05 12:26
protectorChristian Graus29-Mar-05 12:26 
GeneralRe: problem in data binding Pin
sumit2129-Mar-05 17:41
sumit2129-Mar-05 17:41 
GeneralRe: problem in data binding Pin
Christian Graus29-Mar-05 17:59
protectorChristian Graus29-Mar-05 17:59 
Generalwant a Project Pin
Anonymous28-Mar-05 20:10
Anonymous28-Mar-05 20:10 
GeneralRe: want a Project Pin
magnifique29-Mar-05 4:55
magnifique29-Mar-05 4:55 
GeneralSending Email Pin
bontiet28-Mar-05 19:49
bontiet28-Mar-05 19:49 
Generalwant a project Pin
Anonymous28-Mar-05 17:30
Anonymous28-Mar-05 17:30 
GeneralRe: want a project Pin
Christian Graus28-Mar-05 18:46
protectorChristian Graus28-Mar-05 18:46 
GeneralDifferent control Linking Pin
kerene28-Mar-05 16:39
kerene28-Mar-05 16:39 
GeneralThe datagrid problem....help... Pin
besah28-Mar-05 14:07
besah28-Mar-05 14:07 
GeneralTWO WAY DATA BINDING Pin
Anonymous28-Mar-05 10:42
Anonymous28-Mar-05 10:42 
QuestionHow to call a aspx page from a windows form Pin
ac_vbdeveloper28-Mar-05 8:36
ac_vbdeveloper28-Mar-05 8:36 
AnswerRe: How to call a aspx page from a windows form Pin
Christian Graus28-Mar-05 19:04
protectorChristian Graus28-Mar-05 19:04 
GeneralRe: How to call a aspx page from a windows form Pin
ac_vbdeveloper12-Apr-05 3:17
ac_vbdeveloper12-Apr-05 3:17 
GeneralList all controls existing in a form Pin
wgalafassijr28-Mar-05 5:13
wgalafassijr28-Mar-05 5:13 
GeneralRe: List all controls existing in a form Pin
rwestgraham28-Mar-05 17:52
rwestgraham28-Mar-05 17:52 
GeneralCanadian Postal Codes Validation Pin
Member 157864528-Mar-05 4:39
Member 157864528-Mar-05 4: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.