Click here to Skip to main content
15,799,257 members
Home / Discussions / C#
   

C#

 
QuestionHandling Volume and Mixing as a DJ Pin
Filip D. Williams5-Jul-21 22:47
Filip D. Williams5-Jul-21 22:47 
AnswerRe: Handling Volume and Mixing as a DJ Pin
Gerry Schmitz6-Jul-21 8:12
mveGerry Schmitz6-Jul-21 8:12 
GeneralRe: Handling Volume and Mixing as a DJ Pin
Filip D. Williams7-Jul-21 21:40
Filip D. Williams7-Jul-21 21:40 
QuestionHow to solve this Error in SQLite? Pin
Alex Dunlop5-Jul-21 8:48
Alex Dunlop5-Jul-21 8:48 
AnswerRe: How to solve this Error in SQLite? Pin
Dave Kreskowiak5-Jul-21 8:56
mveDave Kreskowiak5-Jul-21 8:56 
AnswerRe: How to solve this Error in SQLite? Pin
OriginalGriff5-Jul-21 8:56
mvaOriginalGriff5-Jul-21 8:56 
QuestionHow to get pdf file names? Pin
Alex Dunlop4-Jul-21 7:54
Alex Dunlop4-Jul-21 7:54 
AnswerRe: How to get pdf file names? Pin
OriginalGriff4-Jul-21 8:57
mvaOriginalGriff4-Jul-21 8:57 
Try:
C#
string[] filesWithPath = Directory.GetFiles(@"Resources\PDFs", "*.pdf");
string[] filesWithoutPath = filesWithPath.Select(f => Path.GetFileName(f)).ToArray();

"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

GeneralRe: How to get pdf file names? Pin
Alex Dunlop5-Jul-21 5:43
Alex Dunlop5-Jul-21 5:43 
GeneralRe: How to get pdf file names? Pin
OriginalGriff5-Jul-21 6:44
mvaOriginalGriff5-Jul-21 6:44 
GeneralRe: How to get pdf file names? Pin
Alex Dunlop5-Jul-21 8:21
Alex Dunlop5-Jul-21 8:21 
GeneralRe: How to get pdf file names? Pin
OriginalGriff5-Jul-21 8:53
mvaOriginalGriff5-Jul-21 8:53 
QuestionIs it possible to update content of an xml file in DropBox using DropBox API? Pin
Alex Dunlop2-Jul-21 9:51
Alex Dunlop2-Jul-21 9:51 
AnswerRe: Is it possible to update content of an xml file in DropBox using DropBox API? Pin
Dave Kreskowiak2-Jul-21 20:08
mveDave Kreskowiak2-Jul-21 20:08 
QuestionHow to add frame and Label controls at the same time by clicking a button in Xamarin? Pin
Alex Dunlop1-Jul-21 7:44
Alex Dunlop1-Jul-21 7:44 
AnswerRe: How to add frame and Label controls at the same time by clicking a button in Xamarin? Pin
Gerry Schmitz1-Jul-21 8:20
mveGerry Schmitz1-Jul-21 8:20 
GeneralRe: How to add frame and Label controls at the same time by clicking a button in Xamarin? Pin
Alex Dunlop1-Jul-21 8:27
Alex Dunlop1-Jul-21 8:27 
Questionshow the Name of ID datagridView cell0 to cell1 Pin
remiki1-Jul-21 1:21
remiki1-Jul-21 1:21 
AnswerRe: show the Name of ID datagridView cell0 to cell1 Pin
Richard Deeming1-Jul-21 1:46
mveRichard Deeming1-Jul-21 1:46 
GeneralRe: show the Name of ID datagridView cell0 to cell1 Pin
remiki1-Jul-21 2:31
remiki1-Jul-21 2:31 
AnswerRe: show the Name of ID datagridView cell0 to cell1 Pin
OriginalGriff1-Jul-21 2:02
mvaOriginalGriff1-Jul-21 2:02 
QuestionHow to count Label controls count in Xamarin? Pin
Alex Dunlop29-Jun-21 5:56
Alex Dunlop29-Jun-21 5:56 
AnswerRe: How to count Label controls count in Xamarin? Pin
Richard Deeming29-Jun-21 6:24
mveRichard Deeming29-Jun-21 6:24 
QuestionPassing parameter from one page to another Pin
Alex Dunlop28-Jun-21 7:59
Alex Dunlop28-Jun-21 7:59 
AnswerRe: Passing parameter from one page to another Pin
Gerry Schmitz28-Jun-21 8:02
mveGerry Schmitz28-Jun-21 8:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.