Click here to Skip to main content
15,886,689 members

Comments by Ali Al Omairi(Abu AlHassan) (Top 147 by date)

Ali Al Omairi(Abu AlHassan) 16-Jul-23 5:40am View    
It is not about reading minds or driving cars. I just want to show a list of active directory emails so a user can select from this list to invite them.
Thanks for clearifing, this is appreciated but I thought it was obvious because I mentioned that I use Exchange
Ali Al Omairi(Abu AlHassan) 16-Jul-23 4:09am View    
Do you mean that when you select a file the content of the file should be populated to datagrid?
If so you can check this link (https://learn.microsoft.com/en-us/dotnet/standard/linq/linq-xml-overview)
Ali Al Omairi(Abu AlHassan) 7-Feb-22 5:56am View    
I think you can use the SelectedText property
Ali Al Omairi(Abu AlHassan) 7-Feb-22 5:53am View    
Elmin, you made your application with c# windows form, right?
can you post your code so i can see what is wrong with it?
Ali Al Omairi(Abu AlHassan) 7-Feb-22 5:28am View    
hi;
your answer is great. I think you hit the point, but I think the if statement is good and should be edited to
if (indextoremove <= jpg.Length && File.Exists(jpg[indextoremove - 1])) for jpg and
if (indextoremove - jpg.Length <= png.Length && File.Exists(png[indextoremove - jpg.Length - 1])) for png