Click here to Skip to main content
15,917,481 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiongot problem -- how to transfer file with the help of windows socket using vb.net from one machine to another machine ? Pin
Tridip Bhattacharjee1-Jan-04 1:22
professionalTridip Bhattacharjee1-Jan-04 1:22 
AnswerRe: got problem -- how to transfer file with the help of windows socket using vb.net from one machine to another machine ? Pin
Niels Penneman12-Jan-04 10:38
Niels Penneman12-Jan-04 10:38 
Questionhow to transfer file with the help of windows socket using vb.net from one machine to another machine ? Pin
Tridip Bhattacharjee1-Jan-04 1:17
professionalTridip Bhattacharjee1-Jan-04 1:17 
GeneralTo supress the date in the datetime Pin
Anonymous1-Jan-04 0:19
Anonymous1-Jan-04 0:19 
Generalsystem.web.mail not found Pin
acecase31-Dec-03 11:57
acecase31-Dec-03 11:57 
GeneralRe: system.web.mail not found Pin
Charlie Williams31-Dec-03 15:52
Charlie Williams31-Dec-03 15:52 
GeneralRe: system.web.mail not found Pin
acecase31-Dec-03 16:58
acecase31-Dec-03 16:58 
GeneralRe: system.web.mail not found Pin
Charlie Williams2-Jan-04 7:00
Charlie Williams2-Jan-04 7:00 
The Imports keyword is only a coding shortcut. For example, adding Imports System.Windows.Forms at the top of your source code file allows you to type Dim myForm as New Form instead of Dim myForm as new System.Windows.Forms.Form

If you want to use a class in an assembly that's not referenced by default, you have to add that reference manually. To do so, right click on the References folder in your project (in the Solution Explorer) and click Add Reference. Scroll down until you find the one you're looking for (System.Web in this case), double-click it and click OK. Now you can use any of the classes defined in that assembly in your code.

Charlie

if(!curlies){ return; }
GeneralRe: system.web.mail not found Pin
acecase3-Jan-04 14:42
acecase3-Jan-04 14:42 
GeneralComplex SQL command into the code... Pin
jlizardo31-Dec-03 2:53
jlizardo31-Dec-03 2:53 
GeneralWait for file transfer/copy to folder completed - using FileSystemWatcher Pin
bahruddina30-Dec-03 22:00
bahruddina30-Dec-03 22:00 
GeneralForm Background Subclassing Pin
mdb30-Dec-03 11:31
mdb30-Dec-03 11:31 
GeneralProblems with Bootstrapper plug-in. Pin
jlizardo30-Dec-03 9:37
jlizardo30-Dec-03 9:37 
GeneralListview in VB.NET Pin
Anonymous30-Dec-03 5:07
Anonymous30-Dec-03 5:07 
GeneralDLL in VB.NET Pin
Anonymous30-Dec-03 5:03
Anonymous30-Dec-03 5:03 
GeneralRe: DLL in VB.NET Pin
Ian Darling30-Dec-03 5:19
Ian Darling30-Dec-03 5:19 
QuestionHow can I insert a uninstall programs to my solution Pin
jlizardo30-Dec-03 4:42
jlizardo30-Dec-03 4:42 
AnswerRe: How can I insert a uninstall programs to my solution Pin
Colin Angus Mackay30-Dec-03 11:31
Colin Angus Mackay30-Dec-03 11:31 
QuestionHow to skip a few lines while reading from a text file? Pin
ESJY30-Dec-03 4:26
ESJY30-Dec-03 4:26 
AnswerRe: How to skip a few lines while reading from a text file? Pin
Anonymous30-Dec-03 8:16
Anonymous30-Dec-03 8:16 
GeneralRe: How to skip a few lines while reading from a text file? Pin
ESJY1-Jan-04 1:05
ESJY1-Jan-04 1:05 
QuestionHow Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
jlizardo30-Dec-03 3:34
jlizardo30-Dec-03 3:34 
AnswerRe: How Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
Juergen Posny30-Dec-03 3:39
Juergen Posny30-Dec-03 3:39 
GeneralRe: How Can be redistributed with my setup the .net framework (Dotnetfx.exe). Pin
jlizardo30-Dec-03 4:36
jlizardo30-Dec-03 4:36 
GeneralDrawing regression line graph from points Pin
sunny027930-Dec-03 1:08
sunny027930-Dec-03 1: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.