Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
phaseshift
Posts
Comments
C
C#
β’
Created by Fumetsu on 4/24/2025 in
#help
Handle Closing Form?
π gl
8 replies
C
C#
β’
Created by Fumetsu on 4/24/2025 in
#help
Handle Closing Form?
Yes, pass the mainform as a variable to the constructor of things that need to call methods on it
8 replies
C
C#
β’
Created by Fumetsu on 4/24/2025 in
#help
Handle Closing Form?
Use a debugger to look
8 replies
C
C#
β’
Created by Fumetsu on 4/24/2025 in
#help
Handle Closing Form?
(or adding the same event handler somewhere else, or just running the method otherwise)
8 replies
C
C#
β’
Created by Fumetsu on 4/24/2025 in
#help
Handle Closing Form?
You must be making 5 mainforms then π
8 replies
C
C#
β’
Created by Faker on 3/15/2025 in
#help
β When to use interfaces and why
then if anything wants to do crud stuff for its types then it implements the interface for the types
43 replies
C
C#
β’
Created by Faker on 3/15/2025 in
#help
β When to use interfaces and why
no, you have a crud system. the crud system should define the interface
43 replies
C
C#
β’
Created by Faker on 3/15/2025 in
#help
β When to use interfaces and why
why is that ' a thing'? what is the underlying question?
43 replies
C
C#
β’
Created by Faker on 3/15/2025 in
#help
β When to use interfaces and why
inversion of control is a topic you can read up on
43 replies
C
C#
β’
Created by Mìscha on 3/9/2025 in
#help
Switching between forms in WinForm app
whats wrong with using
CreateForm()
function on the form manager?
7 replies
C
C#
β’
Created by MilkDog on 1/8/2025 in
#help
Reccomendations for starter/intermediate c# projects
https://github.com/karan/Projects
5 replies
C
C#
β’
Created by MilkDog on 1/8/2025 in
#help
Reccomendations for starter/intermediate c# projects
ray tracer always a good one
5 replies
C
C#
β’
Created by Frite on 1/6/2025 in
#help
β How to use the Visual Studio memory diagnostic
That in its own doesn't mean there is a leak
8 replies
C
C#
β’
Created by reproj2000 on 12/30/2024 in
#help
what type of pattern would u use?
Flyweight pattern might apply here
4 replies
C
C#
β’
Created by Get on 12/31/2024 in
#help
PersistedAssemblyBuilder to generate executable
If you try clicking the exe in explorer to run it it might give more details in the error message if it's really a dll load issue
19 replies
C
C#
β’
Created by ElectricTortoise on 12/20/2024 in
#help
Why is the struct allowed but the class isn't?
π
42 replies
C
C#
β’
Created by ElectricTortoise on 12/20/2024 in
#help
Why is the struct allowed but the class isn't?
It would change the name, yes it needs to match everywhere. You dont
need
to change it
42 replies
C
C#
β’
Created by ElectricTortoise on 12/20/2024 in
#help
Why is the struct allowed but the class isn't?
it doesnt do anything, just convention
42 replies