blah blah blah is here! blah blah » Close

0
votes
2 answers

delete all files except

hello, i have this code [code] DirectoryInfo di = new DirectoryInfo(Application.StartupPath + "\\lab"); // or whatever it's called FileInfo[] fia = di.GetFiles(); DirectoryInfo[] subDirs = di.GetDi ...

1
votes
1 answers

remove line from richtextbox1

hello i want to delete the last line in RichTextBox1

1
votes
1 answers

delete all files except

hello, i need code to delete all files in my folder application except tow files how can i do that? For example: my folder application "Debug" file 1 = Debug.exe file 2 = WindowsFormsApplication1.vshost.exe.manife ...

1
votes
1 answers

text file delete line

lios
15

hi i have a text file with 1000 lines and i wand to delete the last line each time i press a button! is any function to delete the last line?? thanks

0
votes
2 answers

Delete a record throws exception

Hi, Im writing an application that uses SQL Server 2005. I have two tables CLIENT and CLIENT_PURCHASES The tables are joinned by the client_id field. I would like to delete a client but if a client has some purchases I'm receiving an ex ...

Feedback