Posts by Malyster Snur • 7 points
7 posts
-
-3
votes1
answer89
viewsQ: Instead of displaying text line by line display the whole text
Instead of displaying text line by line display the entire text. Visual Studio Community 2017. Stream entrada = File.Open(varexe + "\\Score.txt", FileMode.Open); StreamReader leitor = new…
c#asked Malyster Snur 7 -
0
votes1
answer500
viewsQ: Create a Score string . txt without overwriting the file
The command written below does not create the score text. txt in the directory of the folder where the game is installed I also needed that the code below not overwrite the file but add the score…
c#asked Malyster Snur 7 -
0
votes1
answer418
viewsQ: Take the directory of the executable and save image in a folder inside this directory
I needed to take the path of the executable and save in a folder inside the root directory where the ". exe", serving both the file programming in the "bin" and "debug" folder and when creating the…
c#asked Malyster Snur 7 -
1
votes1
answer84
viewsQ: Error - string C# for Crystal Report
When trying to pass the string from c# Windows Forms to Crystal Report following the procedure of the second image and the code below Crystal report shows the following error! Visual Studio…
-
0
votes0
answers83
viewsQ: Passing a string created in Windows Forms to Crystal Report
I needed to add a string created in Windows Forms Application in the Parameter Fields, shown in the first image below, inside the Crystal Report to later make a filter, as in the second image below.…
-
0
votes0
answers115
viewsQ: Crystal Report "Select Expert" filter by a string
As I should add the 'user' string, declared outside Crystal Report in c#, to filter the report in Crystal Report as per the image below. Or what’s the right way to do this in Crystal Report? Visual…
crystal-reportsasked Malyster Snur 7 -
0
votes1
answer97
viewsQ: Report Viewer - app.config unknowingly
I am unable to make a Report Viewer connection with Mysql, it does not appear in the "Choose Data Source" list. I believe that the problem is in the "app.config" that is disfigured someone could…