I am wondering if it is possibleto load 开发者_开发技巧a .net DLL at runtime,view the methods available and execute oneat runtime.
I have a problem with running a Java app (B) from my app (A). Code I use: String[] cmd = {\"/bin/sh\", \"-c\", \"java -Xmx16M -Xms2M -cp /root/ \" + B + \"> output.data\"};
How to create dynamic MFC controls and handle message m开发者_如何学Goaps of the controls at runtime?It really depends on which controls do you want to create, especially if you want to know which fla
I have an MFC application which I am trying to package for deployment. It seems to depend on the files \'msvcr90.dll\', \'msvcp90.dll\' and \'mfc90.dll\'. What is the correct way to distribute these f
i need to create textboxes dynamically as user specifies the no..actually there are two textboxes in a row..user specifies no of rows needed.. as s开发者_StackOverflow社区pecified textboxes(two per ro
I have a simple form that contains a TabControl where the TabPages are added at runtime. I have gotten all of this to w开发者_JS百科ork almost as I want it to, however when I set the form to autosize,
I am coding a small GUI with netbeans and I am using objects from the Palette Manager. I have created a very simple application. Just a JLabel and a JTextArea. A small image
I am new to developing iPhone apps and have been testing on on the simulator and on my 2nd gen iPod.I am seeing lag times in what I believe is simple code.I know that the simulator will always run fas
How it is determined whether the below call is bound at compile time or at runtime? object.member_fn;//object is either base class or derived class object
开发者_JS百科Is it possible to load a font at runtime in Silverlight for the Glyphs object.I\'ve tried all sorts