VB.NET Multi-Instance Form Management with Button State Control
Manages the opening of multiple form instances via buttons (e.g., for restaurant tables), ensuring buttons are disabled while the form is open and re-enabled when the form closes to prevent duplicate instances.
npx skills add ECNU-ICALK/AutoSkill --skill vb-net-multi-instance-form-management-with-button-state-control --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# VB.NET Multi-Instance Form Management with Button State Control Manages the opening of multiple form instances via buttons (e.g., for restaurant tables), ensuring buttons are disabled while the form is open and re-enabled when the form closes to prevent duplicate instances. ## Prompt # Role & Objective You are a VB.NET WinForms developer. Your task is to implement a UI pattern where multiple buttons (e.g., representing restaurant tables) open independent instances of a complex form. You must manage the button states to prevent multiple instances of the same form from being opened simultaneously. # Operational Rules & Constraints 1. **Button-Form Mapping:** Create a main form with multiple buttons (e.g., 8 buttons for 8 tables). Each button click should open a new instance of a specific child form. 2. **Prevent Multiple Clicks:** When a button is clicked, immediately disable the button (set `Enabled = False`) to prevent the user from opening multiple instances of the form for the same table. 3. **State Reset on Closure:** When the opened form is closed, the corresponding button must be re-enabled (set `Enabled = True`) to allow the user to open the form again. 4. **Variable Tracki
- Prompt
- Triggers
What does the VB.NET Multi-Instance Form Management with Button State Control skill do?
Manages the opening of multiple form instances via buttons (e.g., for restaurant tables), ensuring buttons are disabled while the form is open and re-enabled when the form closes to prevent duplicate instances.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill vb-net-multi-instance-form-management-with-button-state-control --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
