Search results for query: *

  • Users: ceobros
  • Content: Threads
  • Order by date
  1. ceobros

    Question Change keybind hotkeys

    Hi, I am using the HotkeyListener Nuget package and I am trying to update a hotkey. I have a label that displays what hotkey is being used which is F7, I added a click function to change the text. private void OnrecordPOSClick(object sender, EventArgs e) => recordPOS.Text...
  2. ceobros

    Resolved Help Exporting and Importing CSV

    I need a way to open a csv file and write the contents of it into a listview component. I tried but it doesn't work. Here is my export from listview to csv: private async void savCoord_Click(object sender, EventArgs e) { SaveFileDialog saveFileDialog = new...
Back
Top Bottom