Posts by Cristiano Rogoy • 27 points
7 posts
-
0
votes0
answers12
viewsQ: Send data from one form to another c#
Hello, I have a following question I have a Form with some Textbox and I have a button that calls another search form, In this search form I already have all the information that I need to put n…
c#asked Cristiano Rogoy 27 -
0
votes1
answer20
viewsA: Ionic.Zip Complete Extract C#
Hello Thank you for the reply, I resolved as follows, double dTotalBytesParaTransferir = e.TotalBytesToTransfer; double dTotalBytesTransferidos = e.BytesTransferred; if (dTotalBytesParaTransferir ==…
c#answered Cristiano Rogoy 27 -
-1
votes1
answer20
viewsQ: Ionic.Zip Complete Extract C#
Hello I am using using using Ionic.Zip; and this extracting right however at the end when it finishes extracting need to erase the ZIP file q it was extracting and I am not seeing function to…
c#asked Cristiano Rogoy 27 -
0
votes2
answers44
viewsQ: Download Async Task C#
Hello I have the following situation with that function. And this giving this rejection Webclient' does not contain a definition for "Downloaddatataskasync" and it was not possible to find any…
c#asked Cristiano Rogoy 27 -
1
votes1
answer59
viewsA: Dll Delphi Using on C#
Thanks for the help but I managed to solve the problem as follows in the code c : [DllImport("Func.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Ansi)] public static extern…
-
0
votes1
answer59
viewsQ: Dll Delphi Using on C#
Hello, I’m trying to integrate a dll made in Delphi 10.1 and use its functions in C# however it even accesses the dll but the application CLOSES without giving any error, I will pass as I am doing.…
-
0
votes1
answer130
viewsQ: Msbuild doubt about compilation C#
Hello, I have a project in C# windows Forms and I need to compile and generate the .exe with Msbuild. However, when I update the sources and run to compile, it gives error saying that the structure…