Search results for query: *

  1. Sofi0813

    I need help with making a single EXE- installation file in Visual Studio 2019

    Thanks for the suggestion, it works fine with Inno Setup.
  2. Sofi0813

    I need help with making a single EXE- installation file in Visual Studio 2019

    Hi, I need help with making a single EXE- installation file in Visual Studio 2019. When I publish my app for Windows (From a CD-ROM or DVD-Rom) I am getting one folder and 2 files. Application File (folder) Application. Application Manifest setup. Application (.exe) In “Application...
  3. Sofi0813

    Resolved Cannot display Array's item

    Thanks a lots it is working fine with your solution.
  4. Sofi0813

    Resolved Cannot display Array's item

    Thanks for your feedback. I have only basic knowledge in programing. I did not really got your feedback. Could write your solution by an example?
  5. Sofi0813

    Resolved Cannot display Array's item

    The labels display only the string (language0[0]) NOT array's value. It should pick up item from selected language array. //Language array: string[] language0 = { "Exercise 1", "Next", "Previous"}; string[] language1 = { "Övning 1", "Nästa", "Förgående"}; string[]...
  6. Sofi0813

    How to shuffle an array ?

    // I need help C# VS 2019. I am really new!!! // I want to shuffle the array to get (for example; 0,3,2,1 or 1,3,0,2 etc...) and use the value on my labels, when I click on ButtonNext. //How to shuffle an array? Lets say the updated array is array2: This means every time I click Next button...
Back
Top Bottom