English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What I mean for example is, why when you create a button from the toolbox, the button has a variable but is not reflected in the code?

I mean, if you create a button with name "button1" and in the code you type "dim button1 as string", you get message that is already declared but you do not see the declaration in the code.

Would be interesting for me to see answers for this.
Thanks in advance.

2007-03-07 09:33:40 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

Well, I have the standard edition of VS2005, If your form is form1.vb, you also have a file form1.designer.vb. The button is there.

2007-03-07 09:58:23 · answer #1 · answered by Anonymous · 0 0

I rarely touch VB but this is something I stumbled upon before: rename the files to .txt or somehow read it as text and you'll see the entire codes; programming GUIs within same code are possible beginning Java and C#, VB and .Net version of it Microsoft would have you think there is no code required for its GUI portion.

2007-03-07 17:50:42 · answer #2 · answered by Andy T 7 · 0 0

fedest.com, questions and answers