Click here to Skip to main content
15,895,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Dataset not saving Pin
Naji El Kotob28-Jul-07 2:59
Naji El Kotob28-Jul-07 2:59 
GeneralRe: Dataset not saving Pin
plankmonkey28-Jul-07 5:47
plankmonkey28-Jul-07 5:47 
Questionhow we can embed vc++ code in vb.net Pin
cnu_sree28-Jul-07 0:16
cnu_sree28-Jul-07 0:16 
AnswerRe: how we can embed vc++ code in vb.net Pin
Paul Conrad28-Jul-07 5:47
professionalPaul Conrad28-Jul-07 5:47 
QuestionWhy VS designer doesn't work with sub classes ? Pin
Ky Nam27-Jul-07 21:38
Ky Nam27-Jul-07 21:38 
AnswerRe: Why VS designer doesn't work with sub classes ? Pin
Christian Graus27-Jul-07 21:42
protectorChristian Graus27-Jul-07 21:42 
GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Ky Nam27-Jul-07 21:53
Ky Nam27-Jul-07 21:53 
GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Dave Kreskowiak28-Jul-07 8:44
mveDave Kreskowiak28-Jul-07 8:44 
The designer will not look for classes embedded in other classes.

You also cannot do what you want, because the designer can't get at the private class to create an instance of it. Your UserControl class must be made Pblic for it to work in the designer. You can try breaking it out into a seperate class (both of your classes in the same file) and tagging it a Friend, but I have my doubts on it working. This is because a Friend class is visible only to other code in the same assembly, not outside the assembly. I'm guessing this would preclude the designer from seeing the class.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Why VS designer doesn't work with sub classes ? Pin
Ky Nam28-Jul-07 14:22
Ky Nam28-Jul-07 14:22 
Questionhow to convert c# code into vb.net 2005 code Pin
eyes200727-Jul-07 21:35
eyes200727-Jul-07 21:35 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Christian Graus27-Jul-07 21:36
protectorChristian Graus27-Jul-07 21:36 
GeneralRe: how to convert c# code into vb.net 2005 code Pin
Paul Conrad28-Jul-07 13:36
professionalPaul Conrad28-Jul-07 13:36 
GeneralRe: how to convert c# code into vb.net 2005 code Pin
Dave Doknjas28-Jul-07 13:50
Dave Doknjas28-Jul-07 13:50 
GeneralRe: how to convert c# code into vb.net 2005 code Pin
Paul Conrad28-Jul-07 13:59
professionalPaul Conrad28-Jul-07 13:59 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Ky Nam27-Jul-07 21:41
Ky Nam27-Jul-07 21:41 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Kevin McFarlane28-Jul-07 0:49
Kevin McFarlane28-Jul-07 0:49 
AnswerRe: how to convert c# code into vb.net 2005 code Pin
Dave Doknjas28-Jul-07 12:47
Dave Doknjas28-Jul-07 12:47 
QuestionObject reference not set to an instance of an object [modified] Pin
ASPnoob27-Jul-07 19:36
ASPnoob27-Jul-07 19:36 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 19:54
protectorChristian Graus27-Jul-07 19:54 
AnswerRe: Object reference not set to an instance of an object Pin
Paul Conrad27-Jul-07 19:58
professionalPaul Conrad27-Jul-07 19:58 
GeneralRe: Object reference not set to an instance of an object Pin
ASPnoob27-Jul-07 20:49
ASPnoob27-Jul-07 20:49 
GeneralRe: Object reference not set to an instance of an object Pin
Paul Conrad27-Jul-07 21:08
professionalPaul Conrad27-Jul-07 21:08 
GeneralRe: Object reference not set to an instance of an object Pin
ASPnoob27-Jul-07 21:30
ASPnoob27-Jul-07 21:30 
GeneralRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 21:35
protectorChristian Graus27-Jul-07 21:35 
AnswerRe: Object reference not set to an instance of an object Pin
Christian Graus27-Jul-07 21:40
protectorChristian Graus27-Jul-07 21:40 

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.