c# Programming Glossary: macros
How to load an Excel Addin using Interop http://stackoverflow.com/questions/1154558/how-to-load-an-excel-addin-using-interop you can close the temporary workbook if you've run some macros etc. and remember to tidy everything up with plenty of calls..
Equivalent of __DATE__, __TIME__ macros in C# http://stackoverflow.com/questions/1309164/equivalent-of-date-time-macros-in-c-sharp of __DATE__ __TIME__ macros in C# Is there an equivalent of __DATE__ and __TIME__ in C#..
How to make Databinding type safe and support refactoring http://stackoverflow.com/questions/1329138/how-to-make-databinding-type-safe-and-support-refactoring shows just what is possible. Now if only we had hygienic macros lisp programmer may stop calling us second class citizens share..
C# Excel automation causes Excel memory leak http://stackoverflow.com/questions/13483523/c-sharp-excel-automation-causes-excel-memory-leak workbooks. I have to use C# because I also need to start macros move some cells around and start a custom excel add in my company..
Physical disk size not correct (IoCtlDiskGetDriveGeometry) http://stackoverflow.com/questions/15051660/physical-disk-size-not-correct-ioctldiskgetdrivegeometry is originally a macro in C C code but c# doesn't have macros so that I change the declaration like DISK_GET_DRIVE_GEOMETRY_EX..
Accessing Database Entities from Controller [closed] http://stackoverflow.com/questions/17556967/accessing-database-entities-from-controller Excel users don't want to have that because their Excel macros would not run correctly anymore with that change. Just because..
Reading large text files with streams in C# http://stackoverflow.com/questions/2161895/reading-large-text-files-with-streams-in-c-sharp editor its like VBA for our internal product for quick macros . Most files are about 300 400Kb which is fine loading. But..
VS2010 - How to automatically stop compile on first compile error http://stackoverflow.com/questions/3041982/vs2010-how-to-automatically-stop-compile-on-first-compile-error same in VS 2010 What we have found is that in VS 2010 the macros don't work at least I couldn't get them to work as it appears.. project level . Answers for VS 2010 only please. If the macros do work then a detailed explanation of how to configure them..
Invoke C# code from JavaScript in a Document in a WebBrowser http://stackoverflow.com/questions/3694028/invoke-c-sharp-code-from-javascript-in-a-document-in-a-webbrowser are supposed to be user functions pretty much like macros that would tell the WebBrowser exactly what to do with the help.. a web scraper JavaScript is the perfect language for these macros since it is pretty much made to access elements in an HTML document...
Fastest way to interface between live (unsaved) Excel data and C# objects http://stackoverflow.com/questions/3840270/fastest-way-to-interface-between-live-unsaved-excel-data-and-c-sharp-objects use COM if you want . This makes high performance UDFs and macros possible. Govert You also might want to look at Add in Express...
ReSharper for C++ http://stackoverflow.com/questions/4954129/resharper-for-c which occasionally makes mistakes most constructs using macros won't work correctly with CodeRush. Both tools are nice to have..
How do I add a reference to an unmanaged C++ project called by a C# project? http://stackoverflow.com/questions/5107694/how-do-i-add-a-reference-to-an-unmanaged-c-project-called-by-a-c-sharp-project more than one occurrence and change the Include path using macros for example Include SolutionDir ConfigurationName YourNativeCppProject.dll..
How can you access the Visual Studio solution level platform from a C# project's build event? http://stackoverflow.com/questions/6446069/how-can-you-access-the-visual-studio-solution-level-platform-from-a-c-sharp-proj CPU . From what I can see looking at the post build event macros in C# project there doesn't appear to be a way to access the..
Capture any kind of keystrokes (aka keylogger), preferably c# .net but any kind will do http://stackoverflow.com/questions/6465526/capture-any-kind-of-keystrokes-aka-keylogger-preferably-c-sharp-net-but-any that can severely boost your productivity by making macros for like any action. You can bind any key to any other key or..
Programmatically apply / deactivate breakpoints in visual studio http://stackoverflow.com/questions/841782/programmatically-apply-deactivate-breakpoints-in-visual-studio a Visual Studio macro when the breakpoint is hit. These macros have full access to the development environment i.e. they can..
|