Click here to Skip to main content
15,902,276 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie9-May-13 14:47
treddie9-May-13 14:47 
GeneralRe: instance of usercontrol not exposing all properties Pin
TnTinMn9-May-13 15:00
TnTinMn9-May-13 15:00 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie9-May-13 20:06
treddie9-May-13 20:06 
GeneralRe: instance of usercontrol not exposing all properties Pin
Dave Kreskowiak10-May-13 1:01
mveDave Kreskowiak10-May-13 1:01 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie10-May-13 16:36
treddie10-May-13 16:36 
AnswerRe: instance of usercontrol not exposing all properties Pin
TnTinMn9-May-13 14:47
TnTinMn9-May-13 14:47 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie9-May-13 20:19
treddie9-May-13 20:19 
GeneralRe: instance of usercontrol not exposing all properties Pin
Dave Kreskowiak10-May-13 1:08
mveDave Kreskowiak10-May-13 1:08 
The point behind a UserControl is to create a custom control with a bunch of other controls as children, all working as parts to solve a common goal.

For example, a TextBox and a button next to it can be placed in a UserControl. The TextBox can be ReadOnly and the button is clicked, opening a OpenFileDialog that lets the user pick a path and you can then put the path into the TextBox and have that path returned as a property of the UserControl. The user does not get to type in the TextBox.

The only property the UserControl would expose would be the path selected, not any of the properties of the TextBox or Button.

GeneralRe: instance of usercontrol not exposing all properties Pin
treddie10-May-13 16:20
treddie10-May-13 16:20 
GeneralRe: instance of usercontrol not exposing all properties Pin
TnTinMn10-May-13 3:40
TnTinMn10-May-13 3:40 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie10-May-13 16:34
treddie10-May-13 16:34 
AnswerRe: instance of usercontrol not exposing all properties Pin
TnTinMn10-May-13 18:50
TnTinMn10-May-13 18:50 
GeneralRe: instance of usercontrol not exposing all properties Pin
treddie10-May-13 21:13
treddie10-May-13 21:13 
QuestionHow to add rows to datagridview from comboboxes in windows forms application Pin
Agontuk9-May-13 9:04
Agontuk9-May-13 9:04 
AnswerRe: How to add rows to datagridview from comboboxes in windows forms application Pin
TnTinMn9-May-13 15:09
TnTinMn9-May-13 15:09 
QuestionSockets Using play youtube videos Pin
johnmackency8-May-13 20:57
johnmackency8-May-13 20:57 
AnswerRe: Sockets Using play youtube videos Pin
Richard MacCutchan9-May-13 1:19
mveRichard MacCutchan9-May-13 1:19 
AnswerRe: Sockets Using play youtube videos Pin
Dave Kreskowiak9-May-13 1:39
mveDave Kreskowiak9-May-13 1:39 
QuestionBitwise AND in an If/Else block Pin
treddie7-May-13 11:33
treddie7-May-13 11:33 
AnswerRe: Bitwise AND in an If/Else block Pin
Dave Kreskowiak7-May-13 14:49
mveDave Kreskowiak7-May-13 14:49 
GeneralRe: Bitwise AND in an If/Else block Pin
treddie7-May-13 17:04
treddie7-May-13 17:04 
GeneralRe: Bitwise AND in an If/Else block Pin
Richard MacCutchan7-May-13 21:19
mveRichard MacCutchan7-May-13 21:19 
GeneralRe: Bitwise AND in an If/Else block Pin
treddie7-May-13 22:38
treddie7-May-13 22:38 
GeneralRe: Bitwise AND in an If/Else block Pin
Bernhard Hiller7-May-13 23:07
Bernhard Hiller7-May-13 23:07 
GeneralRe: Bitwise AND in an If/Else block Pin
Dave Kreskowiak8-May-13 1:58
mveDave Kreskowiak8-May-13 1:58 

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.