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

Visual Basic

 
AnswerRe: transfer data from xml to database table Pin
Jon_Boy11-Mar-09 7:01
Jon_Boy11-Mar-09 7:01 
QuestionHow to ping every computer in a LAN Pin
Amer Rehman11-Mar-09 6:41
Amer Rehman11-Mar-09 6:41 
AnswerRe: How to ping every computer in a LAN Pin
0x3c011-Mar-09 6:59
0x3c011-Mar-09 6:59 
AnswerRe: How to ping every computer in a LAN Pin
Expert Coming11-Mar-09 22:35
Expert Coming11-Mar-09 22:35 
Question.NET Remoting help Pin
OorSkietKoS11-Mar-09 5:42
OorSkietKoS11-Mar-09 5:42 
AnswerRe: .NET Remoting help Pin
Johan Hakkesteegt11-Mar-09 7:41
Johan Hakkesteegt11-Mar-09 7:41 
GeneralRe: .NET Remoting help Pin
OorSkietKoS11-Mar-09 20:25
OorSkietKoS11-Mar-09 20:25 
GeneralRe: .NET Remoting help Pin
Johan Hakkesteegt12-Mar-09 2:18
Johan Hakkesteegt12-Mar-09 2:18 
In that case, don't get stuck at the title of the assignment. Look at the specifications.
In other words, (apparently) you need to make a console program that takes a string parameter (path to a text file) and returns the contents of that file to the screen.

So:
1. look into console programming. For example just start a new console project in Visual Studio.
2. Figure out how you can pass parameters to a console program. For example look into command line arguments.
3. figure out how to find a file and read from it. For example look into System.IO and the StreamReader class
4. Use Console.Write or Console.WriteLine to return the content of the file to the screen.

My advice is free, and you may get what you paid for.

AnswerRe: .NET Remoting help Pin
Dave Kreskowiak12-Mar-09 3:40
mveDave Kreskowiak12-Mar-09 3:40 
GeneralRe: .NET Remoting help Pin
OorSkietKoS12-Mar-09 4:40
OorSkietKoS12-Mar-09 4:40 
GeneralRe: .NET Remoting help Pin
Dave Kreskowiak12-Mar-09 5:55
mveDave Kreskowiak12-Mar-09 5:55 
QuestionVb.Net tlb file Pin
rmedo11-Mar-09 4:08
rmedo11-Mar-09 4:08 
AnswerRe: Vb.Net tlb file Pin
Jon_Boy11-Mar-09 4:21
Jon_Boy11-Mar-09 4:21 
GeneralRe: Vb.Net tlb file Pin
rmedo11-Mar-09 4:23
rmedo11-Mar-09 4:23 
GeneralRe: Vb.Net tlb file Pin
Jon_Boy11-Mar-09 6:55
Jon_Boy11-Mar-09 6:55 
GeneralRe: Vb.Net tlb file Pin
rmedo15-Mar-09 0:55
rmedo15-Mar-09 0:55 
AnswerRe: Vb.Net tlb file Pin
Dave Kreskowiak11-Mar-09 4:24
mveDave Kreskowiak11-Mar-09 4:24 
GeneralRe: Vb.Net tlb file Pin
rmedo11-Mar-09 4:28
rmedo11-Mar-09 4:28 
QuestionOpening user interface from an object instance Pin
Jay Royall11-Mar-09 1:09
Jay Royall11-Mar-09 1:09 
AnswerRe: Opening user interface from an object instance Pin
Dave Kreskowiak11-Mar-09 3:06
mveDave Kreskowiak11-Mar-09 3:06 
GeneralRe: Opening user interface from an object instance Pin
Jay Royall11-Mar-09 3:14
Jay Royall11-Mar-09 3:14 
Questionlinking vb.net2008 and sql database2005 ??? Pin
deezrocks11-Mar-09 0:49
deezrocks11-Mar-09 0:49 
AnswerRe: linking vb.net2008 and sql database2005 ??? Pin
dan!sh 11-Mar-09 2:52
professional dan!sh 11-Mar-09 2:52 
AnswerRe: linking vb.net2008 and sql database2005 ??? Pin
Ashfield11-Mar-09 3:11
Ashfield11-Mar-09 3:11 
QuestionPrint Count of a machine..? Pin
Masood Kochi,SSF11-Mar-09 0:43
Masood Kochi,SSF11-Mar-09 0:43 

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.