User contributions for PeterHarding
Jump to navigation
Jump to search
- 17:56, 6 February 2011 diff hist +80 CSharp Notes
- 17:55, 6 February 2011 diff hist +292 CSharp Notes
- 17:53, 6 February 2011 diff hist +75 CSharp Notes
- 17:52, 6 February 2011 diff hist +93 CSharp Notes
- 17:44, 6 February 2011 diff hist +148 CSharp Notes
- 17:38, 6 February 2011 diff hist +39 N File Existance in WIndows moved File Existance in WIndows to File Existance in Windows: Typo current
- 17:38, 6 February 2011 diff hist 0 m File Existance in Windows moved File Existance in WIndows to File Existance in Windows: Typo
- 17:38, 6 February 2011 diff hist +116 N CSharp Notes Created page with '=Links= * http://www.codeproject.com/KB/cs/cs_ini.aspx An INI file class Category:CSharp Category:Dot.NET'
- 09:50, 6 February 2011 diff hist +106 N Config Files in C Sharp Created page with '=Notes= * http://www.codeproject.com/KB/cs/readwritexmlini.aspx Category:CSharp Category:Dot.NET' current
- 09:27, 6 February 2011 diff hist +38 Threading in CSharp current
- 09:26, 6 February 2011 diff hist +42 Linux Manuals current
- 09:25, 6 February 2011 diff hist +79 Threading in CSharp
- 09:18, 6 February 2011 diff hist +22 Linux Manuals
- 09:18, 6 February 2011 diff hist +102 N Linux Manuals Created page with '=Sources= * http://www.tin.org/bin/man.cgi?section=2&topic=pipe Category:Linux Category:UNIX'
- 09:14, 6 February 2011 diff hist +63 Threading in CSharp
- 09:13, 6 February 2011 diff hist −1 Threading in CSharp
- 09:11, 6 February 2011 diff hist +85 Threading in CSharp
- 09:00, 6 February 2011 diff hist +33 N Threading in C moved Threading in C to Threading in CSharp: C# was intended current
- 09:00, 6 February 2011 diff hist 0 m Threading in CSharp moved Threading in C to Threading in CSharp: C# was intended
- 08:59, 6 February 2011 diff hist +33 N Category:CSharp Created page with 'C# notes, links and erferences...' current
- 08:59, 6 February 2011 diff hist +4 Threading in CSharp
- 08:59, 6 February 2011 diff hist +4 File Existance in Windows
- 08:58, 6 February 2011 diff hist +270 N Threading in CSharp Created page with '=References= * http://stackoverflow.com/questions/334860/in-c-what-is-the-recommended-way-of-passing-data-between-2-threads * http://stackoverflow.com/questions/1360533/how-to-s...'
- 08:46, 31 January 2011 diff hist +91 InfoInfo - WinXP
- 08:44, 31 January 2011 diff hist +41 InfoInfo - WinXP
- 08:44, 31 January 2011 diff hist +84 InfoInfo - WinXP
- 08:43, 31 January 2011 diff hist +97 InfoInfo - WinXP
- 19:11, 30 January 2011 diff hist +32 N Category:C Created page with 'C notes, links and references...' current
- 19:10, 30 January 2011 diff hist +195 N C++ Stuff Created page with '=Notes= ==GetTempFileName== http://msdn.microsoft.com/en-us/library/aa364991(VS.85).aspx ==ofstream== <pre> std::ofstream out( filename ); out << "stuff" << std::endl</pre> ...' current
- 19:07, 30 January 2011 diff hist +34 N Category:Windows Development Created page with 'Windows based development notes...' current
- 19:06, 30 January 2011 diff hist +4,983 N Working with Serial Ports in Dot.NET Created page with 'See: * http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx <pre> using System; using System.IO.Ports; using System.Threading; public class PortChat { s...' current
- 19:05, 30 January 2011 diff hist +91 N Using DataGridViews Created page with '* http://dotnetperls.com/datagridview-tutorial Category:Dot.NET Category:Microsoft' current
- 19:04, 30 January 2011 diff hist +2,582 N Visual FoxPro Notes Created page with '* http://foxcentral.net/microsoft/NETforVFPDevelopers_Chapter07.htm * http://foxcentral.net/microsoft/VFPToolkitNET.htm * http://foxcentral.net/microsoft/NETforVFPDevelopers_App...' current
- 19:03, 30 January 2011 diff hist 0 Using OleDb
- 19:02, 30 January 2011 diff hist +242 N Using OleDb Created page with '=Connection Strings= Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=; * http://www.connectionstrings.com/dbf-foxpro...'
- 19:01, 30 January 2011 diff hist +1,509 N Using DataAdaptors Created page with 'http://dotnetperls.com/datagridview-tutorial See: * http://foxcentral.net/microsoft/NETforVFPDevelopers_Chapter07.htm * http://foxcentral.net/microsoft/NETforVFPDevelopers.htm ...' current
- 19:00, 30 January 2011 diff hist +1,004 N DB Connection Strings Created page with '* http://www.codeproject.com/KB/database/connectionstrings.aspx#OLE%20DB%20Visual%20FoxPro =Examples= ==Visual FoxPro== If you are using a database container, the connection s...' current
- 19:00, 30 January 2011 diff hist +105 N Creating PDF Files in Dot.NET Created page with '=Software= See: http://sourceforge.net/projects/itextsharp/ Category:Dot.NET Category:Microsoft' current
- 18:59, 30 January 2011 diff hist +4,196 N Accessing Files in Dot.NET Created page with 'http://www.codeproject.com/KB/aspnet/ImportExportCSV.aspx =A Simplified SQL-CSV Import/Export Functionality= ==File Import== This event is mentioned here to give you an idea ...' current
- 18:58, 30 January 2011 diff hist +38 N Category:Dot.NET Created page with 'Dot.NET notes, links and references...' current
- 18:58, 30 January 2011 diff hist +1,684 N Using Timers in Dot.NET Created page with '<pre> using System; using System.Diagnostics; using System.Net; class Program { const int _max = 5; static void Main(string[] args) { try { ...'
- 18:54, 30 January 2011 diff hist +58 N Category:XBase Created page with 'Visual FoxPro and dBase links, resources and references...' current
- 18:54, 30 January 2011 diff hist 0 Visual FoxPro and dBase Notes
- 18:53, 30 January 2011 diff hist +86 N Visual FoxPro and dBase Notes Created page with '=Links= * http://lynnbob.com/bob/articles/DBASEIIIPlusLevel2.htm Category:dBase'
- 17:26, 6 January 2011 diff hist +33 Ruby and Windows Automation current
- 17:25, 6 January 2011 diff hist +33 Using WIndows DLLs with Python current
- 17:23, 6 January 2011 diff hist +48 File Existance in Windows
- 17:21, 6 January 2011 diff hist +33 Create Unique File Name in Windows current
- 17:20, 6 January 2011 diff hist +54 Registering a WIndows DLL current
- 17:19, 6 January 2011 diff hist +33 Getting Started with Dot.NET