- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
12 Posted Topics
Re: In decomissioning B3 rated systems, I remove the platters from the drive and grind them to powder. | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: Have you tried setting the directory ... ShellExecute(Handle, 'run', PChar(dir\myprogram.exe'), PChar(dir\dir\myfile.upx'), PChar(dir\dir'), SW_SHOWNORMAL); | |
Re: To draw, you use a TPaintBox object. In the OnPaint event handler, you use the Canvas and it's methods. | |
Re: 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' … | |
Re: 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 … | |
Re: Have you tried copying the canvas of the form containing the TeeChart to the printer's canvas? | |
Re: [code] Result := False; for i := 1 to Length(Password)-1 do begin if Password[i] = Password[i+1] then Exit; end; result := True; [/CODE] | |
Re: 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. | |
Re: [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. … |
The End.