Results for "Author: mahr stefan"
This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de
Browse throught methods, functions, constants, enums, etc of any tlb or ActiveX.dll File via the tlbinf32.dll. Download at www.visualsoft-net.de
This code teachs you how to change WinXPSP2 Firewall settings via the hnetcfg.dll with VB6. You can 1) Enable and disable the Firewall 2) Select Ports from a large Portlist (with description and trojan info) and add them to the Windows Firewall Settings 3) Allow and Disallow incomming ICMP requests NOTE: you need WinXPSP2 to run this code. References to NetCon 1.0 Type Library and Microsoft Scripting Runtime Download this code and much more VB6, VB.NET and C# Code from my Website www.visualsoft-net.de
This neat little programm reads all Computers enlisted on an network, then it lists them and you can send netsend messages to all or choosen. The code is simple and self explaining so there isn't too much commenting in it. The programm is working well and is in life action in my company. Makes use of the NetServerEnum and NetUserEnum API, so if someone interested in this he should have a look on this source. Have fun.
This class provides an easy way to access OLEDB Datasources (you can change the code very easy to access SQL-Server). It shows you how to work with destructors, constructors, dataset, stored procedures, own stuctures, Oledbcommand, datarelations, overload subs(functions). Download this at www.visualsoft-net.de under VB.Net Code
This Code shows you how you can create Pie Charts Graphics and PDF Exports out of an OLEDB-Datasource with vb.net on the fly. For the datasource i've used the Northwind.mdb. The connection string is persisted in the app.config file and has to be changed after the download to get the code up and running. For the PDF Export I've used the freely available itextsharp library. The Pie Chart is generated by GDI+ so no expensive 3rd Party Products, follow the instructions in the readme.txt. Download this and much more source code at www.visualsoft-net.de (plz Rate)
Ever wanted to use .config files but hesitated because you were not able to write to them? This class allows you to easily write and read from .config Files. The class works (thanks to reflection) both in debug and release mode without any changes. Because the default .config Provider will not reload any configuration without reloading the application this feature is also implemented via a filesystemwatcher that looks for changes on the app.config file. The original implementation can be found on www.angrycoder.com developed by Joel Martinez in C#. Visit www.visualsoft-net.de to download this code and much more vb.net, vb6 and c# samples
This is a class written in VB.NET which handles: Common Dialogs, File Open Dialog, Safe Delete Files (Papier Bin), Delete Files, Create Files, Create Files with different Coding, Read files, Directory Exists, File Exists, Get all Sort of Special Folders, Get Temp File Name, File Copy, File Move, Shorten File Name, get Drives, Iterate recuresively through folders (Files are written in a ArrayList, and so on. This Class basically covers nearly everything you can do with filehandling in VB.net, there is a Testproject delivered with it and every function is tested, errorhandling is present for every function. Code is commented in German, Function names are also in German, if there is need for an english version i'll post one in the future (according to votes :-) Stefan
This code teachs you how to change WinXPSP2 Firewall settings via the hnetcfg.dll with VB6. You can 1) Enable and disable the Firewall 2) Select Ports from a large Portlist (with description and trojan info) and add them to the Windows Firewall Settings 3) Allow and Disallow incomming ICMP requests NOTE: you need WinXPSP2 to run this code. References to NetCon 1.0 Type Library and Microsoft Scripting Runtime Download this code and much more VB6, VB.NET and C# Code from my Website www.visualsoft-net.de
Browse throught methods, functions, constants, enums, etc of any tlb or ActiveX.dll File via the tlbinf32.dll. Download at www.visualsoft-net.de
This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de
This neat little programm reads all Computers enlisted on an network, then it lists them and you can send netsend messages to all or choosen. The code is simple and self explaining so there isn't too much commenting in it. The programm is working well and is in life action in my company. Makes use of the NetServerEnum and NetUserEnum API, so if someone interested in this he should have a look on this source. Have fun.
This is a class written in VB.NET which handles: Common Dialogs, File Open Dialog, Safe Delete Files (Papier Bin), Delete Files, Create Files, Create Files with different Coding, Read files, Directory Exists, File Exists, Get all Sort of Special Folders, Get Temp File Name, File Copy, File Move, Shorten File Name, get Drives, Iterate recuresively through folders (Files are written in a ArrayList, and so on. This Class basically covers nearly everything you can do with filehandling in VB.net, there is a Testproject delivered with it and every function is tested, errorhandling is present for every function. Code is commented in German, Function names are also in German, if there is need for an english version i'll post one in the future (according to votes :-) Stefan
This Code shows you how you can create Pie Charts Graphics and PDF Exports out of an OLEDB-Datasource with vb.net on the fly. For the datasource i've used the Northwind.mdb. The connection string is persisted in the app.config file and has to be changed after the download to get the code up and running. For the PDF Export I've used the freely available itextsharp library. The Pie Chart is generated by GDI+ so no expensive 3rd Party Products, follow the instructions in the readme.txt. Download this and much more source code at www.visualsoft-net.de (plz Rate)
Ever wanted to use .config files but hesitated because you were not able to write to them? This class allows you to easily write and read from .config Files. The class works (thanks to reflection) both in debug and release mode without any changes. Because the default .config Provider will not reload any configuration without reloading the application this feature is also implemented via a filesystemwatcher that looks for changes on the app.config file. The original implementation can be found on www.angrycoder.com developed by Joel Martinez in C#. Visit www.visualsoft-net.de to download this code and much more vb.net, vb6 and c# samples
This class provides an easy way to access OLEDB Datasources (you can change the code very easy to access SQL-Server). It shows you how to work with destructors, constructors, dataset, stored procedures, own stuctures, Oledbcommand, datarelations, overload subs(functions). Download this at www.visualsoft-net.de under VB.Net Code
This code teachs you how to change WinXPSP2 Firewall settings via the hnetcfg.dll with VB6. You can 1) Enable and disable the Firewall 2) Select Ports from a large Portlist (with description and trojan info) and add them to the Windows Firewall Settings 3) Allow and Disallow incomming ICMP requests NOTE: you need WinXPSP2 to run this code. References to NetCon 1.0 Type Library and Microsoft Scripting Runtime Download this code and much more VB6, VB.NET and C# Code from my Website www.visualsoft-net.de
Browse throught methods, functions, constants, enums, etc of any tlb or ActiveX.dll File via the tlbinf32.dll. Download at www.visualsoft-net.de
This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de
This neat little programm reads all Computers enlisted on an network, then it lists them and you can send netsend messages to all or choosen. The code is simple and self explaining so there isn't too much commenting in it. The programm is working well and is in life action in my company. Makes use of the NetServerEnum and NetUserEnum API, so if someone interested in this he should have a look on this source. Have fun.