I have a class where you enter control points for a catmull-rom spline, and then it returns a list of points running along the spline.
What points would I need to enter to create a circle?
Hello everyone,
I'm using VSTO with Outlook 2007 and I need to show a form (or a user control) inside the main window in outlook when the user clicks a specific toolbar button, that is, I need it to appear in the same window that the reading pane appears and not to open in a window by itself. Is this possible?
Thank you for your time.
I periodically get this problem where all of a sudden mako is using old versions of templates, and it's not until I manually go and update the template files that they'll use the current version. I'm using
./manage.py runserver
I think it's usually after I update using source control, but it's intermittent, and I can't reliably reproduce the problem.
I need to create some mini-windows, like the ones shown in the image bellow, in my winform main form.
It would be nice if they could be draggable, resizable, and, mainly, closable.
How can I approach this design? Has anybody already seen some control (with code available) implementing something similar?
Hello all,
I am having a look at this example which makes use of activeX - it does extacly what I need from the description but everytime I try to run the example, I get the error:
Could not load Drivers. The ActiveX
Control could not be started.
I have tried this on IE8 on a windows Vista Machine. What is the problem, how can I get those drivers?
This is my first time with ActiveX.
Thanks all for any help
Trying to set the start time of the Avalon DateTimePicker, but all I get is the current time.
Anyone had any success with this control. FYI, I am stuck using .Net 3.0.
<wf:DateTimePicker x:Name="DatePickerStartTime"
DateTimeSelected="{Binding Path=StartTime,Mode=TwoWay}" >
</wf:DateTimePicker>
Thanks,
Dave
Hi, whenever I add a new domain into my new Plesk control panel on my dedicated server it creates a whole bunch of test files in the cgi-bin, httpdocs and httpsdocs.
There must be some setting somewhere where I can tell Plesk not to do this?
I've done a good Google search but must now turn to the StackOverflow masses :)
Yours,
Chris
Is there a way to set focus to the embed HTML element using JavaScript? Test case: embedded YouTube videos on a page.
I have no control over the embedded Flash element. So, is there a way to set focus on it by using only JavaScript?
I read somewhere that calling the element.focus() method works only in IE. I need a browser-independent way that works in Chrome/Firefox.
Thanks!
Hi there
I'm Working on an Asp.net/C# application.
I want to bind a list of objects to a grid view.
I've been looking a while to the ObjectDataSource control and it loads data to my datagrid as soon as my page loads.
Can I change this behaviour?
For example, how can I set DataBinding only when a button on my page gets clicked?
tks
Hi all
I'd like to have multiple global hotkeys in my new app (to control the app from anywhere in windows), and all of the given sources/solutions I found on the web seem to provide with a sort of a limping solution (either solutions only for one g.hotkey, or solutions that while running create annoying mouse delays on the screen).
Does anyone here know of a resource that can help me achive this, that I can learn from?
Anything?
Thanks ! :)
Hi
I am setting the toolTip to button dynamically using :
ToolTipService.SetToolTip(btnhello, "Hello World !");
I need to add additional some data dynamically in this tooltip with xaml control.
Please help me on this issue.
Waiting for your valuable thought.
Thanking You.
How does one secure the Java environment when running on a machine you don't control? What is to stop someone from creating a java agent or native JVMTI agent and dumping bytecode or re-writing classes to bypass licensing and/or other security checks? Is there any way to detect if any agents are running from Java code? From JNI? From a JVMTI agent?
I am re-factoring my application to implement the MVVM design and i came across my first problem...
Compiler won't let me bind to the Password property of the PasswordBox control.
Anyone have any ideas / suggestions.
In C#, is it possible to decorate an Enum type with an attribute or do something else to specify what the default value should be, without having the change the values? The numbers required might be set in stone for whatever reason, and it'd be handy to still have control over the default.
enum Orientation
{
None = -1,
North = 0,
East = 1,
South = 2,
West = 3
}
Orientation o; // Is 'North' by default.
i'm having a difficult time understanding how to control the z property of display objects. i know how depth works, but what i don't understand is how i can get the maximum depth, or the number at which the display object just disappears into the background.
i assume depth is based on the stage's width and height, and that is why assigning the same depth of the same display object appars mismatched with different stage sizes.
so how can i appropriately measure depth?
I'm trying to get a site working on IIS7 with classic ASP and having problems. I've created a directory and added both Network Service and IIS_IUSRS with full control. I've also changed the anonymous authentication to the application pool identity, but still no joy. I really have no idea what to try next.
How can i execute some command on, lets say, Ctrl+Shift+E? As i saw we can write the following:
KeyBinding kb = new KeyBinding(TestCommand, Key.E, ModifierKeys.Control);
this.InputBindings.Add(kb);
But how can i add more ModifierKeys or Keys?
i'm having a difficult time understanding how to control the z property of display objects in a 3D space. i know how depth works, but what i don't understand is how i can get the maximum depth, or the number at which the display object just disappears into the background.
i assume depth is based on the stage's width and height, and that is why assigning the same depth of the same display object appars mismatched with different stage sizes.
so how can i appropriately measure depth?
Hi
i want to use HtmlAgilityPack with WebBrowser control, but i have a problem. DOM is different because ie adds tag element after . Why? How i can disable it?
Hello All
I want to show A Panel on My Button Click Event And I want There is A transparent Screen Come between panel And other window Control . How CAN i Do it ?
i m doing it all dynamic using C# not In xaml.
Thanks in Advance
shashank
Hello,
how can I bind the Content of a ContentControl to an ObservableCollection.
The control should show an object as content only if the ObservableColelction contains exactly one object (the object to be shown).
Thanks,
Walter
I have a custom control which has a property of type Collection< System.Drawing.Point . When I use CollectionEditor to edit this property, the CollectionEditor window shows "Object does not match target type." for the "X" and "Y" properties. But if I use System.Drawing.PointF instead, there's no failure.
Could anyone tell me why?
Hi All
I'd like to ask re: measurement conversion on the fly, here's the detail :
Requirement: To display unit measurement with consider setting.
Concerns:
- Only basic (neutral) unit measurement is going to be stored in database, and it is decided one time.
The grid control has direct binding to our business object therefore it has complexity to do conversion value.
Problem:
How to display different unit measurement (follow a setting), consider that controls are bind to business object?
Your kind assistance will be appreciated. Thank you
ikadewi