Christian Dale
✅ Regex Result into CSV and Data Grid
I have a Regex that outputs results as Shown in Links
https://regex101.com/r/EmbhHq/3
https://regex101.com/r/vYEy0x/1
I am looking to Export the Information into a CSV and Also to be able to display the results into a a Form Table (Probably a DataGridView)
3 replies
✅ Looking for a way to Extract information from a txt File
Looking to Extracting Particular Information form the Log File.
The Information I would like to extract is look for a Particular IP and read the Number of Alarms and then store the X & Y Co-Ords for that number of Alarms.
e.g.
Looking for IP 10.247.247.11
It would return
I will be using the XY Co-ords to draw onto an image.
11 replies
Extracting JSON Element into a ComboBox Data source
I have a Json file that i what to Extract one element of it into a Data Source for a Combo Box
The Element I can to extract is the ModelNumber
I am using NewtonSoft.Json Package for the JSON Serialize
9 replies
Using same Implimentations within 2 Locations
How can I use the Same implementation in 2 Locations
I have Implemented EdgeDriver within the Form
But I would like to Close the Driver within the Button Click.
I would also like to Control and Close the Loading of Edge within the Close Button.
https://pastebin.com/RnMtv6rd
4 replies