Posts by Fabio Aragão • 135 points
16 posts
-
1
votes0
answers47
viewsQ: How to avoid possible incompatibility in Windows
Good morning, everyone, There is some choice to be made when creating an application so that it is compatible with the versions of windows 7, 8 and 10 ? I’m doing today as 32bits, it’s enough ?…
-
0
votes0
answers94
viewsQ: Error creating installer by Visual Studio 2015
Good evening guys, I’m creating an installer of an application that uses Sqlite database, at the time of compiling the installer, it displays a Warning stating that SQL Server is required with some…
-
1
votes1
answer57
viewsQ: Insert welcome screen into the project
How do I insert a welcome screen with a button to continue and open the system? in the incial form is so: namespace App_Herois_da_Fe { public partial class Form1 : Form { public Form1() {…
c#asked Fabio Aragão 135 -
0
votes1
answer618
viewsQ: Remove form button and remove code
Good afternoon guys, how can I clear the code in the situation where, I put the buttons as a certain use, then we decided to take the buttons but the codes are there, ( the events click ) How can I…
-
2
votes2
answers46
viewsQ: How to have access to Label again in Visual Studio
I put a Label in the form, I edited its name to be empty, renamed and so far so good, and I can no longer select it in the form for manipulation. It works within the application bringing the…
-
1
votes1
answer53
viewsQ: How to inhibit textbox but display ID data
I would like the Textbox ID to be inhibited (I don’t want to be invisible) but to display ID data that is saved (autoincrement) in the database. I’m using Visual Studio 2015 Community. Example: I…
-
0
votes2
answers315
viewsQ: Change button name in event
I was making a change to the name of the buttons in the project and accidentally clicked twice on the button, so he opened the code, as the variable opened the code with the name button7. As I had…
-
2
votes3
answers326
viewsA: Doubt with variables
In programming we have a term called (good practice), that is, something that determines what is more or less correct, see that it does not use right or wrong, but it is what becomes more beautiful,…
-
0
votes0
answers36
viewsQ: CPU usage without an explanation
in our database we use to report the Performance Dashboard Reports, and we are receiving this type of peak.. What bothers us is the issue of the orange bar. Does anyone know how we can find out what…
sql-serverasked Fabio Aragão 135 -
1
votes1
answer211
viewsQ: Path ftp directory with spaces
Good morning guys, I’m having trouble getting to a subdirectory on ftp, the name of one of the Ubdirectories has space, and with that I can not advance. I’m doing a project on Java. Could someone…
javaasked Fabio Aragão 135 -
0
votes1
answer178
viewsQ: Error while listing FTP file
Good evening guys, I’m trying to make a simple program that lists the files of an FTP directory, and error is occurring. package br.com.java; import java.io.IOException; import…
javaasked Fabio Aragão 135 -
0
votes0
answers231
viewsQ: Application to download all files from a remote FTP directory
I’m trying to make an installer-like application for a proprietary system. The process it does is: creates a directory and two subdirectories on a PC that will use the system. After creating the…
-
0
votes1
answer695
viewsQ: Download all files from a remote FTP directory
I would like your help as I am making an application that downloads files from a remote ftp directory. Could you pass the code to implement in C# please? Connect to remote FTP and copy all files…
-
0
votes0
answers45
viewsQ: Connecting several banks with mysql loop
good afternoon My doubt is related to connection to several databases in mysql for reporting I would like the annual result of the year 2016 in sales, so I want to take the result of each month, but…
-
1
votes2
answers110
viewsQ: Visual Studio C# 2015 does not debug
Here’s what I’m trying to do: I compile the program by clicking start; The screen splash is displayed, the progress bar rotates and reaches 100% (closes the screen splash); Opens the screen of…
c#asked Fabio Aragão 135 -
0
votes1
answer496
viewsQ: Creating folders within Program Files
I’m having trouble creating folders within program files. Where I work there is an application that only works if the files are inside program files and the process of creating the folders today is…
c#asked Fabio Aragão 135