Posts by Eduardo AC • 13 points
4 posts
- 
		0 votes2 answers34 viewsQ: Logic for SQL statement - Sum of values between Table A and Table BTo table A is the table that receives several rows containing different values related to table B which is where the items are stored. Table A Descrição | Valor item 1 | 50,00 item 1 | 40,00 item 2… 
- 
		0 votes0 answers43 viewsQ: Webbrowser control accumulating memory with every use of the Navigate methodI created a program that uses Webbrowser to search for information online (Log in automatically and later bring the page information to the program). The program works perfectly, but it turns out… 
- 
		0 votes2 answers70 viewsA: MODIFICATION AND READING OF DIRECTORIES IN C#Take a look at this code. Basically do what you suggested: Create a configuration file and, if it exists, just read it and the values are returned in the variables commented below. private void… 
- 
		1 votes0 answers238 viewsQ: Taking information from an HTML page in C# (Webbrowser)I’m trying to get information from a website and I’m having a hard time getting the right result. Basically, I need to get the software version on the site:…