K
K
KocHura2016-07-08 14:44:20
Visual Basic
KocHura, 2016-07-08 14:44:20

How to write a form from scratch without the Visual Studio Basic Designer?

I need to write a program, but without a constructor from scratch in Visual Studio Express Desktop 2015
It is necessary that there was an executable file for example: Program.exe
that would read code from files: DLL
Is this even possible?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Fedoryan, 2016-07-08
@AnnTHony

Console application?
What does the code from dll files mean? Is library decompilation necessary?

R
Rou1997, 2016-07-08
@Rou1997

Of course, it's possible that the WinForms designer just generates code, it can be found in the xxxx.Designer.cs files in any project, but this makes no sense. It's not clear about the DLL.

M
Mors Clamor, 2016-07-19
@66demon666

For creation of the form yuzay WinApi, about dll did not cut. Decompilation is very difficult, dll loading is again winapi

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question