Click here to Skip to main content
15,921,530 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to Centre a form Pin
directred26-Aug-05 5:15
directred26-Aug-05 5:15 
AnswerRe: How to Centre a form Pin
_mubashir26-Aug-05 5:27
_mubashir26-Aug-05 5:27 
AnswerRe: How to Centre a form Pin
kenexcelon26-Aug-05 19:14
kenexcelon26-Aug-05 19:14 
QuestionMouse Location Pin
ADY00726-Aug-05 4:27
ADY00726-Aug-05 4:27 
AnswerRe: Mouse Location Pin
Rizwan Bashir26-Aug-05 4:32
Rizwan Bashir26-Aug-05 4:32 
QuestionVB.Net Query Pin
directred26-Aug-05 4:23
directred26-Aug-05 4:23 
AnswerRe: VB.Net Query Pin
Rizwan Bashir26-Aug-05 4:30
Rizwan Bashir26-Aug-05 4:30 
AnswerRe: VB.Net Query Pin
Qhalis28-Aug-05 13:32
Qhalis28-Aug-05 13:32 
In a default VB.Net application you shouldn't have to do anything.

Microsoft.VisualBasic

is one of the default imports in the project template and

Right(str,len)

works, as is.


If it is not working you can

1) Include an Imports Microsoft.VisualBasic statement at the top of the file
2) Add Microsoft.VisualBasic as one of the imports in the project settings.

Project Properties/Common Properties/Imports


One caveat though, as mentioned, Microsoft.VisualBasic is included by default whenever you create project. If it is no longer there then someone must have explictly removed it and may have a good reason for this.

hth,
Alan.
QuestionCopying one file with another Pin
Phil8226-Aug-05 3:30
Phil8226-Aug-05 3:30 
AnswerRe: Copying one file with another Pin
Rizwan Bashir26-Aug-05 4:12
Rizwan Bashir26-Aug-05 4:12 
AnswerRe: Copying one file with another Pin
KaptinKrunch26-Aug-05 20:28
KaptinKrunch26-Aug-05 20:28 
Questionhow to upload and download file from and to remote server by ftp? Pin
Tridip Bhattacharjee26-Aug-05 3:27
professionalTridip Bhattacharjee26-Aug-05 3:27 
AnswerRe: how to upload and download file from and to remote server by ftp? Pin
Rizwan Bashir26-Aug-05 4:07
Rizwan Bashir26-Aug-05 4:07 
QuestionHow to run a application in BackGroup as service? Pin
Tridip Bhattacharjee26-Aug-05 3:25
professionalTridip Bhattacharjee26-Aug-05 3:25 
AnswerRe: How to run a application in BackGroup as service? Pin
Rizwan Bashir26-Aug-05 4:14
Rizwan Bashir26-Aug-05 4:14 
Questioncall a function after every 5 minutes by thread? Pin
Tridip Bhattacharjee26-Aug-05 3:23
professionalTridip Bhattacharjee26-Aug-05 3:23 
AnswerRe: call a function after every 5 minutes by thread? Pin
Rizwan Bashir26-Aug-05 4:06
Rizwan Bashir26-Aug-05 4:06 
GeneralRe: call a function after every 5 minutes by thread? Pin
Steven Amani26-Aug-05 7:11
Steven Amani26-Aug-05 7:11 
GeneralRe: call a function after every 5 minutes by thread? Pin
Rizwan Bashir26-Aug-05 23:23
Rizwan Bashir26-Aug-05 23:23 
Questionshowing parts of the table in datagrid Pin
nirdanon26-Aug-05 2:29
nirdanon26-Aug-05 2:29 
AnswerRe: showing parts of the table in datagrid Pin
Jim Matthews26-Aug-05 4:54
Jim Matthews26-Aug-05 4:54 
GeneralRe: showing parts of the table in datagrid Pin
Anonymous28-Aug-05 3:36
Anonymous28-Aug-05 3:36 
AnswerRe: showing parts of the table in datagrid Pin
_mubashir26-Aug-05 5:19
_mubashir26-Aug-05 5:19 
GeneralRe: showing parts of the table in datagrid Pin
Anonymous28-Aug-05 3:37
Anonymous28-Aug-05 3:37 
QuestionCrystal Report Pin
Jeeva Jose26-Aug-05 2:08
Jeeva Jose26-Aug-05 2: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.