Click here to Skip to main content
15,884,629 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to automate the running of an application Pin
matleeds27-Sep-12 0:10
matleeds27-Sep-12 0:10 
AnswerRe: How to automate the running of an application Pin
anglesen11202-Oct-12 18:45
anglesen11202-Oct-12 18:45 
QuestionUsing cmd to get a value from the mysql db Pin
Member 909156026-Sep-12 23:27
Member 909156026-Sep-12 23:27 
QuestionRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen26-Sep-12 23:51
professionalEddy Vluggen26-Sep-12 23:51 
AnswerRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 0:09
Ingo27-Sep-12 0:09 
GeneralRe: Using cmd to get a value from the mysql db Pin
Eddy Vluggen27-Sep-12 0:18
professionalEddy Vluggen27-Sep-12 0:18 
GeneralRe: Using cmd to get a value from the mysql db Pin
Ingo27-Sep-12 1:22
Ingo27-Sep-12 1:22 
QuestionDelete records in binary file? Pin
Member 245846726-Sep-12 22:01
Member 245846726-Sep-12 22:01 
suppose I have the code was inserting records into the file c: \ \ test.dat see the code http://www.koders.com/csharp/fid4FB06ED9F7F6AA6BB805F9152B3DB29BBD1D0C61.aspx?s = CDEF% 3Afile

ith now want to delete the records in the file c: \ \ test.dat I can copy the code
btnAppend_Click to delete sample letter how i
code:
C#
'Add items
private void btnAppend_Click (object sender, System.EventArgs e)
{
   ....
   sf.Open (System.IO.FileMode.Append, System.IO.FileAccess.Write, System.IO.FileShare.None);???
   ...

}
'Delete the ith sample
private void btnDelete_Click (object sender, System.EventArgs e)
{
   ....
   sf.Open (System.IO.FileMode.Append, System.IO.FileAccess.Write, System.IO.FileShare.None);???
   ...

}

AnswerRe: Delete records in binary file? Pin
Pete O'Hanlon26-Sep-12 22:04
mvePete O'Hanlon26-Sep-12 22:04 
AnswerRe: Delete records in binary file? Pin
Eddy Vluggen26-Sep-12 23:55
professionalEddy Vluggen26-Sep-12 23:55 
GeneralRe: Delete records in binary file? Pin
Member 245846727-Sep-12 16:10
Member 245846727-Sep-12 16:10 
AnswerRe: Delete records in binary file? Pin
jschell27-Sep-12 10:08
jschell27-Sep-12 10:08 
QuestionHow to get remote registry uninstallstring date or key modified time? Pin
turbosupramk326-Sep-12 6:20
turbosupramk326-Sep-12 6:20 
AnswerRe: How to get remote registry uninstallstring date or key modified time? Pin
turbosupramk326-Sep-12 8:05
turbosupramk326-Sep-12 8:05 
GeneralRe: How to get remote registry uninstallstring date or key modified time? Pin
Eddy Vluggen26-Sep-12 23:56
professionalEddy Vluggen26-Sep-12 23:56 
GeneralRe: How to get remote registry uninstallstring date or key modified time? Pin
turbosupramk327-Sep-12 4:23
turbosupramk327-Sep-12 4:23 
Questiondaily, Weekly and monthely datagrid view Pin
waqas_ali7626-Sep-12 4:50
waqas_ali7626-Sep-12 4:50 
AnswerRe: daily, Weekly and monthely datagrid view Pin
Richard MacCutchan26-Sep-12 5:13
mveRichard MacCutchan26-Sep-12 5:13 
AnswerRe: daily, Weekly and monthely datagrid view Pin
Simon_Whale26-Sep-12 5:29
Simon_Whale26-Sep-12 5:29 
GeneralRe: daily, Weekly and monthely datagrid view Pin
waqas_ali7626-Sep-12 5:40
waqas_ali7626-Sep-12 5:40 
GeneralRe: daily, Weekly and monthely datagrid view Pin
Pete O'Hanlon26-Sep-12 5:45
mvePete O'Hanlon26-Sep-12 5:45 
QuestionPuzzle 8 Solving with bfs Pin
mohammadkaab26-Sep-12 4:03
mohammadkaab26-Sep-12 4:03 
AnswerRe: Puzzle 8 Solving with bfs Pin
Ingo26-Sep-12 4:10
Ingo26-Sep-12 4:10 
GeneralRe: Puzzle 8 Solving with bfs Pin
mohammadkaab26-Sep-12 4:41
mohammadkaab26-Sep-12 4:41 
AnswerRe: Puzzle 8 Solving with bfs Pin
Ingo26-Sep-12 5:00
Ingo26-Sep-12 5:00 

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.