1
vote
1answer
31 views
Programatically set WCF timeout in debug mode
I'm using WCF in communciation between a server and client (both written in C#).
In release-mode, the timouts should be set to ~20 seconds, but in debug mode I want to set them to a higher value so …
0
votes
1answer
11 views
Changing Local Security Policy Programatically
hi
i want to change Local Security Policy "Interactive logon: do not require ctlr+alt+del" in c# how can i do this
Regards
Ehtsham
0
votes
2answers
26 views
Changin a div border with javascript.
I have created a div programaticaly using.
var Element;
Element = document.createElement('div');
Now I want to change the right and bottom border to "#CCCCCC 1px solid".
I don't want to use a …
1
vote
1answer
22 views
Accept autocorrection after input
My user enter a text in a UITextField then press a UIBarButtonItem to confirm.
If there's a autocorrection suggestion when the user tap the UIBarButtonItem, it is not accepted. How do I accept it …
5
votes
4answers
480 views
How to press the Windows button programmatically using C# SendKeys
Hi,
Basically I want to simulate in code a user clicking on the windows button. I know there is SendKeys which allows me to send key presses to windows if I get a handle to them, but what I can't …
0
votes
1answer
98 views
is it possible to extract dynamic text from a swf (flash application) programatically ?
is it possible to extract dynamic loaded text from a swf (flash application) programatically ?
1
vote
1answer
75 views
Importing Pantomime for sending email!
Hello,
I want to send an email from Cocoa in an asynchronous manner. I have downloaded Pantomime source code and compiled it, then got the framework from the build folder. I have added the Pantomime …
0
votes
1answer
175 views
Dijit widgets don’t initialize if they are programatically created on IE6.
I'm using the classical JavaScript way (programatically) to instantiate dijit widgets with dojo-1.3.1, it works OK in Firefox but in IE wont initialize the widgets and it doesn't throw any error.
My …
2
votes
1answer
142 views
Programmatically administering custom attributes in ADAM
Has everyone ever programatically created a custom attribute? (At the moment I've just used the Scheme snap-in)
Ideally I want (admin) users to be able to administer an ADAM instance through a web …
0
votes
2answers
139 views
TFS : how to programatically detected deleted files?
Hi;
In Team Foundation, you can ask Team Explorer to show deleted files by doing this:
Tools > Options > Source Control >
Visual Team Foundation Server > Show
deleted items in the Source …
0
votes
1answer
108 views
Is it possible to have a strongly typed GetVirtualPath method?
Hi Folks,
based upon an answer from this SO post, i'm trying to tweak it a bit so that i don't need to hardcode the route and route params, but instead (if possible) use a strongly typed controller …
5
votes
5answers
96 views
Programatically Fax from Internet form
I'm new to programming, and my only area of expertise is web design/simple development on platforms like wordpress/expression engine. (Yea, you guys can laugh).
I have a new client who currently …
0
votes
5answers
8k views
Call Javascript onchange event by programatically changing textbox value
the problem I'm facing is this:
I have a textbox for a date range along side a calendar control.
When the user selects a date from the calendar, it fills that date into the textbox
When this …
1
vote
1answer
446 views
How can I programatically configure a virtual directory to require SSL using IIS 6?
How can I programatically configure a virtual directory on IIS 6 to require SSL and client certificates from a starting point of having a suitable certificate already in the local certificate store, …
1
vote
3answers
232 views
Dynamic creation of new lookup tables based on values in main data table
I am working on an application which accepts any uploaded CSV data, stores it alongside other datasets which have been uploaded previously, and then produces output (CSV or HTML) based on the user …
