Tagged Questions

1
vote
3answers
19 views

cookie not deleting

I am using the following code to set a cookie in my asp.net mvc(C#) application: public static void SetValue(string key, string value, DateTime expires) { var http …
1
vote
1answer
34 views

Moving files between independent repositories in SVN

After some research I have found that it is possible to move files out of one repo and into another, separate repo and still maintain the associated history. The process includes d …
1
vote
2answers
5 views

Remove view name from Eclipse menu Window -> Show View

I need to remove the name/shortcut of the view which I have created from the Window->Show View menu. Because I display this view in a separate menu. Is there any way to hide/remov …
1
vote
1answer
32 views

How to remove a lua table entry by its key ?

I have a lua table that I use as a hashmap, ie with string keys : local map = { foo = 1, bar = 2 } I would like to "pop" an element of this table identified by its key. There is …
0
votes
5answers
154 views

F#: Remove the first N characters from a string?

I'm trying to write some code to remove the first N characters in a string. I could have done this in an imperative manner already, but I would like to see it done in the spirit of …
0
votes
3answers
152 views

Remove one char from a string

Hi Alls, I'd like to remove one char from a string like this: string = "ASDFVGHFJHRSFDZFDJKUYTRDSEADFDHDS" print len(string) (33) So i would like to remove one random char in …
0
votes
1answer
19 views

iPhone + clear all UI Controls from View

Hi, I have a view in which I have few labels and I want to dynamically clear the view (remove all the labels) at certain condition in my application. Please help me Regards, Pra …
0
votes
0answers
16 views

How to remove the inherited rules for a registry key

I want to allow read/write permissions to only administrators group for a registry key which is already created in the system. Other than administrators, no one should be able to a …
0
votes
1answer
17 views

Removing a file from TortoiseHG data source

Hi! I am using TortoiseHG for source code control in Windows, I forgot to edit the ".hgignor" file, and now I have a huge folder ".hg" which I know it's because of DLL and EXE and …
0
votes
0answers
11 views

Problem Closing a application using WiX

Good afternoon, In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting …
0
votes
4answers
2k views

C#, Webbrowser control: How to delete Cookies from windows.form?

I am working with the Webbrowser control on a windows.form application written in C#. I would like to write a method for deleting the cookies from the Webbrowers control after it v …
0
votes
2answers
35 views

Zend form validation

Hi, I am using Zend Form to create dynamic form. I have Zend Form validation too. Trying to remove Validation dynamically, but not getting any success. Can you plz help me to r …
5
votes
9answers
271 views

Removing items from a collection in java while iterating over it

I want to be able to remove multiple elements from a set while I am iterating over it. Initially I hoped that iterators were smart enough for the naive solution below to work. Set …
1
vote
1answer
47 views

remove method in java BST

Hello everyone...I do have a hw question...I have to write a remove method for a binary search tree, so far what I have is below but I keep getting a bunch of errors associated wit …
0
votes
1answer
51 views

Adding UIImage with the same image multiple times and removing it all in one code.

Hi. Im having a bit of trouble right now adding the same image multiple times and removing it all at one time after the gamelooop. I manage to add the image by creating 1 UIImagevi …

1 2 3 4 5 11 next
15 30 50 per page