ensman38
ensman38
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
thank you
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
The company wants the code, but my friend cannot change the application code because cyber security does not work at all.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
It was discussed during the job interview and these codes were thrown away, they said that mail transactions should not go through the interviews.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
It was sent as an e-mail, not as an interview, and was requested to make changes.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
Yes, but my friend was not taught this code, that's why they can't do it.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
There is no rest, we are working on those who asked for these, but we do not know which way to follow.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
Yes, but the code is too long to be shared here.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
They were asked to deal with this code, and the change was done through the cyber security C# form application, but they asked my friend for the rest of the code.
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
namespace application {     public partial class Form1 : Form     {         string to be monitored="BITS";         int sirano = 0;         bool case;         ServiceController service2;         public Form1()         {             InitializeComponent();         }         private void Form1_Load(object sender, EventArgs e)         {             int sn=0,active=0,passive=0;             int i;             //basic information of the computer is listed             string computerName = Dns.GetHostName();             label4.Text = computerName;             string ipAddress = Dns.GetHostByName(computerName).AddressList[0].ToString();             label3.Text = ipAddress;             //services are listed as a grid. sec service number defines the number of active and passive services, and sirano defines the service to be monitored.             dataGridView1.ColumnCount = 5;             dataGridView1.Columns[0].Name = "No";             dataGridView1.Columns[0].Width = 20;             dataGridView1.Columns[1].Name = "Name";             dataGridView1.Columns[2].Name = "Screen";             dataGridView1.Columns[3].Name = "Type";             dataGridView1.Columns[4].Name = "Active";
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
I'm not the person to meet my friend
45 replies
CC#
Created by ensman38 on 6/15/2024 in #help
✅ How can I change this code
in a job interview
45 replies
CC#
Created by ensman38 on 2/21/2024 in #help
Projects are missing, they are not working
It's towards home, but it doesn't come to me like this, I couldn't figure out how to do it, I can't find it
3 replies