Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Displaying the application name in context menu Pin
Bernhard Hiller22-Apr-12 21:28
Bernhard Hiller22-Apr-12 21:28 
AnswerRe: Displaying the application name in context menu Pin
Abhinav S22-Apr-12 22:51
Abhinav S22-Apr-12 22:51 
QuestionError : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 20:46
Alchemist288922-Apr-12 20:46 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Richard MacCutchan22-Apr-12 21:11
mveRichard MacCutchan22-Apr-12 21:11 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:27
Alchemist288922-Apr-12 21:27 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Peter_in_278022-Apr-12 21:21
professionalPeter_in_278022-Apr-12 21:21 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:26
Alchemist288922-Apr-12 21:26 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Dave Kreskowiak23-Apr-12 7:05
mveDave Kreskowiak23-Apr-12 7:05 
Typically this happens because you added a Access database to your project and, in the Properties for the MDB file, it's tagged Copy Always.

So, every time you run the project, the .MDB file is copied to the BIN folder with your .EXE. Your .EXE then writes new data to the file. The next time you run the project, the MDB file is copied over the top of the file you modified, thereby your data from the last run disappears!

QuestionGenerate all possible combination A-Z0-9 with 16 length(Permutations) Pin
jojoba201122-Apr-12 18:10
jojoba201122-Apr-12 18:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Pete O'Hanlon22-Apr-12 19:10
mvePete O'Hanlon22-Apr-12 19:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
BobJanova22-Apr-12 22:33
BobJanova22-Apr-12 22:33 
GeneralRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 11:48
Lutosław23-Apr-12 11:48 
GeneralRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
BobJanova24-Apr-12 0:10
BobJanova24-Apr-12 0:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Dave Kreskowiak23-Apr-12 6:58
mveDave Kreskowiak23-Apr-12 6:58 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
jschell23-Apr-12 10:53
jschell23-Apr-12 10:53 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 11:43
Lutosław23-Apr-12 11:43 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 12:29
Lutosław23-Apr-12 12:29 
Questionhandling ctrl+mouse click on webbrowser control in winform Pin
hoangminhtoan22-Apr-12 17:11
hoangminhtoan22-Apr-12 17:11 
AnswerRe: handling ctrl+mouse click on webbrowser control in winform Pin
VJ Reddy22-Apr-12 20:06
VJ Reddy22-Apr-12 20:06 
GeneralRe: handling ctrl+mouse click on webbrowser control in winform Pin
hoangminhtoan22-Apr-12 22:11
hoangminhtoan22-Apr-12 22:11 
GeneralRe: handling ctrl+mouse click on webbrowser control in winform Pin
VJ Reddy22-Apr-12 22:58
VJ Reddy22-Apr-12 22:58 
GeneralRe: handling ctrl+mouse click on webbrowser control in winform Pin
hoangminhtoan22-Apr-12 23:12
hoangminhtoan22-Apr-12 23:12 
QuestionAny free GS-1 Databar classes? Pin
nickslick22-Apr-12 10:17
nickslick22-Apr-12 10:17 
AnswerRe: Any free GS-1 Databar classes? Pin
DaveyM6922-Apr-12 11:49
professionalDaveyM6922-Apr-12 11:49 
GeneralRe: Any free GS-1 Databar classes? Pin
nickslick22-Apr-12 12:02
nickslick22-Apr-12 12: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.