ATutor is an Open Source Web-based Learning Content Management System (LCMS)
Entries from November 2004
ATutor
November 24th, 2004 · Comments Off · PHP
Tags:
Web tools
November 24th, 2004 · No Comments · Web Links
Dead-Links.com - Free Broken Link Checker
Tags:
Tivoli
November 24th, 2004 · No Comments · General
Great gallery of photos from Tivoli
http://www.terragalleria.com/
Tags:
Basic Programming
November 24th, 2004 · No Comments · Programming
Crossplatform Basic programming:
RealBasic at http://www.realsoftware.com/
PureBasic at http://www.purebasic.com/
Tags:
VB webcam capture
November 16th, 2004 · Comments Off · Microsoft, Programming
For MS Access project. Needed EZTWAIN available at www.dosadi.com and the following code:
Create a module basTWAIN
Option Compare Database
‘ Module for selecting TWAIN source, capturing an image and Retrieve Information from the Clipboard
Declare Function TWAIN_SelectImageSource Lib “EZTW32.DLL” (ByVal hwndApp As Long) As Long
Declare Function TWAIN_AcquireToFilename Lib “EZTW32.DLL” (ByVal hwndApp As Long, ByVal bmpFileName As String) As [...]
Tags: