I can take snapshot of a component. But the problem is the component is lil bigger with scroll bars.The saved image has scrollbars (only the visible area is getting saved). What i need is I want the e
if you have a function \"test a b\" which returns true if a and b are connected directly and if you have a given unordered list of things, what would be an elegant and fast solution to filter all conn
Looking for a custom ASP .NET control were the InnerHTML of a DIV is connected to a databas to fetch the content to render the HTML content from the databas inside the DIV.
I\'m developing this application where you can put text and drawings in a page. My application is in MVC pattern, and I need all the model parts, text and shapes to be of the same notion. They all ext
I am looking for a syntax highlighting component that I can include in a Mac OS X XCode project to allow editing of Ruby, C++, Lua, etc.
I finally have my C++ Builder 2010 installation the way I want it, with all my components upgraded and installed. (touch wood)
I\'ve got a whole bunch of data being displayed in different Labels, now I\'m adding an edit state. I\'d like all the labels to \"transform\" into开发者_开发知识库 TextInputs. I was just wondering if
I am writing a component and I have a scenerio of storing data into multiple t开发者_如何学Goables with One-To-Many relationship.
I\'ve been doing som开发者_高级运维e logging of object creation times in our open account process in production. Periodically, initializing an object would take way longer than expected. By initializi
I use a component (System.ComponentModel.Component) and I want to get the application path of my project in order to create a file within it.