skamradt

7,799
reputation
392 views

Registered User

name skamradt
member for 1 year
seen 1 hour ago
website
location US
age 42
Delphi Developer
2h
revised The best way to always detect a removable device
added 551 characters in body
2h
revised The best way to always detect a removable device
added 384 characters in body
4h
answered The best way to always detect a removable device
8h
comment What data structure should I use for a snake game?
@Andrew, you can still use pointers in Delphi. They are not hidden, just implied for class instances.
9h
comment What data structure should I use for a snake game?
And since this is homework, any exercise using pointers would be very helpful.
1d
comment How to find the unique serial number of a flash device?
Most likely not, but the OS does support it, so it is possible.
1d
accepted How to find the unique serial number of a flash device?
1d
revised How to find the unique serial number of a flash device?
added 393 characters in body
1d
accepted How to get Title, cookies, and post data for all tabs in IE
1d
answered How to get Title, cookies, and post data for all tabs in IE
1d
answered problem source in delphi EmbeddedWB1
1d
comment How to find the unique serial number of a flash device?
you don't have to add anything in the where clause and it will return a record for ALL disk drive devices connected to the machine.
Dec
19
revised How to find the unique serial number of a flash device?
added 220 characters in body
Dec
19
answered How to find the unique serial number of a flash device?
Dec
19
comment VB to Delphi string manipulation code conversion
@paul - Corrected. The outer loop should be from 0 to count-1, the inner loop from 1 to count.
Dec
19
revised VB to Delphi string manipulation code conversion
corrected syntax issue with loops
Dec
18
comment How to provide cid email attachments to embedded browser
in my opinion, the moniker approach feels like using a sledgehammer to pound a tack into balsa wood. It works, but takes more effort when you can just use your fingers.
Dec
18
revised How to provide cid email attachments to embedded browser
added 616 characters in body
Dec
18
answered How to provide cid email attachments to embedded browser
Dec
18
answered VB to Delphi string manipulation code conversion
Dec
17
answered ANSI Sql query to force return 0 records
Dec
17
answered application terminate help
Dec
17
accepted Ensuring functions within a webservice are secure in delphi
Dec
16
accepted Processes timing
Dec
16
revised Ensuring functions within a webservice are secure in delphi
added 853 characters in body; added 192 characters in body
Dec
16
revised Ensuring functions within a webservice are secure in delphi
added 128 characters in body
Dec
16
answered How do I get the handle for locking a file in Delphi?
Dec
16
revised Ensuring functions within a webservice are secure in delphi
added 724 characters in body
Dec
16
answered Ensuring functions within a webservice are secure in delphi
Dec
15
answered Modify a Delphi DFM resource to close upon showing?
Dec
15
answered Simple wrapper function for WinInet post (in Delphi)
Dec
15
accepted Wrong Result after Refresh pressed on DbNavigator Delphi
Dec
15
answered Handles being released corrupted somehow?
Dec
15
comment Handles being released corrupted somehow?
+1, capacity will change performance for the better and the loops should most likely be for y:=0 to height-1 do.
Dec
14
revised Processes timing
added info on hooking into windows; deleted 1 characters in body
Dec
14
answered Processes timing
Dec
12
comment SQL Query builder in Delphi
Yes, it works very well. The nice thing about this approach is that it also allows you to use direct SQL or tweak what was generated for power users.
Dec
12
accepted Handling arbitrary bit length data in Delphi?
Dec
12
revised Handling arbitrary bit length data in Delphi?
added 430 characters in body
Dec
12
revised Handling arbitrary bit length data in Delphi?
added 449 characters in body
Dec
12
comment Handling arbitrary bit length data in Delphi?
@Marco, agreed, but it does solve the problem that HMcG asked since he is dealing with 3, 8, 15 or 6 bit values.
Dec
11
answered Handling arbitrary bit length data in Delphi?
Dec
11
comment TTabControl: tabs displayed right to left
+1 for Raize controls, and there are many other components which can help make your program shine. raize.com
Dec
10
revised Wrong Result after Refresh pressed on DbNavigator Delphi
added 9 characters in body; added 405 characters in body
Dec
10
comment Wrong Result after Refresh pressed on DbNavigator Delphi
Only because the date was entered without a time. The internal structure is still a float, so the int is needed. I edited my answer and added an alternate way using a Delphi calculated field which works properly.
Dec
10
revised Wrong Result after Refresh pressed on DbNavigator Delphi
added 396 characters in body
Dec
10
answered Are there any way to use delphi inputbox with multiple values?
Dec
9
answered Records in Delphi
Dec
8
answered Lyrics flow (Delphi / pseudo-code)
Dec
8
revised Wrong Result after Refresh pressed on DbNavigator Delphi
added 454 characters in body