Click here to Skip to main content
15,890,995 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Windows.Forms.DataVisualization.Charting Pin
Member 1483694318-Jan-21 19:32
Member 1483694318-Jan-21 19:32 
GeneralRe: System.Windows.Forms.DataVisualization.Charting Pin
Gerry Schmitz19-Jan-21 4:31
mveGerry Schmitz19-Jan-21 4:31 
QuestionHow to use Excel's pivot table and pivot chart functionality in C#? Pin
Alex Dunlop16-Jan-21 18:44
Alex Dunlop16-Jan-21 18:44 
AnswerRe: How to use Excel's pivot table and pivot chart functionality in C#? Pin
Richard MacCutchan16-Jan-21 22:37
mveRichard MacCutchan16-Jan-21 22:37 
Questionchange data by using a removable disk Pin
Member 1504609314-Jan-21 6:40
Member 1504609314-Jan-21 6:40 
AnswerRe: change data by using a removable disk Pin
OriginalGriff14-Jan-21 7:47
mveOriginalGriff14-Jan-21 7:47 
GeneralRe: change data by using a removable disk Pin
Member 1504609314-Jan-21 9:11
Member 1504609314-Jan-21 9:11 
GeneralRe: change data by using a removable disk Pin
OriginalGriff14-Jan-21 9:21
mveOriginalGriff14-Jan-21 9:21 
You can't do that automatically anymore - at least not without getting the user to change his settings, and that dangerous: Using AutoPlay and AutoRun in Windows 10 (Article from SamLogic)[^]
It's dangerous because it means any executable disk that's inserted will autorun, and it was disabled because of virus / trojan activity using it. Certainly, I wouldn't enable it on my systems!

So you would have to run an app on the client computer that either processes the data, or which detects a removable disk being inserted - this may help: Detecting USB Drive Removal in a C# Program[^]
"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: change data by using a removable disk Pin
Member 1504609314-Jan-21 9:36
Member 1504609314-Jan-21 9:36 
GeneralRe: change data by using a removable disk Pin
OriginalGriff14-Jan-21 9:41
mveOriginalGriff14-Jan-21 9:41 
GeneralRe: change data by using a removable disk Pin
Member 1504609314-Jan-21 9:48
Member 1504609314-Jan-21 9:48 
GeneralRe: change data by using a removable disk Pin
OriginalGriff14-Jan-21 11:10
mveOriginalGriff14-Jan-21 11:10 
GeneralRe: change data by using a removable disk Pin
Member 1504609315-Jan-21 1:26
Member 1504609315-Jan-21 1:26 
GeneralRe: change data by using a removable disk Pin
CHill6015-Jan-21 1:32
mveCHill6015-Jan-21 1:32 
GeneralRe: change data by using a removable disk Pin
OriginalGriff15-Jan-21 1:38
mveOriginalGriff15-Jan-21 1:38 
GeneralRe: change data by using a removable disk Pin
Mycroft Holmes14-Jan-21 11:04
professionalMycroft Holmes14-Jan-21 11:04 
GeneralRe: change data by using a removable disk Pin
Member 1504609315-Jan-21 5:45
Member 1504609315-Jan-21 5:45 
GeneralRe: change data by using a removable disk Pin
Dave Kreskowiak15-Jan-21 6:28
mveDave Kreskowiak15-Jan-21 6:28 
AnswerRe: change data by using a removable disk Pin
Ralf Meier15-Jan-21 9:05
mveRalf Meier15-Jan-21 9:05 
GeneralRe: change data by using a removable disk Pin
Richard Andrew x6418-Jan-21 11:55
professionalRichard Andrew x6418-Jan-21 11:55 
AnswerRe: change data by using a removable disk Pin
Richard MacCutchan14-Jan-21 8:55
mveRichard MacCutchan14-Jan-21 8:55 
AnswerRe: change data by using a removable disk Pin
Gerry Schmitz15-Jan-21 2:26
mveGerry Schmitz15-Jan-21 2:26 
QuestionNull reference exception occurs for no reason Pin
Alex Dunlop14-Jan-21 6:05
Alex Dunlop14-Jan-21 6:05 
AnswerRe: Null reference exception occurs for no reason Pin
OriginalGriff14-Jan-21 6:08
mveOriginalGriff14-Jan-21 6:08 
SuggestionRe: Null reference exception occurs for no reason Pin
Richard Deeming14-Jan-21 6:34
mveRichard Deeming14-Jan-21 6:34 

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.