Click here to Skip to main content
15,900,108 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAsked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Stephane3410-May-13 0:24
Stephane3410-May-13 0:24 
AnswerRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Dave Kreskowiak10-May-13 1:22
mveDave Kreskowiak10-May-13 1:22 
GeneralRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Stephane3410-May-13 3:34
Stephane3410-May-13 3:34 
GeneralRe: Asked: functions written in C/C++ or other language : Microseconds Delays Timers Pin
Dave Kreskowiak10-May-13 4:03
mveDave Kreskowiak10-May-13 4:03 
Questioninstance of usercontrol not exposing all properties Pin
treddie9-May-13 13:43
treddie9-May-13 13:43 
AnswerRe: instance of usercontrol not exposing all properties Pin
treddie9-May-13 14:06
treddie9-May-13 14:06 
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 
That is probably because your UserControl is defined in the same project as you are working in. The default access modifier is "Friend" so you can see it as long as you are working in the same assembly. If you move the UserControl to a library, you would not be able to access it unless you modified it's access modifier to "Public".

Take a look at your UserControl1.Designer.vb file.
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 
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 

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.