Search found 131 matches
- Sep 29, 2005 4:38
- Forum: Windows
- Topic: I like tomater juice.
- Replies: 45
- Views: 15252
- Sep 29, 2005 3:37
- Forum: Windows
- Topic: I like tomater juice.
- Replies: 45
- Views: 15252
I would consider ANY program that logs and sends my keystrokes to a remote computer a severe invasion of privacy. A hundred times worse than spyware. If you want feedback, ask the user directly or have beta testers like Eric suggested. A keylogger is not going to help you "increase the playability a...
- Sep 28, 2005 22:47
- Forum: Windows
- Topic: I like tomater juice.
- Replies: 45
- Views: 15252
- Sep 20, 2005 16:41
- Forum: Projects
- Topic: AFlib2 Preview.
- Replies: 160
- Views: 54836
but the 85 fps is probably because it's waiting for vsync. The captured image shows a windows frame which is a clear indication that it's running windowed, not fullscreen. Assuming that it's running windowed, then vsync doesn't exist. There is no way to time to vsync except through software as wind...
- Sep 20, 2005 3:44
- Forum: Projects
- Topic: AFlib2 Preview.
- Replies: 160
- Views: 54836
- Sep 19, 2005 0:38
- Forum: General
- Topic: text on new line
- Replies: 3
- Views: 1469
Change
to
(The semicolon keeps the cursor from advancing to the next line.)
Code: Select all
print choosehf$; thecolor$;
to
Code: Select all
print choosehf$; thecolor$
(The semicolon keeps the cursor from advancing to the next line.)
- Sep 13, 2005 19:42
- Forum: Beginners
- Topic: IS True and False already internally defined?
- Replies: 14
- Views: 3059
- Sep 11, 2005 6:55
- Forum: Projects
- Topic: FreeBASIC Screensaver Kit
- Replies: 57
- Views: 33236
- Aug 28, 2005 3:56
- Forum: Projects
- Topic: Windows File Protection Hacker
- Replies: 3
- Views: 3082
- Jun 24, 2005 16:25
- Forum: General
- Topic: unknown data files
- Replies: 8
- Views: 2398
You can check wotsit.org for file format information if you know the extension (and it hasn't been changed). Otherwise I would use a hex editor to examine the file.
- Jun 09, 2005 5:41
- Forum: Windows
- Topic: Self modifying app
- Replies: 9
- Views: 4825