Thanks for taking the time to read my question. If I build a program, how can I get it to hide in the notifications area(windows 7, cant remember what it\'s called in XP or Vista) when I minimize it?
C# code: class Program { static void Main(string[] args) { TFWrapper tf; String lexDir = \".......\"; String lic = \"........\";
I\'m开发者_JAVA技巧 using a standard Windows FileDialog to allow the user to select some files. I\'d like to filter out only the file types I\'m interested in though (lets call them *.a and *.b). Is t
I was wondering - how much limitation is there to C++/CLI compared to classic C++ (chuckle) - I was wanting to write an application that I cannot do with c# -- I was wanting to be able to connect to t
I need to convert int32 to int in VS2008 C++ CLI? 开发者_JS百科 How is this done?The C++/CLI keyword int is an alias for System.Int32.No conversion or casting is necessary.Just use a cast:
I\'ve an app written C & C++. Now, I need to provide a GUI for this app. MFC is the best option for me. But I\'m not familiar with MFC.
Is it possible to use the new lambda expressions in Visual C++ 2010 as CLR event handlers? I\'ve t开发者_StackOverflow社区ried the following code:
I\'m trying to create a tool/asset converter that rasterises a font to a texture page for an XNA game using the FreeType2 engine.
Using VS2008 Managed C++ to wrap a dll. The nati开发者_开发百科ve method takes a series of single const char* values and a collection of char* values. Going to make an example function:
Would it be possible to create a handle ( or a tracking handle ) to a class\' property ? For instance,