I am working with ASP.net 3.5 MVC application. I have one assembly which has ClassA. I have another assembly which creates the object of ClassA
I\'m trying to teach myself C++, and one of the traditional \"new language\" exercises I\'ve always used is to implement some data structure, like a binary tree or a linked list. In Java, this was 开发
In VB.NET I made a web browser and I wanted there to be an image behind the web browser slightly peeking out. I put the image on after i put the web browser on the form and I cant get it to be behind
What would be t开发者_开发百科he proper way to explode a COM object for debugging?I have a 3rd party function that returns a multilevel object.The documentation is non existant, so I\'d like to be abl
I\'m currently working on an OO PHP application.I have a class called val开发者_高级运维idation which I would like to use to check all of the data submitted is valid, however I obviously need somewher
Working with my ongoing TFrames-based component set project, I\'m coming across various instances where I am wanting to replace one of the TFrame\'s components (usually non-visual)at runtime with one
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Objective C on iPhone: I am attempting to declare the following object at class level so that i do not have to re-connect this socket every time I write something to it. (Writing things multiple times
I have a validation class which I would like to use to check all values in my application are within allowed constraints.
I\'m trying to resize an array of a certain class passed as an argument, e.g. procedure Resize(MyArray: Array of TObject);