Click here to Skip to main content
15,886,026 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Displaying different SET of data on button click Pin
Eddy Vluggen4-Aug-18 0:48
professionalEddy Vluggen4-Aug-18 0:48 
AnswerRe: Displaying different SET of data on button click Pin
Dave Kreskowiak4-Aug-18 8:24
mveDave Kreskowiak4-Aug-18 8:24 
Question.Net treenode Pin
Member 139370483-Aug-18 18:51
Member 139370483-Aug-18 18:51 
AnswerRe: .Net treenode Pin
Richard MacCutchan3-Aug-18 20:53
mveRichard MacCutchan3-Aug-18 20:53 
Questionhow to get all assemblyinfo.cs associate in visual studio solution Pin
a.mohamedyasin30-Jul-18 1:12
a.mohamedyasin30-Jul-18 1:12 
AnswerRe: how to get all assemblyinfo.cs associate in visual studio solution Pin
Pete O'Hanlon30-Jul-18 3:21
mvePete O'Hanlon30-Jul-18 3:21 
GeneralRe: how to get all assemblyinfo.cs associate in visual studio solution Pin
a.mohamedyasin30-Jul-18 19:42
a.mohamedyasin30-Jul-18 19:42 
GeneralRe: how to get all assemblyinfo.cs associate in visual studio solution Pin
Pete O'Hanlon30-Jul-18 21:30
mvePete O'Hanlon30-Jul-18 21:30 
AnswerRe: how to get all assemblyinfo.cs associate in visual studio solution Pin
Gerry Schmitz31-Jul-18 13:24
mveGerry Schmitz31-Jul-18 13:24 
GeneralRe: how to get all assemblyinfo.cs associate in visual studio solution Pin
a.mohamedyasin31-Jul-18 23:01
a.mohamedyasin31-Jul-18 23:01 
Question.NET , SQLite to SQLServer Entity Framework migration Pin
MrKBA22-Jul-18 22:16
MrKBA22-Jul-18 22:16 
AnswerRe: .NET , SQLite to SQLServer Entity Framework migration Pin
Mycroft Holmes22-Jul-18 22:49
professionalMycroft Holmes22-Jul-18 22:49 
GeneralRe: .NET , SQLite to SQLServer Entity Framework migration Pin
MrKBA22-Jul-18 23:09
MrKBA22-Jul-18 23:09 
GeneralRe: .NET , SQLite to SQLServer Entity Framework migration Pin
Eddy Vluggen22-Jul-18 23:47
professionalEddy Vluggen22-Jul-18 23:47 
GeneralRe: .NET , SQLite to SQLServer Entity Framework migration Pin
Mycroft Holmes23-Jul-18 0:03
professionalMycroft Holmes23-Jul-18 0:03 
QuestionOpen source xamarin apps for learning Pin
Nitin S18-Jul-18 1:20
professionalNitin S18-Jul-18 1:20 
AnswerRe: Open source xamarin apps for learning Pin
Pete O'Hanlon18-Jul-18 1:51
mvePete O'Hanlon18-Jul-18 1:51 
AnswerRe: Open source xamarin apps for learning Pin
Eddy Vluggen20-Jul-18 4:07
professionalEddy Vluggen20-Jul-18 4:07 
AnswerRe: Open source xamarin apps for learning Pin
Nitin S22-Jul-18 18:16
professionalNitin S22-Jul-18 18:16 
GeneralRe: Open source xamarin apps for learning Pin
Pete O'Hanlon22-Jul-18 20:42
mvePete O'Hanlon22-Jul-18 20:42 
QuestionFile delete permission problem Pin
primem0ver13-Jul-18 8:18
primem0ver13-Jul-18 8:18 
I know why I am having the problem but I need a solution/workaround.

I have a c# program that generates excel output and saves it as an html file in the user's document folder. This automatically generates the [excel_file_name]_files subfolderwhich is used to store specific info used by the html file. The program ALSO auto-generates jpg images every time it is run based on historic data that is taken from the spreadsheet each time it is run and saves those images in this sub-folder. The program needs to be able to delete the files it creates within this folder but of course the user's folder makes sure to keep programs from simply deleting arbitrary files within the user's folder so that prevents me from deleting them as I do not have permission to delete a users files.

Is it possible for me to programmatically grant the application OS permissions to delete/change files it creates within a user's subfolder? Or will the user need to run the program with admin rights each time (if they can even get such rights).?
AnswerRe: File delete permission problem Pin
Gerry Schmitz13-Jul-18 8:37
mveGerry Schmitz13-Jul-18 8:37 
GeneralRe: File delete permission problem Pin
primem0ver13-Jul-18 9:32
primem0ver13-Jul-18 9:32 
GeneralRe: File delete permission problem Pin
Gerry Schmitz13-Jul-18 10:18
mveGerry Schmitz13-Jul-18 10:18 
GeneralRe: File delete permission problem Pin
primem0ver13-Jul-18 13:41
primem0ver13-Jul-18 13:41 

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.