Posts by Danillo Dars • 45 points
6 posts
-
-1
votes1
answer266
viewsQ: C# - Form track Panel size
Hi, I would like to know how I make the open form inside a Panel to follow the Panel if I resize the main form. Form2 frm = new Form2(); frm.TopLevel = false; frm.Size = panel1.Size;…
-
0
votes1
answer107
viewsA: Edit Activedirectory user with C#
I made the following changes if successful. Classes.ActiveDirectory AD = new Classes.ActiveDirectory(); // Realizando a consulta no AD DirectoryEntry openConection = AD.abreConexaoAD(); ////…
-
1
votes1
answer107
viewsQ: Edit Activedirectory user with C#
Hello, I am trying to add the initials of the company’s employees in the initial parameter of the AD user and when trying to run it returns me the following message:…
-
1
votes0
answers297
viewsQ: Dynamic table in PHP
I am developing a system for call tracking and teachers need a report where it will be possible to view the students of the class filtered by discipline, where it will be displayed if the student…
-
0
votes1
answer112
viewsQ: Update Android App
Hello, I am new to android development and I have some doubts, I am developing an APK using a webview and I am often updating it with some improvements. As I work more than 200km from where the…
-
0
votes0
answers150
viewsQ: Convert API Json PHP to C#
Hello, I’m having trouble converting a PHP API to be used in C#, I can connect to the API but I can’t send data, someone could help me? Follows API in PHP: $process = curl_init("URL API");…