Search found 4 matches

by Arbitrage
Sun Jun 10, 2007 2:33 pm
Forum: Coding Questions
Topic: purebasic and blitz3dsdk question
Replies: 0
Views: 599

purebasic and blitz3dsdk question

I'm having problems with sending input to the bbGrahics3d window
after adding this line

bbSetBlitz3DHWND ( WindowID(#Window_0))

the bbGraphics3d
If bbKeyDown (#KEY_A)

no longer respond after the handle is changed

I'm wondering if a callback is needed.

there is a command in the sdk ...
by Arbitrage
Tue Apr 19, 2005 3:25 pm
Forum: Coding Questions
Topic: Monitoring a directory for new files being added
Replies: 56
Views: 37837

Something cool I just discovered. Office XP and Office 2003 have OCR capabilities. There is also a COM OCX interface to the OCR. It seems
you could monitor a directory for incoming TIFF images then OCR the
data and store the data in MYSQL by document and page number. You
could then write an ...
by Arbitrage
Tue Apr 19, 2005 3:13 am
Forum: Coding Questions
Topic: Monitoring a directory for new files being added
Replies: 56
Views: 37837

Wow nice code. I needed it for some archiving stuff. Most copiers today
have the ability to scan to an ftp smb or proprietary server. Most of them
scan as TIFF, JPG and PDF. The mid range models scan at 70+ pages
per minute, which makes them great for archiving a large number of
documents quickly. I ...
by Arbitrage
Sat Apr 16, 2005 8:17 pm
Forum: Coding Questions
Topic: Monitoring a directory for new files being added
Replies: 56
Views: 37837

Monitoring a directory for new files being added

How would you monitor a directory for new files being added.
I know you could check the files against a list from time to time but
is there an easier way to get a windows message that a file is added
or changed?