Cookie Consent by Privacy Policies website
 
Language selection:   Deutsch   Deutsch   |   English   English

Category Development / C | C++ | C# (Filter: Freeware)

Code Visual to Flowchart

Code Visual to Flowchart is an automatic flow chart generator software , It can reverse engineering a program , create programming flowchart from code, It can generate Bmp,PNG ,Visio,Word,Excel and Powerpoint flowcharts document . supports C, C++, VC++, VB, VBA, Qbasic, VBScript, ASP, Visual C#, VB.NET, Visual J# .NET, VC++.NET, ASP.NET, Java, JSP, JavaScript, Delphi, Pascal, PowerBuilder, PHP, Foxpro, Peoplesoft SQR, PL/SQL, T-SQL,Perl.. More…

Lingobit Extractor

Lingobit Extractor extracts hardcoded strings from C++ sources. It replaces hardcoded strings with a code template that loads them from resources and creates resource file with extracted text. For example, printf(L"Hello, world!"); will be automatically replaced with printf (_LS(IDS_HELLO)); where _LS is a function that loads string from resources, IDS_HELLO is an automatically generated ID for string that were placed into resource script file. More…
 

Graybox OPC DA Auto Wrapper

The fundamental design goal is that OPC DA Auto interface is intended to work as a 'wrapper' for existing OPC Data Access Custom Interface Servers providing an automation friendly mechanism to the functionality provided by the custom interface. Graybox OPC Automation Wrapper is the DLL-module, in which all of the needed OLE-objects are implemented. More…

Spices.Net Obfuscator

.NET Obfuscator - efficient and easy of use .Net obfuscation tool that protects your .NET software from hackers, competitors, and prying eyes by preventing unauthorized use, code tampering and reverse engineering. More…
 

Csharp Export to Excel

IronXL also allows you to add functions and formatting, set background colors, create tables, freeze panes, all the general functionality you're so used to an Excel is programmatically accessible in IronXL without having Excel installed on your server or client machine. It works on Windows, Mac, Linux, Azure and Docker. IronXL allows any system.data.dataset to be converted to excel programmatically in about five lines of code. More…

C# Read Excel File

Iron Excel reads data from a worksheet by opening the workbook, selecting the worksheet, and programmatically cycling through the cells. IronExcel is native C# VB .NET and does not require Office Interop. This makes it significantly more efficient in operation and easier to deploy because Microsoft Office does not need to be installed on the target machine or server. https://ironsoftware.com/csharp/excel/tutorials/how-to-read-excel-file-csharp/ More…