Skip to main content
Filter by
Sorted by
Tagged with
-4 votes
3 answers
982 views

I need to write a batch file which run automatically at particular time of day and i got many solutions from forums which are working fine but in my case i need to write SQL query which is quite ...
Waqas's user avatar
  • 867
-5 votes
3 answers
23k views

I want to read 4-5 CSV files in some array in C# I know that this question is been asked and I have gone through them... But my use of CSVs is too much simpler for that... I have csv fiels with ...
Sam's user avatar
  • 1,922
-5 votes
3 answers
2k views

I have a listbox with something like this: test|10 name|44 blabla|16 and I want sort those items by the number they have at the end (10 44 16), such that they become ordered like this: name|44 ...
George Oprea's user avatar
-5 votes
1 answer
1k views

I want call a method in the all opened forms this code call MyUpdateFnc() on the last csutomer Opened Form: if (Application.OpenForms["frmCustomer"] != null) { (Application.OpenForms["...
Mehdi Esmaeili's user avatar
-5 votes
5 answers
2k views

I am currently open a file and show it on a message box. private void button2_Click_1(object sender, EventArgs e) { //OpenFileDialog1.ShowDialog(); OpenFileDialog file = new OpenFileDialog(); ...
Sthn's user avatar
  • 9
-5 votes
1 answer
1k views

Reversing in 2 pairs means for example: we have a string "helloworld" we need to output in a way that it returns "ehllworodl". We can see that each pair it reverse and concatenated for output.
Purunep's user avatar
  • 51
-5 votes
1 answer
3k views

Can I get latitude and longtitude on windows 7 desktop application? Usually it will work on mobile or tablet using GPS, 3G or WiFi. But how I get the coordinate using c#?
kelvinfix's user avatar
  • 3,105
-5 votes
1 answer
778 views

To all: I've been trying to port an app I wrote last summer in Xamarin Forms over to the latest version of .NET MAUI. I had few issues (but not none) with the Android version, but - as usual - iOS is ...
smallscreensw's user avatar
-6 votes
1 answer
18k views

I'm using gridview on my webform and I want to export data from SQL server to excel using asp.net c#, and I'm using ClosedXML.Excel but the error is The type or namespace name 'ClosedXML' could not ...
Shakeel Ameer's user avatar
-6 votes
1 answer
344 views

How can I find href attributes that include specific word? I tried "href=([?;.:=%-\/\\\'\"]+[a-zA-Z]*[blablabla][?;.:=%-\/\\\'\"]+[a-zA-Z]*$)" However, it doesn't match anything.
Sasha.M's user avatar
  • 77
-7 votes
3 answers
1k views

I am creating my own DateTime class within C# and for some reason my checks are not working. When I run the program and enter a date it always stops and reaches the last line which is on the "Day" ...
ramteen1993's user avatar
-8 votes
1 answer
2k views

How to sort list of words alphabetically in dot net without using any built in functions like Sort. If I have a list of words : Hello,Awesome,Cool,Stuff output: Awesome,Cool,Hello,Stuff I don't want ...
Shiffon's user avatar
  • 15

1
1011 1012 1013 1014
1015