|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How can I resolve the control type?Hello.
In VB.NET (VS 2008) : How can I resolve the control type, by knowing it's name only. I.e : Panel. Thanks :) Am 16.06.2010 21:00, schrieb Mr. X.:
> In VB.NET (VS 2008) : The name of the type or the name of a control?> How can I resolve the control type, by knowing it's name only. > I.e : Panel. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> I have the name of type.
As the following code : ================= dim s as string dim t as type s = "Panel" I want that : t = GetType(Panel) (But on the following code, I have send a type parameter. I want to send a string parameter). How can I do that ? Thanks :) Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:hvb79d$rps$1@news.albasani.net... > Am 16.06.2010 21:00, schrieb Mr. X.: >> In VB.NET (VS 2008) : >> How can I resolve the control type, by knowing it's name only. >> I.e : Panel. > > The name of the type or the name of a control? > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/> Am 16.06.2010 22:27, schrieb Mr. X.:
> I have the name of type. The name "panel" is not unique. A class of that name can be> As the following code : > ================= > dim s as string > dim t as type > s = "Panel" > > I want that : > t = GetType(Panel) > (But on the following code, I have send a type parameter. > I want to send a string parameter). > > How can I do that ? in many namespaces and in many assemblies (dlls). Therefore you must specify more details. Have a look here: (also read the parameter description) http://msdn.microsoft.com/en-us/library/w3f99sx1(VS.90).aspx Also: http://msdn.microsoft.com/en-us/library/y0cd10tb(VS.90).aspx -- Armin I looked, as your advise, at the links.
For the second one : I should do something for instance, because instance should not be nothing. I know the dlls (or the namespace) for the object. I need an example, please. Specifically for Panel, in order to understand something about. Thanks :) .... I meant Panel in : System.Windows.Forms.Panel
Show quoteHide quote "Mr. X." <nospam@nospam_please.com> wrote in message news:O5DK5ieDLHA.5848@TK2MSFTNGP06.phx.gbl... > I looked, as your advise, at the links. > For the second one : I should do something for instance, because instance > should not be nothing. > > I know the dlls (or the namespace) for the object. > I need an example, please. Specifically for Panel, in order to understand > something about. > > Thanks :)
A Way for saving control with all of it's components and properties to a file or stream.
insert control to parent at reverse order. Disable the search feature of a ComboBox only one instance of a typed Dataset VS2010 Image Change WPF media element marker Override destructor. something curious when compiling To use LINQ to SQL or not ? |
|||||||||||||||||||||||