Click here to Skip to main content
15,894,241 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to print MS Chart??? Pin
DreamQuestioner16-Feb-06 21:55
DreamQuestioner16-Feb-06 21:55 
AnswerRe: how to print MS Chart??? Pin
Joshua Quick17-Feb-06 14:08
Joshua Quick17-Feb-06 14:08 
AnswerRe: how to print MS Chart??? Pin
Joshua Quick18-Feb-06 11:04
Joshua Quick18-Feb-06 11:04 
QuestionDatagridview: Changing Row Color based on column value Pin
abhinish16-Feb-06 20:02
abhinish16-Feb-06 20:02 
AnswerRe: Datagridview: Changing Row Color based on column value Pin
AlexeiXX320-Feb-06 5:57
AlexeiXX320-Feb-06 5:57 
QuestionVB.Net Keyword Pin
alien viper16-Feb-06 19:12
alien viper16-Feb-06 19:12 
AnswerRe: VB.Net Keyword Pin
CWIZO17-Feb-06 4:02
CWIZO17-Feb-06 4:02 
AnswerRe: VB.Net Keyword Pin
Dave Kreskowiak17-Feb-06 4:10
mveDave Kreskowiak17-Feb-06 4:10 
I don't think you can see them using public methods. At least I've never found anything in the VisualBasic classes that exposes it.

But, using Reflection, you might be able look inside the Microsoft.VisualBasic.VBCodeGenerator class, which is a Friend class in the Microsoft.VisualBasic namespace, and see the Private Shared ReadOnly member field keywords. This is an array of String arrays, but is not filled in until an instance of the VBCodeGenerator class is instantiated.

I'm short on time right now, so I can't build an example, but I've given you some hints of what to search for.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionDatatype Conversion Pin
welbert16-Feb-06 16:34
welbert16-Feb-06 16:34 
AnswerRe: Datatype Conversion Pin
alien viper16-Feb-06 17:31
alien viper16-Feb-06 17:31 
AnswerRe: Datatype Conversion Pin
Chatura Dilan16-Feb-06 18:10
Chatura Dilan16-Feb-06 18:10 
QuestionGet All SQL Server Name Pin
alien viper16-Feb-06 16:05
alien viper16-Feb-06 16:05 
QuestionCUSTOM WEB SERVER CONTROL WITH VALIDATION Pin
JohnyCoder16-Feb-06 12:30
JohnyCoder16-Feb-06 12:30 
QuestionRefactor! Add-in Pin
Kevin McFarlane16-Feb-06 9:59
Kevin McFarlane16-Feb-06 9:59 
AnswerRe: Refactor! Add-in Pin
Colin Angus Mackay16-Feb-06 13:17
Colin Angus Mackay16-Feb-06 13:17 
AnswerRe: Refactor! Add-in Pin
Joshua Quick16-Feb-06 13:21
Joshua Quick16-Feb-06 13:21 
GeneralRe: Refactor! Add-in Pin
Al Ortega16-Feb-06 13:46
Al Ortega16-Feb-06 13:46 
GeneralRe: Refactor! Add-in Pin
Joshua Quick16-Feb-06 14:33
Joshua Quick16-Feb-06 14:33 
GeneralRe: Refactor! Add-in Pin
Al Ortega16-Feb-06 15:02
Al Ortega16-Feb-06 15:02 
GeneralRe: Refactor! Add-in Pin
Kevin McFarlane17-Feb-06 8:37
Kevin McFarlane17-Feb-06 8:37 
GeneralRe: Refactor! Add-in Pin
Joshua Quick17-Feb-06 9:01
Joshua Quick17-Feb-06 9:01 
QuestionRun a crystal report via VB.Net Pin
directred16-Feb-06 8:31
directred16-Feb-06 8:31 
AnswerRe: Run a crystal report via VB.Net Pin
alien viper16-Feb-06 15:51
alien viper16-Feb-06 15:51 
AnswerRe: Run a crystal report via VB.Net Pin
KreativeKai17-Feb-06 2:44
professionalKreativeKai17-Feb-06 2:44 
QuestionHow do i manipulate Windows file system in VB.NET? Pin
Slow Learner16-Feb-06 7:44
Slow Learner16-Feb-06 7:44 

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.