Beetlebomb
New Member
- Joined
- Jan 1, 2011
- Messages
- 131
- Reaction score
- 0
Hey guys,
I've created a few private plugins that have some great functionality to it(fully functional AH bidder/sniper/seller and an extremely detailed radar plugin). Some of which I'd love to share with the community. However, most of what I've written is catered to my current preferences. I'd like to create a windows form that would allow anyone to simply change a few settings to their own desire. I've spent countless hours trying to make a Windows Form without having to manually copy and paste tons of Windows Form source code into one .cs file. I want to be able to save my code in Visual Studio 2013 and run it without moving code from one file to another. Long story short, for example, if I want to tweak or move 1 button on my windows form, that means I have to highlight the entire auto-generated code for that form, copy it, and paste it inside one original .cs file. This is because I've yet to see a plugin that has separate .cs files between the form and the actual plugin functions.
If someone could help me out with this, I'm certain I'll be able to create some really great stuff for the Archebuddy community.
Thanks for any help!
I've created a few private plugins that have some great functionality to it(fully functional AH bidder/sniper/seller and an extremely detailed radar plugin). Some of which I'd love to share with the community. However, most of what I've written is catered to my current preferences. I'd like to create a windows form that would allow anyone to simply change a few settings to their own desire. I've spent countless hours trying to make a Windows Form without having to manually copy and paste tons of Windows Form source code into one .cs file. I want to be able to save my code in Visual Studio 2013 and run it without moving code from one file to another. Long story short, for example, if I want to tweak or move 1 button on my windows form, that means I have to highlight the entire auto-generated code for that form, copy it, and paste it inside one original .cs file. This is because I've yet to see a plugin that has separate .cs files between the form and the actual plugin functions.
If someone could help me out with this, I'm certain I'll be able to create some really great stuff for the Archebuddy community.
Thanks for any help!