Click here to Skip to main content
15,904,494 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Chart In VB.Net 2003 Pin
ohart13-Aug-07 5:26
ohart13-Aug-07 5:26 
QuestionInserting Data In SQL Database Pin
dreamerboy10-Aug-07 6:45
dreamerboy10-Aug-07 6:45 
AnswerRe: Inserting Data In SQL Database Pin
Kschuler10-Aug-07 8:04
Kschuler10-Aug-07 8:04 
AnswerRe: Inserting Data In SQL Database Pin
Vimalsoft(Pty) Ltd16-Aug-07 23:43
professionalVimalsoft(Pty) Ltd16-Aug-07 23:43 
QuestionCharacters other than english Pin
ejaz_pk10-Aug-07 6:40
ejaz_pk10-Aug-07 6:40 
AnswerRe: Characters other than english Pin
i gr810-Aug-07 20:19
i gr810-Aug-07 20:19 
QuestionVisual Basic Code Highlighting in Visual Studio 2003 Pin
Michaeljd10-Aug-07 6:37
Michaeljd10-Aug-07 6:37 
AnswerRe: Visual Basic Code Highlighting in Visual Studio 2003 Pin
Dave Kreskowiak10-Aug-07 6:58
mveDave Kreskowiak10-Aug-07 6:58 
Michaeljd wrote:
Is there anyway of replicating this behavior inside of visual studio 2003 and visual studio 2005?


Nope. There's no way of telling them apart.

The are no "language-defined" functions in VB.NET. They're now done as Shared methods of various classes in the Microsoft.VisualBasic namespace. So, in essence, everything is a user-defined class/method now. There's no way to tell the difference between a predefined class in the .NET Framework and one that you can write yourself.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Visual Basic Code Highlighting in Visual Studio 2003 Pin
Michaeljd10-Aug-07 7:03
Michaeljd10-Aug-07 7:03 
QuestionAdding Textboxes at Run Time Pin
ejaz_pk10-Aug-07 6:28
ejaz_pk10-Aug-07 6:28 
AnswerRe: Adding Textboxes at Run Time Pin
Luc Pattyn10-Aug-07 6:47
sitebuilderLuc Pattyn10-Aug-07 6:47 
AnswerRe: Adding Textboxes at Run Time Pin
Dave Kreskowiak10-Aug-07 6:47
mveDave Kreskowiak10-Aug-07 6:47 
QuestionMonth week Number and dates Pin
ejaz_pk10-Aug-07 5:19
ejaz_pk10-Aug-07 5:19 
AnswerRe: Month week Number and dates Pin
Guffa10-Aug-07 5:40
Guffa10-Aug-07 5:40 
AnswerRe: Month week Number and dates Pin
ejaz_pk10-Aug-07 6:32
ejaz_pk10-Aug-07 6:32 
AnswerRe: Month week Number and dates Pin
Guffa10-Aug-07 6:39
Guffa10-Aug-07 6:39 
QuestionBinary conversion for CRC-16 Pin
Cory Kimble10-Aug-07 4:55
Cory Kimble10-Aug-07 4:55 
AnswerRe: Binary conversion for CRC-16 Pin
Luc Pattyn10-Aug-07 5:28
sitebuilderLuc Pattyn10-Aug-07 5:28 
AnswerRe: Binary conversion for CRC-16 Pin
Guffa10-Aug-07 6:36
Guffa10-Aug-07 6:36 
GeneralRe: Binary conversion for CRC-16 Pin
Cory Kimble10-Aug-07 7:13
Cory Kimble10-Aug-07 7:13 
GeneralRe: Binary conversion for CRC-16 Pin
Luc Pattyn10-Aug-07 7:41
sitebuilderLuc Pattyn10-Aug-07 7:41 
QuestionNested Listview In datagrid Pin
ejaz_pk10-Aug-07 3:11
ejaz_pk10-Aug-07 3:11 
AnswerRe: Nested Listview In datagrid Pin
leckey10-Aug-07 3:56
leckey10-Aug-07 3:56 
QuestionCreating references Pin
Ahmad Zaidi10-Aug-07 1:22
Ahmad Zaidi10-Aug-07 1:22 
AnswerRe: Creating references Pin
Dave Kreskowiak10-Aug-07 1:40
mveDave Kreskowiak10-Aug-07 1:40 

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.