I'm a beginner in the field, I could not find my question elsewhere.
Is there a code that shows the state of the form?
For example: if it is in focus, is it minimized or maximized?
Thanks in advance!
In a short time I had to create an installer for desktop application in C #, and as in Visual Studio 2013 there was Publish that already created the Setup and Auto-Update I ended up using it for the convenience, but now I have a problem, every t...
Community, when I was compiling a project I got the message that should check the Deploy option. Then there was a question, I would like an explanation (the more detailed the better :)) about Visual Studio's Deploy ( Project - Pr...
Objects do not appear in XAML Visual.
TheyonlyappearifitisaprojectusingSilverlight.
But in the Emulator when compiling normal view, it's bad just to edit the application's Visual.
I created my database project in Visual Studio 2013 pointing to an existing database, put a new build to run in TFS and the following error occurs:
Error 04018: The “SqlBuildTask” task failed unexpectedly
I did not make any changes to bu...
In my project I have two tables: Student and Occurrences. And they are related so that a student can have multiple occurrences. My need is: In the student Details view (Details.cshtml), I need to show all occurrences related to the student. That...
I'm having a project where I'm using MvcCheckBoxList.
My question is this:
Would you like to put a mvccheckboxlist together with radio buttons and inputs? For I am in a project in a school that I have to record some occurrences and I need th...
I need to edit a text file in Visual Studio 2013, but intellisense is disturbing me this way:
Bypressingspaceforthenextworditis" Troque object leitor de DVD " and it is unproductive to keep erasing or pressing Esc all the time.
I...
I tried to use Visual Studio together with the tools for Python , but when I put:
print("Hello World")
and pressing F5 it runs smoothly.
However, when boto:
print("olá") it gives the following error:
File "C:...