Click here to Skip to main content
15,920,110 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralExcel Pin
Anand Chakravarthy30-Mar-04 18:06
Anand Chakravarthy30-Mar-04 18:06 
GeneralRe: Excel Pin
superwinsock30-Mar-04 18:28
superwinsock30-Mar-04 18:28 
GeneralNewbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 17:43
Nickiler30-Mar-04 17:43 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Guerven30-Mar-04 19:49
Guerven30-Mar-04 19:49 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 20:38
Nickiler30-Mar-04 20:38 
GeneralRe: Newbi Question? Help with Menus VB.NET Pin
Nickiler30-Mar-04 20:46
Nickiler30-Mar-04 20:46 
QuestionHow to solve error (Keycodev2.DLL not Found or Invalid Key Code Error) Pin
Kashyap Vakharia30-Mar-04 16:34
Kashyap Vakharia30-Mar-04 16:34 
GeneralCreating a component in VB .NET Pin
James Lancaster30-Mar-04 14:14
James Lancaster30-Mar-04 14:14 
I am creating a component in VB .NET. The component contains a private ArrayList as in the following example:

Private __ItemList As New ArrayList

I need to create a list of the strings contained in this array and expose them in a property drop-down editor in the Properties window when the component is at design-time.

I understand that I can use a custom Type Converter to display a list of strings in a property drop-down, but the values in my SelectedItemConverter class need to come from the main component that exposes the SelectedItemProperty and maintains the __ItemList array list. I am at a loss as to how to get the list of string values into the converter class so it can return the array of strings when the property is accessed.

Here is how far I have gotten:

Private __ItemList As New ArrayList
Dim __SelectedItem As String


GeneralRAS Connection Structure Pin
MASOSi30-Mar-04 12:23
MASOSi30-Mar-04 12:23 
QuestionHow to send OledbDataReader ? Pin
Member 36080530-Mar-04 11:43
Member 36080530-Mar-04 11:43 
AnswerRe: How to send OledbDataReader ? Pin
John Kuhn30-Mar-04 15:36
John Kuhn30-Mar-04 15:36 
QuestionHow the disable the resize function of a form Pin
MJay30-Mar-04 6:36
MJay30-Mar-04 6:36 
AnswerRe: How the disable the resize function of a form Pin
Guillermo Rivero30-Mar-04 7:24
Guillermo Rivero30-Mar-04 7:24 
AnswerRe: How the disable the resize function of a form Pin
Anonymous30-Mar-04 18:51
Anonymous30-Mar-04 18:51 
AnswerRe: How the disable the resize function of a form Pin
superwinsock30-Mar-04 21:56
superwinsock30-Mar-04 21:56 
QuestionHow to save content of a picturebox to jpg and content of a richtextbox as a normal text file? Pin
MJay30-Mar-04 6:25
MJay30-Mar-04 6:25 
QuestionHow to Unzip files using VB.Net Pin
Anonymous30-Mar-04 5:11
Anonymous30-Mar-04 5:11 
GeneralCall MDI form procedure in Toolbar Pin
LC Chan30-Mar-04 4:35
LC Chan30-Mar-04 4:35 
GeneralRe: Call MDI form procedure in Toolbar Pin
Charlie Williams30-Mar-04 5:25
Charlie Williams30-Mar-04 5:25 
GeneralRe: Call MDI form procedure in Toolbar Pin
Anonymous31-Mar-04 2:25
Anonymous31-Mar-04 2:25 
GeneralRe: Call MDI form procedure in Toolbar Pin
Anonymous31-Mar-04 5:16
Anonymous31-Mar-04 5:16 
GeneralInvoking a VBA macro from a VB app Pin
LeprosyLM30-Mar-04 2:37
LeprosyLM30-Mar-04 2:37 
Generalediting state Pin
ibok2329-Mar-04 15:58
ibok2329-Mar-04 15:58 
GeneralRe: editing state Pin
Dave Kreskowiak29-Mar-04 17:14
mveDave Kreskowiak29-Mar-04 17:14 
GeneralRe: editing state Pin
ibok2330-Mar-04 3:12
ibok2330-Mar-04 3:12 

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.