Posts by SNOT • 131 points
9 posts
-
2
votes1
answer2149
viewsQ: C# - Access Denied Windows Files
Hello I am making a software capable of scanning certain Windows files, where in it I leave filtered certain types of extensions, however, by placing to scan the following access message denied in…
-
0
votes2
answers853
viewsA: Dynamic Report c#
Well, I got it, if anyone wants to answer it. I made the following method: To be able to display all records it is necessary to have a 'data Region' (table, list or Matrix). Then I just created a…
-
2
votes2
answers853
viewsQ: Dynamic Report c#
I am preparing a report with the following structure: Well so far everything is set right, I’m using C# Windows Form, using the Reportviewer component to do the report, but when it comes to getting…
-
1
votes3
answers1339
viewsQ: Relationship between data with combobox
Hello, I have a C# application using Windows Forms My question would be as follows. I have a database made in Access It contains 2 tables, a table called State, which contains Code and State and…
-
0
votes2
answers306
viewsQ: Splash Screen in Windows Form C#
So far everything is fine, but I did one splash screen and put the same to rotate in form and ran perfectly. After a while I always updating the project with new functions and the main splash…
-
0
votes1
answer2993
viewsQ: Convert C++ to C#
Well, I’m passing some codes I have, and I’m doubtful I can pass that code to c, and I’d like help from anyone who can help, in the following code below #include <dirent.h> #include…
-
1
votes2
answers1608
viewsA: Simulate a Click on Webbrowser using C#
It would be in the case of clicking on a button of a specific WEB URL. The first button had the following HTML part <input type="submit" value="Entrar" name="commit"></input> the code to…
-
3
votes2
answers1729
viewsQ: How to pass values of controls between different windows?
and I’m having a question here about programming in C#, which I’m in doubt of how to do. Well, first I have a program C# of Windows Form Application, in it I created 2 Forms, being the main Form1,…
-
2
votes2
answers1608
viewsQ: Simulate a Click on Webbrowser using C#
I would like to know how to perform a click on a button of an internet site even by clicking on such web element debugged in the browser itself. I’m using the webbrowser component of C# I have tried…