User contributions for PeterHarding
Jump to navigation
Jump to search
- 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
- 17:18, 6 January 2011 diff hist +72 N Getting Started with Dot.NET Created page with 'Dotnetperls.com is a good website to start with... Category:Dot.NET'
- 17:16, 6 January 2011 diff hist +132 Python - pygame current
- 17:15, 6 January 2011 diff hist +2,727 N Python - pygame Created page with '=animation.py= <pre> import pygame, sys, time from pygame.locals import * # set up pygame pygame.init() # set up the window WINDOWWIDTH = 400 WINDOWHEIGHT = 400 windowSurface ...'
- 22:41, 18 November 2010 diff hist +4,609 N Dot.NET Notes Created page with '=Notes= * http://www.knowdotnet.com/articles/lambdasandpredicates.html <pre> private static void TestFeatureProgression() { // Example 1: ...'
- 22:39, 18 November 2010 diff hist +1,524 N Useful Windows Info Created page with '=Move a Window= How To Move a Window on the Scrren When It is Off The Screen Move a Window on to Screen When Not Visible by Les Smith Print this Article Discuss in Forums Here...' current
- 15:26, 12 November 2010 diff hist +14 Category:Database current
- 15:26, 12 November 2010 diff hist +57 N Category:Oracle Created page with 'Oracle relational database links, references and notes...' current
- 10:05, 9 November 2010 diff hist +22 Creating PKCS12 Certificates current
- 10:04, 9 November 2010 diff hist +92 N OpenSSL Notes Created page with ' * http://www.sslshopper.com/article-most-common-openssl-commands.html Category:OpenSSL'
- 23:36, 18 October 2010 diff hist +59 Oracle Notes current
- 23:34, 18 October 2010 diff hist +21 Oracle Notes
- 23:34, 18 October 2010 diff hist 0 Oracle Notes
- 23:33, 18 October 2010 diff hist +21 Oracle Notes
- 23:31, 18 October 2010 diff hist +182 Oracle Notes
- 23:22, 18 October 2010 diff hist +23 Oracle Notes
- 23:13, 18 October 2010 diff hist +159 Oracle Notes
- 23:09, 18 October 2010 diff hist +320 Oracle Notes
- 23:00, 18 October 2010 diff hist +70 Oracle Notes
- 22:02, 18 October 2010 diff hist +13,174 Python - datetime