Posts by BarrosKing • 138 points
8 posts
-
1
votes1
answer39
viewsA: I’m having doubts on how to use the "{" keys
I have indented your code and removed keys that you opened but not closed and that is why it gave rise to a major mistake which was the function 'Oncolisionenter' have no key to close! Start doing…
c#answered BarrosKing 138 -
0
votes1
answer109
viewsA: How to resolve the Csharp_eidmw_err_pinref_not_found_get exception
In this case, the error is found in the documentation, and the solution found was only the removal of the extension from the target file, as the destination needs to be a folder!!!
c#answered BarrosKing 138 -
0
votes2
answers333
viewsQ: What is and what is an override (method override) for in programming?
The title of the question basically says it all: what is and what is a Override (method envelope) in the programming?
-
2
votes2
answers333
viewsA: What is and what is an override (method override) for in programming?
The method replacement , in the programming object-oriented , is a language resource that allows a subclass or child class provides a specific implementation of a method that is already provided by…
-
-1
votes1
answer109
viewsQ: How to resolve the Csharp_eidmw_err_pinref_not_found_get exception
I have a C# project that uses the Gov library to access data from a smartcard (citizen card), the Library is called pteidlib_dotnet, which you can find here I need to create a feature that allows me…
c#asked BarrosKing 138 -
4
votes1
answer1116
viewsQ: What is a "Postback"?
It may seem like a silly question, but I can’t understand how a postback works, if anyone can explain to me thank you!
-
0
votes1
answer83
viewsQ: How can I use CSS styles in windows Forms c#
I have a lot of difficulties in doing the graphical part of the programs, someone who can help me with some simple example, it doesn’t have to be very complex, because this is a final course work.…
-
2
votes1
answer112
viewsA: Sum of all integers within a List<int>
inside the sum function, meta to enter a variable of type List, and just exchange this 'for' for a 'foreach', it will be like this: public static int soma(List<int> nomedalista){ int resultado…
c#answered BarrosKing 138