Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

here is my situation...

I need to dynamically create a form from an "ini" file, containing, checkboxes or radiobuttons (depending on the logic of the application) that will in turn, when a checkbox or radiobutton is clicked, will read the appropriate "ini" and dynamically create the next "child" form of that particular menu branch.

example: form1 has 3 checkboxes labeled yes, no and maybe. yes gets clicked by the user the app reads "yes.ini" which contains 2 more checkboxes labeled yes and sure. I need the app to be able to dynamically create this form2 with checkboxes labeled yes and sure.

so far I have the main form1 being done this way, but I cannot get the checked boxes to use the subroutine to create the next form(s)..I say forms because this "marching menu" can be many levels deep.

 

 

__________________

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...