Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am having an interesting issue with a COM component written to function as a toolbar in IE.Basically if you open up several tabs at once in IE the individual instances of the COM objects get all twi
I am very new to objective-c and im trying to declare a new instance of UITableView in XCode. Here is my code:
I am reviewing a co-worker\'s C# console app, and I see this snippet: class Program { static void Main(string[] args)
I have an MSSQL Server 2008 database \"DBLive\" that link to three different external servers [ExtServer1, ExtServer2, ExtServer3], all defined in sys.servers.There are several stored procedures that
I have a parent type and there are some children types inheriting from it. I want to make sure there is only开发者_StackOverflow社区 one instance of the parent and also for all the children types. Pa
I want to know how are static class Instantiated. I mean according to OOPS concepts no class can be used without instantiating it. But still we can use static classes without instantiating it, so when
HI, I have a requirement to create instance for list object at runtime using reflection. For example I have 2 classes like below,
I have a PreferenceActivity that loads two Fragments via the xml file for the headers. I don\'t seem to be able to set a tag or an ID开发者_开发技巧. or a tag for the fragments in the header xml (tha
I have written a domain class and scaffolded the controller and the views. I\'ve modified the list.gsp and list action a bit. To filter what\'s displayed, I\'ve put a g:select tag on the pa开发者_运维