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 ...
Search found 4 matches
- Sun Jun 10, 2007 2:33 pm
- Forum: Coding Questions
- Topic: purebasic and blitz3dsdk question
- Replies: 0
- Views: 599
- Tue Apr 19, 2005 3:25 pm
- Forum: Coding Questions
- Topic: Monitoring a directory for new files being added
- Replies: 56
- Views: 37837
- 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 ...
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 ...
- 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?
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?