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

Visual Basic

 
GeneralRe: Basic Question: String declaration with "child values" Pin
re infecta2-Sep-06 13:37
re infecta2-Sep-06 13:37 
AnswerRe: Basic Question: String declaration with "child values" Pin
Guffa2-Sep-06 15:58
Guffa2-Sep-06 15:58 
GeneralRe: Basic Question: String declaration with "child values" Pin
re infecta2-Sep-06 21:39
re infecta2-Sep-06 21:39 
Questiondynamic setup preparation Pin
Pradip Kishore2-Sep-06 0:24
Pradip Kishore2-Sep-06 0:24 
QuestionBubble up User Control event Pin
FreQi1-Sep-06 15:57
FreQi1-Sep-06 15:57 
AnswerRe: Bubble up User Control event Pin
Dave Kreskowiak2-Sep-06 7:39
mveDave Kreskowiak2-Sep-06 7:39 
AnswerRe: Bubble up User Control event Pin
Davelister3-Sep-06 6:45
Davelister3-Sep-06 6:45 
QuestionRe: Bubble up User Control event Pin
FreQi3-Sep-06 8:14
FreQi3-Sep-06 8:14 
Thank you for the insight, you've got me looking down the right path now, but I am still haveing difficulty getting it to work. Here are some more details on my situation...I actually have a user control derived from a user control.

The most primitive contro is called "FileFolderTextBox" and it's just a class that Inherits from System.Windows.Forms.TextBox. The contents of the text box is just a string that should be the path to a file or a folder, and if the text does not match an existing file or folder, the background color gets changed. Pretty simple, and that worked and is based on the TextChanged event.

The next control is a FolderBoxAndButton and a FileBoxAndButton class. Both of these classes Imports the FileFolderTextBox and simply adds a button that allows a user to select the file or folder.

Finally, I have a project that uses the FolderBoxAndButton class, and now I want to do something on the event that the text changes in the FolderBoxAndButton object.

So, in the FileFolderBoxAndButton class, I already have Private Sub FileFolderTextBox_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.TextChanged which changes the background color of the textbox. When I add Public Shadows Event TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) to the class and raise the event in my FileFolderTextBox_TextChanged sub, the event no longer fires (the background color never changes).

Am I just confused onwhat goes where or what am I missing?

And thank you for the help.
QuestionRemoving items from CheckedListBox Pin
The ANZAC1-Sep-06 14:11
The ANZAC1-Sep-06 14:11 
AnswerRe: Removing items from CheckedListBox Pin
Davelister3-Sep-06 7:00
Davelister3-Sep-06 7:00 
GeneralRe: Removing items from CheckedListBox Pin
The ANZAC3-Sep-06 11:14
The ANZAC3-Sep-06 11:14 
GeneralRe: Removing items from CheckedListBox Pin
Davelister4-Sep-06 10:37
Davelister4-Sep-06 10:37 
QuestionDisable maximize on a transparent form Pin
re infecta1-Sep-06 12:25
re infecta1-Sep-06 12:25 
AnswerRe: Disable maximize on a transparent form Pin
Marek Grzenkowicz1-Sep-06 23:31
Marek Grzenkowicz1-Sep-06 23:31 
GeneralRe: Disable maximize on a transparent form Pin
re infecta2-Sep-06 0:07
re infecta2-Sep-06 0:07 
GeneralRe: Disable maximize on a transparent form Pin
re infecta3-Sep-06 0:36
re infecta3-Sep-06 0:36 
GeneralRe: Disable maximize on a transparent form Pin
Dave Kreskowiak3-Sep-06 1:55
mveDave Kreskowiak3-Sep-06 1:55 
GeneralRe: Disable maximize on a transparent form Pin
Dave Kreskowiak3-Sep-06 1:54
mveDave Kreskowiak3-Sep-06 1:54 
QuestionRe: Disable maximize on a transparent form Pin
Marek Grzenkowicz3-Sep-06 6:00
Marek Grzenkowicz3-Sep-06 6:00 
AnswerRe: Disable maximize on a transparent form Pin
re infecta3-Sep-06 7:19
re infecta3-Sep-06 7:19 
GeneralRe: Disable maximize on a transparent form Pin
Marek Grzenkowicz3-Sep-06 7:27
Marek Grzenkowicz3-Sep-06 7:27 
GeneralRe: Disable maximize on a transparent form Pin
Dave Sexton4-Sep-06 3:33
Dave Sexton4-Sep-06 3:33 
Question.exe?... VB.NET Pin
Aaron1281-Sep-06 11:50
Aaron1281-Sep-06 11:50 
AnswerRe: .exe?... VB.NET Pin
Coding C#1-Sep-06 21:57
Coding C#1-Sep-06 21:57 
GeneralRe: .exe?... VB.NET Pin
Aaron1282-Sep-06 7:30
Aaron1282-Sep-06 7:30 

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.