我 Hello, I am new to VB.Net so go easy on me, now on to the question that I have. Iwould like to have multiple forms in my application, but I need help doingthis. I know that I can inherit a form but, I believe I am looking forsomething a little deferent. Example: Form1 would display a radPick button and a btnEnter. If the user selectedradPick and clicked btnEnter it would display Form2. Form2 would display a new set of controls for the user to interact with. How would I go about doing this? This is what I did, but it would not work: If radPick.Checked = True ThenForm2.Show()End If --I am a Noob!Thanks for the Help :) 解决方案 I I 这篇关于多个论坛?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-14 06:04