Click here to Skip to main content
15,887,376 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: COM and DCOM in VB Pin
Christian Graus17-Nov-05 17:35
protectorChristian Graus17-Nov-05 17:35 
QuestionHow to read and write a text file in VB.Net ? Pin
Zakiah15-Nov-05 20:48
Zakiah15-Nov-05 20:48 
AnswerRe: How to read and write a text file in VB.Net ? Pin
Joshua Quick15-Nov-05 21:07
Joshua Quick15-Nov-05 21:07 
AnswerRe: How to read and write a text file in VB.Net ? Pin
S-to16-Nov-05 15:36
S-to16-Nov-05 15:36 
QuestionIn Datagrid the Error tooltip does not pop up even though ErrorIcon is displayed Pin
BabyEmperor15-Nov-05 20:38
BabyEmperor15-Nov-05 20:38 
Question3-Tier Coding Pin
rei ayumi15-Nov-05 19:39
rei ayumi15-Nov-05 19:39 
AnswerRe: 3-Tier Coding Pin
StylezHouse16-Nov-05 3:49
StylezHouse16-Nov-05 3:49 
AnswerRe: 3-Tier Coding Pin
Keith Barrow24-Jun-11 0:47
professionalKeith Barrow24-Jun-11 0:47 
rei ayumi wrote:
1:When begin,what codes should i added first?

Whichever you think should be added first! Given you question it seems you are a begginer, I would suggest writing a small part of the UI and use that to get data out.


rei ayumi wrote:
2:What is the code for the link control from a web form to another?

Not sure what you mean by this!


rei ayumi wrote:
3:How to connect to microsoft access?

You need to research a technology called ADO.NET: it is built into the .net framwork and provides a way of connecting to most common databases. You might also want to google for "LINQ to SQL" and Entity Framework for options based on ADO.NET

rei ayumi wrote:
4:How to make the buttons to scroll the info?

Depends, but normally you don't, the scroll appears when the data is too large to fit. Again, I'm not sure I understand your question.


rei ayumi wrote:
5:How to make the data to be read according to the link topic under the same
database?

It is impossible to tell you exactly how to do this, it depends how you are getting your data. With pure ADO.NET you query the database using the link topic to filter via an SQL WHERE clause. With LINQ and Entity Framework you can write a LINQ query to do the same job. The details depend exactly on which technology you use, what and how you want to filter.

Hope this helps.

[Edit]
Though the help is late, I didn't realise that I was not on "Page 1" of the forum and was answering a 5 year old question. If you do invent time-travel, go back and inform yourself that ADO.NET is your only option until 2007 IIRC.

QuestionFlickering form Pin
eagertolearn15-Nov-05 16:05
eagertolearn15-Nov-05 16:05 
AnswerRe: Flickering form Pin
Joshua Quick15-Nov-05 16:16
Joshua Quick15-Nov-05 16:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 5:54
eagertolearn16-Nov-05 5:54 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 7:16
Joshua Quick16-Nov-05 7:16 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 8:13
eagertolearn16-Nov-05 8:13 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 8:52
Joshua Quick16-Nov-05 8:52 
GeneralRe: Flickering form Pin
eagertolearn16-Nov-05 9:48
eagertolearn16-Nov-05 9:48 
GeneralRe: Flickering form Pin
Joshua Quick16-Nov-05 13:59
Joshua Quick16-Nov-05 13:59 
GeneralRe: Flickering form Pin
eagertolearn17-Nov-05 5:41
eagertolearn17-Nov-05 5:41 
GeneralRe: Flickering form Pin
Joshua Quick17-Nov-05 21:10
Joshua Quick17-Nov-05 21:10 
GeneralRe: Flickering form Pin
eagertolearn18-Nov-05 14:05
eagertolearn18-Nov-05 14:05 
GeneralRe: Flickering form Pin
Joshua Quick18-Nov-05 14:29
Joshua Quick18-Nov-05 14:29 
GeneralRe: Flickering form Pin
eagertolearn20-Nov-05 19:40
eagertolearn20-Nov-05 19:40 
GeneralRe: Flickering form Pin
Joshua Quick21-Nov-05 6:28
Joshua Quick21-Nov-05 6:28 
QuestionIn Win 2000 Pro , why can not permit one user have only right read all file in one folder Pin
dinhnq15-Nov-05 15:17
dinhnq15-Nov-05 15:17 
QuestionImage Editing Problems Pin
Mazitan15-Nov-05 13:57
Mazitan15-Nov-05 13:57 
AnswerRe: Image Editing Problems Pin
Christian Graus15-Nov-05 14:21
protectorChristian Graus15-Nov-05 14:21 

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.