Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #11.7K
Ranked #4K
~12.4K People Reached

12 Posted Topics

Member Avatar for happygeek

In decomissioning B3 rated systems, I remove the platters from the drive and grind them to powder.

Member Avatar for Backgroundsun
2
2K
Member Avatar for vegaseat

There are many arguments on both sides of this issue, but you have forgotten something. In the U.S., The Constitution is an enumeration of the powers loaned to the Government by the people and exercise of powers beyond those is tyranny. The Constitution does not authorize the Government to spy …

Member Avatar for Leigh3
0
591
Member Avatar for happygeek

I think it is ironic that Vogel's claim is that AWS servers are secure at all when my servers suffer the most abuse from 'bots running on AWS servers! And trying to report it is impossible.

Member Avatar for dlhale
1
451
Member Avatar for crapped

There is no builtin function for what you want. It is easy to create though. Use Pos to find the "<font>" and get the position of the "<". Then add the length of "<font>" to get the position of the desired text. Then use PosEx to find the position of …

Member Avatar for pritaeas
0
151
Member Avatar for Planetdune

Have you tried setting the directory ... ShellExecute(Handle, 'run', PChar(dir\myprogram.exe'), PChar(dir\dir\myfile.upx'), PChar(dir\dir'), SW_SHOWNORMAL);

Member Avatar for dlhale
0
150
Member Avatar for wizard25

To draw, you use a TPaintBox object. In the OnPaint event handler, you use the Canvas and it's methods.

Member Avatar for dlhale
0
83
Member Avatar for wiredtoawall

Here is some code I wrote for you to think about things in another way. The shuffle is trying to simulate an actual shuffle. It is kind of neet to see where cards move to within the deck during a shuffle. Project1.dpr [CODE] program Project1; uses Forms, Unit1 in 'Unit1.pas' …

Member Avatar for dlhale
0
394
Member Avatar for deep_aus

NO. what you call the internet cable is ethernet 10/100BaseT. It is actually a point to point full duplex balanced twisted pair connection. Meaning that it takes four wires in a point-to-point connection. It is not "multi-drop". It can only be connected between two points. i.e two computers of a …

Member Avatar for benmar
0
209
Member Avatar for TRCSR

Have you tried copying the canvas of the form containing the TeeChart to the printer's canvas?

Member Avatar for dlhale
0
232
Member Avatar for ecklcakes

[code] Result := False; for i := 1 to Length(Password)-1 do begin if Password[i] = Password[i+1] then Exit; end; result := True; [/CODE]

Member Avatar for dlhale
0
228
Member Avatar for nlblnx

on Mouse down, capture the current mouse & panel position. Then on Mouse move, calculate the delta mouse position. Then calculate the new panel position based on the delta mouse and captured panel position.

Member Avatar for Matt_Lebrao
0
7K
Member Avatar for auzziez

[code] {*************************************************************** XLSFile version 1.0 (c) 1999 Yudi Wibisono & Masayu Leylia Khodra (DWIDATA) e-mail : yudiwbs@bdg.centrin.net.id Address : Sarijadi Blok 23 No 20, Bandung, Indonesia (40164) Phone : (022) 218101 XLSfile is free and you can modify it as long as this header and its copyright text is intact. …

Member Avatar for dlhale
0
590

The End.