I have an application built in Flex Builder 3. It has a fair amount of mxml and as3 code which uses some other custom compenents. I have looked at the documentation on building components which shows how to make a simple mxml or action script component that extends something like a combobox, but I'm lost as to how to take a whole exist...
In ASP.NET webforms we have server components, that can be encapsulated into an external assembly and shipped as product. In ASP.NET MVC we don't have server components, so what's the best option for external components?
Looking around it seems like the only possible option is making an Html helper method that returns a bunch of html + ...
I need to call a third party COM component from an asp.net site.
The site is designed to run to pages asynchronously (marking the page and webpart as async). The page registers and invokes async calls by the standard page.RegisterAsyncTask() method.
Async methods/components invoked on the managed components would be run on IO threads
...
I would like to have a Java component which has a resize icon on the bottom right of the component so that when I drag that icon, the component will automatically resize with it.
By resize icon, I mean the following:
The above image contains the resize icon in the Google Talk messenger's main window. Is there any Java component which...
You used to be able to get the package a Delphi component was installed under from the palette. That functionality doesn't seem to be in the lastest versions, though. How can I find which package a component belongs to under D2007 or D2009?
...
The number of products out there right now still seems to be slim.
...
Has anyone seen or used a third party .NET GUI component for implementing the sliding window/dialog effect seen in Winamp when using the Modern Skin and clicking on the Config button that opens the Configuration Drawer?
...
I am attempting to create a struts2 component using freemarker. I created a ftl file with code like this:
<script type="text/javascript" src="${parameters.library?default('')}"></script>
Which is expecting a parameter named library to be passed to the component. If the parameter is absent then it defaults to a blank string.
On my JSP...
I'm looking for a (preferably free) component for Delphi for users to easily select about 100 different colours.
I've currently got one as part of DevExpress's editors, but it only has about 20 proper colours to choose, with a bunch of other 'Windows' colours like clHighlight, clBtnFace, etc.
It's for regular users, so would like to av...
Hi,
I'm looking for a component for C#.NET 2008 Professional that is capable of doing the majority of the network communications work that is required of our application so our programmers don't have to.
This component should function similarly to the way RealThinClient (RTC) does. The component must be able to gracefully lose and reg...
What are profound advantages that one get when using COM for developing components over the WCF ?? Is there anything that can be done with COM and not with WCF ??
...
I had this answer on another post I asked:
"I believe the VS designer does it [components of a menustrip/statusstrip] by getting an instance of the control's designer (see the Designer attribute), and, if the designer is a ComponentDesigner, getting the AssociatedComponents property."
How do I do this? I'm not even sure where to begin....
I need to provide a window on an ASP.NET MVC web page where registered users of the site can group chat live.
Can anyone recommend a component or control that can provide real-time group chat that I can embed on an ASP.NET MVC page?
I am willing to use free or commercial components, as well as a web service.
I looked into a few web 2....
Hi All
I am building a desktop application ( .NET) for which basic video editing capabilities like adding music ,captions ,editing etc is required. Are there any open source options or third party libraries any one can recommend
Thanks in advance
Anon
...
I want to add text to speech user guided instruction to my applications. Where can I find a Text to speech component to do that. I do not want to use the Windows functions.
...
What third party component set would you recommend to enhance look and functionality of existing applications - both Windows and Web (C#, .NET 2.0, Visual Studio 2008)?
Manager wants all applications to have "nice, simple and uniform" look.
Thank you!
...
Component Services -> Computers -> My Computer -> COM+ Applications
Open a COM+ Application object.
Open Components.
Right-click on a class and select Properties.
Under "Advanced" there is a check box for "Allow IIS intrinsic properties".
How do I check this check box programmatically?
I can create and delete COM+ Applications prog...
When answering another question I started to wonder how I could Add new properties to all controls in a form just like the ToolTip-control does.
For example I could use that to Add a "IsDirty"-flag to all textboxes just by adding the component to the form and it would handle this for every textbox.
When adding the tooltip-control to th...
I am looking for a framebar component (commercial or OSS) that will give winforms like menu and tool bar functionality like then one we have in Visual studio (when you right click on the main menu).
I am aware of the Office 2007 ribbon thing. but the requirements for the application is to have "old style" menu and toolbars experience (...
A couple of years ago the media was rife with all sorts of articles on
how the idea of code reuse was a simple way to improve productivity
and code quality.
From the blogs and sites I check on a regular basis it seems as though
the idea of "code reuse" has gone out of fashion. Perhaps the 'code
reuse' advocates have all joined the SOA c...