Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDataBase Checking Table Exist or Not Pin
Sasmi8-Dec-05 19:51
Sasmi8-Dec-05 19:51 
AnswerRe: DataBase Checking Table Exist or Not Pin
abhinish8-Dec-05 23:38
abhinish8-Dec-05 23:38 
QuestionUsing Store Procedure that using dblink in VB.NET Pin
lucdt8-Dec-05 19:33
lucdt8-Dec-05 19:33 
QuestionHelp with a program within Network Programming in .net Pin
Delo8-Dec-05 16:04
Delo8-Dec-05 16:04 
QuestionCustom ComboBox Control Issue Pin
eatwork8-Dec-05 11:44
eatwork8-Dec-05 11:44 
AnswerRe: Custom ComboBox Control Issue Pin
Roy Heil8-Dec-05 13:38
professionalRoy Heil8-Dec-05 13:38 
QuestionSTARTING VB.NET Pin
Jkkenzie8-Dec-05 10:03
Jkkenzie8-Dec-05 10:03 
AnswerRe: STARTING VB.NET Pin
Christian Graus8-Dec-05 10:07
protectorChristian Graus8-Dec-05 10:07 
Jkkenzie wrote:
I've done Microsoft Access Programming .


Ah - that's why you're expecting to see a lot of stuff that isn't there by default.

Jkkenzie wrote:
What i dont understand in VB.net is where the table or file is?


There is no table. Unless you create one. It's called a Datagrid control, you need to drag it onto your form. Remember, there are plenty of apps in the world that don't have a table on them.

Same goes for files, if you want to read a file, you need to create the storage for the data in your app ( for example, an array of strings, or a Bitmap object, see how it's not provided because it can change ? ), and provide the way to get the data to and from a file on the HDD.

Jkkenzie wrote:
Or how is it connected to other databases for the data to be saved in a table?


You connect to databases using ADO.NET objects.

Jkkenzie wrote:
Could some one give me a sample ziped programme .


Look around you. If the Code Project VB.NET section doesn't have what you want, try google, and find some resources on a VB.NET specific site.


Christian Graus - Microsoft MVP - C++
GeneralRe: STARTING VB.NET Pin
Jkkenzie8-Dec-05 10:13
Jkkenzie8-Dec-05 10:13 
AnswerRe: STARTING VB.NET Pin
Dave Kreskowiak8-Dec-05 11:44
mveDave Kreskowiak8-Dec-05 11:44 
QuestionCrystal Report and DataBase Login Pin
dptalt8-Dec-05 9:23
dptalt8-Dec-05 9:23 
QuestionCrystal Reports Preview Pin
projectcode18-Dec-05 8:52
projectcode18-Dec-05 8:52 
Questionhow to make dll Pin
giotis828-Dec-05 2:56
giotis828-Dec-05 2:56 
AnswerRe: how to make dll Pin
Christian Graus8-Dec-05 10:04
protectorChristian Graus8-Dec-05 10:04 
GeneralRe: how to make dll Pin
giotis828-Dec-05 20:53
giotis828-Dec-05 20:53 
GeneralRe: how to make dll Pin
Christian Graus9-Dec-05 10:35
protectorChristian Graus9-Dec-05 10:35 
GeneralRe: how to make dll Pin
giotis8211-Dec-05 21:19
giotis8211-Dec-05 21:19 
GeneralRe: how to make dll Pin
Christian Graus12-Dec-05 10:54
protectorChristian Graus12-Dec-05 10:54 
GeneralRe: how to make dll Pin
giotis8212-Dec-05 22:04
giotis8212-Dec-05 22:04 
GeneralRe: how to make dll Pin
giotis828-Dec-05 21:18
giotis828-Dec-05 21:18 
AnswerRe: how to make dll Pin
uktrips0079-Dec-05 19:18
uktrips0079-Dec-05 19:18 
QuestionProblem with insert command Pin
fitz2345678-Dec-05 2:13
fitz2345678-Dec-05 2:13 
Questiondll registration problem Pin
uktrips0077-Dec-05 21:47
uktrips0077-Dec-05 21:47 
Questionregistering dll problem Pin
uktrips0077-Dec-05 21:46
uktrips0077-Dec-05 21:46 
AnswerRe: registering dll problem Pin
Gerben Jongerius7-Dec-05 22:08
Gerben Jongerius7-Dec-05 22:08 

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.