blah blah blah is here! blah blah » Close

0
votes
1 answers

how do you strip a " out of a string?

Okay so I've stripped all kinds of things but a double quote isn't one of them. Any advice on how to do this...? It's basically causing a failing update statement on an sql statement being built when users type in data. [code] p ...

0
votes
1 answers

Removing part of a string from a file

I am creating a file with some text codes. In the file if I encounter "G95" in the following format: "G95X-0.4323Y-0.3791I-0.2162J-0.1896" Then how can I just remove "G95" from the above line stored in a ...

1
votes
2 answers

Disable Inherit File Permissions

Hello, When I'm trying to edit read access to this file for user group "Everyone" it is not possible because the access rights are inherit by it's parent [img]http://users.telenet.be/seti2k/inherit.jpg[/img] Is there a wa ...

0
votes
1 answers

stop USB device from C#

Is it possible to "safely remove" a USB storage device from within C#? The app I'm working on will write some specific data to a USB flash device, then I want to have the device safely removed and afterwards inform the user (wi ...

1
votes
1 answers

remove line from richtextbox1

hello i want to delete the last line in RichTextBox1

1
votes
1 answers

Removing selected Item from Array and Listbox

Hi, I am creating an addressbook where you can add First Name, Last Name, Address, City, State and Zip into textboxes and have them display in a listbox on the add button click event. Now I need to be able to remove the selected Item from ...

0
votes
0 answers

List Remove Method

eeboy
499

Is it possible to execute some code specific to my list instance when an item is removed from it? I want to re-number ID #s (a field in my list) every time an item is removed. EDIT: I think I've found what I am looking for. In my own ...

Feedback