pozdrawiam i życzę przyjemnego czytania - Marcin
apo...@poczta.onet.pl
procedure TForm1.Button1Click(Sender: TObject);
var
i:integer;
begin
for i:=1 to 1300 do
begin
URLDownloadToFile(nil,Pchar('http://www.swissdelphicenter.ch/torry/printcode
.php?id='+inttostr(i)), Pchar('c:\tips\'+inttostr(i)+'.htm'),0,nil);
end;
end;
-------------------------------------
SPIS
------------------------------------
1 - ...press a button by code?
2 - ...make a 2-line hint?
3 - ...change a Hint's Font ?
4 - ...utilize animated cursors?
5 - ...make a child form without MDI?
6 - ...make a form always on top?
7 - ...hide the main form at startup?
8 - ...make rounded windows?
10 - ...UNDO in memo fields?
11 - ...hide the caption bar?
12 - ...enable and disable the animation of windows?
13 - ...move windows without a caption bar?
14 - ...make a window borderless while dragging?
16 - ...change the graphic mode?
17 - ...tile a TImage?
19 - ...draw an icon on a TImage?
20 - ...convert JPEG to BMP?
21 - ...know the height/width of a character?
22 - ...convert icons to bmp?
23 - ...convert WMF to BMP?
24 - ...convert BMP to WMF?
25 - ...patch binary files?
26 - ...check if a disk is in the drive?
27 - ...read the version of a file?
28 - ...use the shell function to copy/move a file?
29 - ...add a file to the document menu?
30 - ...get the last access from a file?
31 - ...move a file in the recycle bin?
32 - ...check if a path exists?
34 - ...show the select directory dialog?
35 - ...pack a Table?
36 - ...show a TTable's deleted records ?
37 -
38 - ...add a password to a paradox table?
39 - ...select a random datarecord?
41 - ...get the table version?
42 - ...load only one instance of a program?
43 - ...prevent Alt+F4?
44 - ...encrypt a password?
45 - ...convert Short to Long filenames?
46 - ...open Url in the Default Webbrowser?
47 - ...suspend the PC?
48 - ...prevent Ctrl+Alt+DEL?
49 - ...check if Delphi is running?
50 - ...hide the start button?
51 - ...delete duplicate items in a stringlist?
52 - ...turn off the monitor?
53 - ...reverse a string?
54 - ...hide a program from the taskbar?
55 - ...implement the Pascal Delay-function?
56 - ...get Windows uptime?
57 - ...read the harddisk serial number?
58 - ...check if a String is numeric?
60 - ...delete an item from the SystemMenu?
63 - ...convert ASCII to ANSI?
64 - ...show the format dialog?
65 - ...check if a soundcard is installed?
66 - ...decode a TDate typ?
67 - ...get the own IP Address?
68 - ...use the registry?
69 - ...get the current Username?
70 - ...check if I am connected to the internet?
71 - ...check if taskbar autohide feature is enabled?
74 - ...enable and disable CD autorun?
75 - ...change the desktop wallpaper?
76 - ...convert long filenames in short filenames?
77 - ...open an applet from the control panel?
79 - ...stop Windows from displaying critical error messages?
80 - ...draw multiple text lines on a Canvas?
81 - ...automate Word with OLE?
82 - ...detect system font size?
83 - ...hide the desktop icons?
84 - ...manage desktop icons?
85 - ...minimize controls on the form?
86 - ...play system sounds?
87 - ...determinate in whitch way windows is started?
88 - ...execute another program?
89 - ...open the start menu?
90 - ...change the system time?
91 - ...enable and disable system beep?
92 - ...get the drive type?
93 - ...start a program and wait for its termination?
94 - ...get the total and available memory?
95 - ...make a window always minimized?
96 - ...print a canvas?
97 - ...swap the mouse buttons?
101 - ...copy files?
102 - ...create a directory?
103 - ...determine which Application is associated with a File Type?
104 - ...check if a file is in use?
105 - ...make the dektop icon text transparent?
106 - ...hide the application from tasklist (Ctrl+Alt+Del)?
107 - ...OLE with the internet explorer?
108 - ...refresh the desktop?
109 - ...check if a disk is ready?
110 - ...validate numeric input in a TEdit?
111 - ...call the default email program to send an email?
112 - ...use program parameters?
113 - ...empty a TImage?
114 - ...create string resource files (*.res)?
115 - ...use help files (*.hlp)?
116 - ...read values from string resource (*.res)?
117 - ...send an e-mail?
118 - ...create binary resource files (*.res)?
119 - ...change the display time of the Hints?
120 - ...obtain the path to the default webbrowser?
121 - ...get a MP3's ID3-Tag ?
122 - ...move window controls at runtime?
123 - ...delete the own program after its finish?
124 - ...open and close a certain CD-drive?
125 - ...format date and time using the format given by a Format?
126 - ...define binary exe type?
127 - ...use the autorun function (CD-ROM)?
128 - ...get informations about bmp files?
129 - ...check if Softice is loaded?
130 - ...open a form animated?
131 - ...get and set mouse position?
132 - ...record wave files (*.wav)?
135 - ...check if CD-ROM is open?
136 - ...convert Hex codes to Integer?
137 - ...mirror a bitmap?
138 - ...use system icons?
139 - ...get/set the current directory?
140 - ...make a desktop screenshot?
141 - ...get handle and class name from the current mouse pos?
142 - ...get a file's date ?
143 - ...get your program's directory ?
144 - ...get windows, system, temporary directory?
145 - ...get the difference between 2 dates?
146 - ...make an animated application icon?
147 - ...create a systemwide hotkey?
148 - ...get the current screen resolution?
149 - ...get directory size?
150 - ...Extract Icons from a File?
151 - ...move items in a listbox?
152 - ...copy / move / delete whole directory?
153 - ...get the volume name?
154 - ...search for files recursively?
155 - ...get the startmenu's directory ?
156 - ...control Excel with OLE?
157 - ...use the autocomplete feature in a combobox?
158 - ...change screen resolution?
159 - ...print a form?
160 - ...use INI files? (*.ini)
161 - ...create a Component at Runtime?
162 - ...change with enter to the next field in a DBGrid?
163 - ...send a windows message with SendMessage?
164 - ...show a Progressbar in a statusbar?
165 - ...get Column and Row from TRichedit/TMemo?
166 - ...get names of available comm ports?
167 - ...check for valid amount?
168 - ...shutdown / reboot / logoff Windows 9x/NT/Me/2000/XP?
169 - ...use Bitmaps from resource (*.res)?
170 - ...obtain the computer name from IP address?
171 - ...empty recycle bin?
172 - ...find the size of a file?
173 - ...display the file properties dialog?
174 - ...get the Internet Explorer's favourites?
175 - ...show the 'Open With'-Dialog ?
176 - ...write and read in text files?
178 - ...Associate an application with a file extension?
179 - ...Show the print dialog and print text files?
182 - ...set/retrieve the Computer Name?
189 - ...get if logged in as administrator? (NT/2000 only)
190 - ...delete a row in a TStringGrid?
191 - ...get the week number of a date?
194 - ...draw a bitmap on the desktop?
195 - ...change the date format?
196 - ...draw Bitmaps in a TComboBox?
198 - ...get the URL from current active webbrowser?
199 - ...highlight TListBox items on mouse move?
200 - ...drag & drop within a TListBox?
201 - ...set decimal separator systemwide?
205 - ...automatic scroll in a TMemo?
207 - ...save and load a TTreeView?
210 - ...get the kind of internet connection?
211 - ...open a password-saved paradox database without knowing the
password?
212 - ...move the caret in TRichEdit to a specified position?
213 - ...change the caption of other applications?
216 - ...create a multimedia timer?
218 - ...get associated icon of a file shortcut?
219 - ...disable/enable/hide/show taskbar?
220 - ...simulate the pressing of keyboard keys?
221 - ...show a popupmenu in the task notification area?
223 - ...minimize all windows?
224 - ...set a file's date ?
225 - ...change the sound cards volume?
226 - ...format a Win32 drive?
227 - ...check if a file can be opened?
228 - ...make a form's caption scrolling ?
230 - ...close an application with the escape key?
231 - ...start the screensaver?
232 - ...check if a file/directory exists?
233 - ...get the pathes of the windows special folders?
234 - ...undelete a dBASE record?
235 - ...find classes registered by a form class?
236 - ...split text into words?
237 - ...prevent a Form from Moving/Resizing?
238 - ...get the free disk space?
245 - ...check if a file has an ASCII format?
246 - ...get a pixel color of the desktop?
248 - ...display an alternating color for each TListBox row?
249 - ...check a String for a Valid Email Address?
250 - ...convert TColor to HTML color?
251 - ...read line-by-line and modify a textfile?
252 - ...display a long path as c:...pathfile.txt?
253 - ...confine the mouse?
254 - ...run program as a screensaver?
255 - ...convert a number to a string with leading zeroes?
256 - ...get the last day of the current month?
257 - ...get the time zone?
258 - ...get the modify date of files?
259 - ...capture the screen?
260 - ...develope a new component?
261 - ...bring (force) a Window to the foreground?
262 - ...automatic fill out HTML forms with TWebBrowser?
263 - ...detect Printer status?
264 - ...make a form transparent?
266 - ...kill a task?
267 - ...search and select an item in a TListBox?
268 - ...identifying a file through CRC-32?
269 - ...create a button with more than one line of text?
270 - ...install a screensaver?
271 - ...get the default selected screensaver?
272 - ...create a new folder in the start menu?
273 - ...draw StringGrid cells in different colors?
274 - ...check if a Stringgrid cell is selected?
277 - ...search for text in textfiles?
281 - ...get process informations? (Windows NT/2000)
282 - ...display formated error messages?
283 - ...generate a random password?
285 - ...return Messages in PC native language?
287 - ...show fonts in a ComboBox?
288 - ...use not registered font types?
289 - ...get the current color depth?
290 - ...check, if two files are equal?
291 - ...adjust the Windowform to a TCanvas?
292 - ...get the available printers?
293 - ...print text?
294 - ...check if Word, Excel, Access, Outlook, Powerpoint is running?
297 - ...limit a programs execution time?
299 - ...assign the text of a file to a string?
301 - ...read and store string-values from/to the Registry?
302 - ...include .Wav Files into your .Exe File?
303 - ...get the caption of the control under the mouse cursor?
304 - ...check if a string is a valid floating-point number?
305 - ...trap the Main forms WM_MOVE message?
306 - ...get the focus systemwide?
307 - ...compare strings with pattern matching?
309 - ...disable the system menu close button?
310 - ...know if a computer is attached to a network?
312 - ...block keyboard and mouse input?
313 - ...search for text in a RichEdit and select it?
314 - ...search and replace text in a RichEdit?
316 - ...get the Windows Version?
317 - ...create a shortcut in the Startmenu, on the Desktop, ...?
318 - ...detect a keypress during a loop?
319 - ...determine the number of mouse buttons?
320 - ...get the systems default language?
323 - ...play sound through the PC Speaker?
324 - ...calculate the checksum of a file?
325 - ...copy a string to the Clipboard and read it back?
326 - ...how to search a file for a string?
327 - ...get the handle of a window?
328 - ...hide and disable the start button and the start menu?
329 - ...hide the clock in the system tray?
330 - ...copy a file using a progressbar?
331 - ...change the height and width of a foreign window?
332 - ...change the font style of a statusbar?
333 - ...extract words out of a string?
335 - ...play a sound file without using TMediaPlayer?
336 - ...simulate Ctrl-C and Ctrl-V systemwide?
338 - ...record and play back keystrokes in the IDE?
340 - ...know if there is a bitmap in a TImage?
341 - ...make a round window?
342 - ...determine if there is an active connection to the internet (2)?
344 - ...prevent the screensaver from starting?
345 - ...show a horizontal scrollbar in a Listbox?
347 - ...determine the position of the taskbar?
348 - ...save a Formula One spreadsheet to a blob field?
349 - ...position the caret in a Stringgrid?
350 - ...convert letters of an Editbox to uppercase?
351 - ...detect a Windows Shutdown?
352 - ...position a messagebox over a form?
354 - ...list all available screen resolutions?
355 - ...use a custom format in TDateTimePicker?
358 - ...get the CPU Speed?
359 - ...show a TMenuItem right-aligned?
360 - ...simulate a mouse click?
362 - ...detect changes in display?
363 - ...program a Counter?
364 - ...send an e-mail through Outlook?
366 - ...change a property in all components of a form?
367 - ...dial a telephone number using the Telephony API?
368 - ...delete all selected items of a Listbox?
371 - ...start Delphi with some Secret command line Switches?
372 - ...get notified when a CD is removed or inserted?
373 - ...control the Internet Explorer using OLE?
374 - ...get notified when a Form is Minimized or Maximized?
375 - ...execute the Explorers find file dialog box?
376 - ...Get a PopupMenuItems Parent?
377 - ...rotate Text?
378 - ...determine if two icons are equal?
379 - ...save a StringGrid to an Excel-File?
380 - ...determine the first/the number of CD-Rom Drive(s)?
381 - ...check if a String is a valid IP Address?
382 - ...format a string for CGI requests?
383 - ...Backup Outlook Attachments?
384 - ...some useful form editing commands
385 - ...Use GetTempFileName to Create a Unique Temporary File?
387 - ...change the priority class for a specified process?
388 - ...change file attributes?
389 - ...Convert enumerated type values into strings?
390 - ...Use a Console in non-console Applications?
391 - ...enumerate the network connections (drives)?
392 - ...differentiate between the two ENTER keys?
393 - ...transfer data from Excel to Word?
394 - ...use a custom caret?
396 - ...run a Program automatically at Windows start-up?
397 - ...get the Default browser?
398 - ...draw something directly to the Desktop?
399 - ...get all selected items of a TListview?
400 - ...show Directories in a TTreeview?
401 - ...use TTime with over 24 hours?
402 - ...use CHM Help files?
403 - ...Remove a dbase index flag?
406 - ...use a Combobox as a Custom InPlace Editor in StringGrid?
410 - ...enumerate windows and child windows?
411 - ...Create a window with pure API?
412 - ...download a file from the Internet?
413 - ...check if the Internet Explorer is installed?
414 - ...replace a running DLL?
415 - ...rename, remove, delete, move a file/directory?
416 - ...get the owner of a file?
417 - ...move your form by clicking anywhere?
418 - ...communicate between applications?
419 - ...Change the Standard Windows dialogs?
420 - ...create a Splash Screen?
421 - ...show files and their associated Icons in a Listview?
422 - ...align Cells in StringGrid?
423 - ...sort a StringGrid?
424 - ...execute another application?
425 - ...retrieve UNC Paths?
426 - ...convert a Bitmap to an Icon?
428 - ...get a list of users who are registered on the NT Workstation?
429 - ...move components at Runtime?
430 - ...show Window Contents while dragging?
431 - ...know the events which occur during the life cycle of a form?
432 - ...disable the Enter Key Beep in a Edit Box?
433 - ...draw a gradient fill on a form?
437 - ...convert a color image to grayscale?
438 - ...replace occurences of a substring in a string?
439 - ...scroll to a certain Position in a TRichEdit/ TMemo?
441 - ...draw Bitmaps in a TListbox?
442 - ..convert a Binary Number into a Decimal Number?
443 - ...convert a hexadecimal number into a binary number?
444 - ...detect a Mouse Click on the Caption of a form?
445 - ...move an Item in a TListView?
448 - ...get a form as bitmap and copy it into the clipboard/ save it to a
file?
449 - ...Sort a TStringGrid by Columns?
450 - ...check if Word is installed?
453 - ...restart the own program?
454 - ...arrange a list alphabetically?
455 - ...run a program or open an associated file?
456 - ...send keystrokes to notepad?
457 - ...retrieve the licensing information from Windows?
458 - ...draw a color picking Combo Box?
459 - ...restrict input in edit boxes?
460 - ...Insert/Delete a row in a TStringGrid?
461 - ...make Return like Tabulator in a Stringgrid?
462 - ...detect Shift Key on application startup?
463 - ...get the Path to Program files?
464 - ...remove items from the System Menu?
465 - ...add Menu Items to the System Menu?
466 - ...determine if there is an active connection to the internet (3)?
467 - ...find the appropriate constant for virtual keys?
468 - ...use TFileStream?
470 - ...calculate simple arithmetical expressions?
471 - ...read the environemnt strings?
474 - ...use some expanded Pos-functions?
475 - ...Map a string to a specific record?
476 - ...fill out fields in a TWebBrowser by Drag&Drop?
477 - ...activate Copy/Paste, Drag&Drop in a TWebbrowser?
478 - ...print a page in a TWebbrowser?
479 - ...list all links of a page of a TWebbrowser?
480 - ...get the list of the installed softwares on a computer?
483 - ...determine if a Comm Port is available?
484 - ...open the windows explorer and show the specified folder?
485 - ...list all Windows with a Button on the taskbar?
486 - ...Select all Fields in a TDBGrid?
487 - ...get the content of a TStringgrid/ TDrawGrid as a string?
488 - ...resize the columns of a TStringGrid / TDrawGrid to fit the text?
490 - ...open a URL in a New Standard Webbrowser Window?
491 - ...get/ change the color of a Systemcolor?
493 - ...how to accept dropped files from the explorer?
495 - ...Extract the ODBC System Data Sources?
496 - ...Disable the Close [X] button on a Form?
497 - ...register a menu entry to a File?
498 - ...measure an elapsed time with a high-resolution performance counter?
506 - ...draw a vertical Title bar?
516 - ...Define a border for Memos?
519 - ...replace text in a TEdit?
520 - ...accelerate database searches?
521 - ...show Credits for the own components ?
523 - ...convert a .dfm file to text and vise versa?
530 - ...Flash the Title Bar?
533 - ...make a Hole in a form?
534 - ...is a Time AM or PM?
538 - ...register a OCX File?
539 - ...minimize/maximize/close components at runtime?
545 - ...Load all records at once into a Stringlist?
546 - ...Get the number of the day in the year?
547 - ...minimize a Secondary-Form to the Taskbar?
551 - ...make an ADODB Connection using OLE-Automation?
552 - ...show a form in full-screen mode?
555 - ...determine which track the current CD is on?
558 - ...Hide the internet connection status from system tray?
559 - ...check, if the Borland Database Engine (BDE) is installed?
560 - ...select a row in a Memo by clicking on it?
561 - ...View/Edit MS-DOS Text in a TMemo?
562 - ...enumerate Drives on a Computer?
564 - ...post form data with TWebBrowser?
571 - ...disable the Context Menu in a TWebbrowser?
572 - ...round a number correctly?
573 - ...create an Array of TButtons at runtime?
576 - ...convert RFC1123 to a TDateTime format?
577 - ...detect, which version of ADO is installed?
578 - ...show the Startmenu/Run Dialog?
580 - ...show Columns in a TListBox using Tabulators of different widths?
581 - ...prevent Windows from minimizing a Form?
582 - ...shape a form to a bitmap?
584 - ...print in millimeter?
585 - ...change the Background-Color of a Edit on a Focus Change?
586 - ...hide the horizontal/vertical scrollbar in a TListView?
587 - ...get the Bios Date?
588 - ...resize the width of the drop-down list of a TComboBox?
589 - ...export a TStringGrid to a TListView?
590 - ...export a TListView to a TStringGrid?
591 - ...capture the Tab Key in a TEdit?
593 - ...enumerate processes and terminate them?
594 - ...include a Exe-File in your Application and execute it?
596 - ...get/set the startpage for the Internet Explorer?
597 - ...save a Page in TWebbroser to a file?
599 - ...play Flash-Files in Delphi?
600 - ...automatically open a TDateTimePicker?
601 - ...write a transparent Text on a TImage?
602 - ...show multiple columns in a TFileListBox?
603 - ...format text in a TRichEdit by means of Shortcuts?
604 - ...autosize a StringGrid-Column to fit its content?
606 - ...allow column resize in a TDBGrid but prevent move?
607 - ...move Columns in a TDBGrid?
608 - ...launch programmatically the Create Shortcut dialog?
609 - ...use a database on a shared network?
611 - ...prevent Data Corruption?
612 - ...debug console programs with Kylix?
613 - ...get the paper size in millimeters?
614 - ...Show Week Numbers in a TDateTimePicker?
616 - ...get a list of all running Exe-Files/ Check if a Exe-File is
running?
617 - ...implement net send?
618 - ...set the Volume in TMediaplayer?
619 - ...fast way to exchange the contents of two variables?
620 - ...programatically dropdown a TComboBox?
621 - ...use some TStream utility functions?
623 - ...animate a form?
628 - ...get the Icon from another Window?
629 - ...handle lost focus problem in a TEdit?
630 - ...control the Wave Volume?
632 - ...reduce a form by right-clicking on the titlebar?
633 - ...get all Frame URLs in TWebbrowser?
634 - ...cause the system to beep without using any windows resources?
636 - ..set a message-dialogs default button?
637 - ...check if a string is a valid date or time?
638 - ...get the number of days of a month?
639 - ...get the Handle of a ComboBox List?
640 - ...copy Listbox Items to the clipboard?
641 - ...open a URL or a file with the associated application?
642 - ...use associative arrays?
644 - ...get the installed BDE Version?
645 - ...set selected Sourcecode to Upper Case / Lower Case?
651 - ...get the MAC Address?
652 - ...recover a damaged dbtable?
654 - ...get the free, total size of a disk disk volume?
656 - ...use a another find tool in the IDE?
658 - ...get the printer driver version?
659 - ...get the default printers resolution?
660 - ...get / set the default printer?
661 - ...check if Winsock is enabled?
662 - ...map a network drive?
663 - ...check if an audio-cd is in the cd drive?
664 - ...write / read TCheckListbox values?
665 - ...change the MainForm at runtime?
666 - ...call the systemtime dialog?
667 - ...get / set system colors?
668 - ...get the position of the current active window?
669 - ...use custom fonts in the caption bar?
670 - ...convert a hexadecimal number into a Integer?
671 - ...convert TFileTime to TDateTime?
672 - ...close a form animated?
673 - ...encrypt text using key numbers?
674 - ...write/ append Text to a file?
677 - ...hook into the Clipboard Notification Chain?
678 - ...close the help automatically when closing application?
679 - ...stream multiple components to clipboard?
680 - ...skip Keyboard and Mouse messages in the own Application?
683 - ...Capture the output from a DOS application?
684 - ...Catch SHIFT key during menu item selection?
685 - ...use forms declared in DLL by an executable?
686 - ...determinate the bitrate of a WAV file?
687 - ...show the Sounds Properties dialog box?
688 - ...use the joystick?
689 - ...detect when a TMediaPlayer stops playing??
690 - ...adjust the volume of audio in devices?
691 - ...determine the length of a wave file?
692 - ...retrieve informations about a wave file?
694 - ...get the names of all MIDI out devices?
695 - ...get names of all WaveOut devices?
696 - ...determine if Macromedia Flash plugin is installed?
699 - ...draw transparent text on desktop?
701 - ...Change the Standard Windows dialogs?
704 - ...invert a Bitmap?
706 - ...convert an Integer to an octal number?
708 - ...implement the OnColumnClick Event from TListview for a TStringGrid?
709 - ...position an InputQuery centered over a form?
710 - ...round numbers to a predetermined number of decimals?
711 - ...convert an octal number to integer?
713 - ...change the color of a TProgressbar?
714 - ...create a TEdit with definable text alignment?
716 - ...Use PASSTHROUGH Escape to Send Data Directly to Printer?
719 - ...making the Enter Key act like Tab?
720 - ...read out the main icon of a EXE-File?
721 - ...focus a certain Cell in a TDBGrid?
722 - ...save a Word Document as Rtf?
723 - ...convert OEM to ANSI?
725 - ...create an Excel File without OLE?
727 - ...Click on a button of another Application?
728 - ...automatically create the implementation declarations?
729 - ...Save/Load a TListView?
732 - ...select a computer from the network neighborhood?
733 - ...Drag & Drop items from a TListBox to a TRichEdit?
735 - ...check if the ActiveDesktop is activ?
736 - ...create colored items in a TListBox?
737 - ...display several columns in a TComboBox?
738 - ...search recursive with the Pos function?
739 - ...copy/paste custom items to/from the clipboard?
741 - ...automatically save / load user settings?
742 - ...show multiline Text in a TCombobox?
743 - ...filter out all Links in Memo?
744 - ...print a TImage?
745 - ...map a network drive (2)?
747 - ...print a PRN file?
748 -
750 - ...run an application once a windows-session?
751 - ...create a form with rounded corners?
752 - ...disable the tooltips in a TTreeview?
754 - ...force the input in a TEdit?
755 - ...get the pixel color in a canvas on the current mouse position?
756 - ...close a TCommonDialog automatically?
758 - ...detect if the scrollbars of a TStringGrid are visible?
759 - ...compare two Strings and measure the percentage they match?
760 - ...show forms on a TScrollBox?
761 - ...prevent, that the user can resize the columns of a TListView?
763 - ...use EnumFontFamilies?
764 - ...list print-jobs in a printer-queue?
765 - ...activate / deactivate the CD AutoPlay?
766 - ...convert a decimal number to roman numerals?
767 - ...set the tabulator width in a TMemo?
768 - ...insert a file in a TMemo at the cursor position?
769 - ...print a TStringGrid?
770 - ...use functions from Rundll32?
772 - ...export a TDataSet to a XML file?
773 - ...encode a HTTP URL?
774 - ...show numbers with thousand separators?
775 - ...add several forms to Taskbar/Task Manager?
779 - ...retrieve the folder list from Outlook?
780 - ...save / load TFont information to an INI file?
783 - ...place custom controls on a TPrintDialog?
784 - ...clone a Form?
785 - ...clone a Component?
787 - ...handling accelerators on the tabs of a TPageControl?
788 - ...change the color of a TPageControls?
789 - ...plot a function?
791 - ...retrieve the filenames in the clipboard?
792 - ...list all paper names supported by a printer?
793 - ...implement the printto command?
795 - ...create a new Outlook contact item?
796 - ...get all paper bins?
797 - ...check, if the current printer prints in color?
799 - ...call a routine by its name?
801 - ...create a TProgressBar in a TListView column?
802 - ...convert RGB values to TColor and vice versa?
804 - ...delete the files in the document folder?
805 - ...check, if Undo is possible in a TMemo?
806 - ...count the number of words in a string?
808 - ...show bold nodes in TTreeview component?
809 - ...replace controls at run-time?
810 - ...comunicate process-spanned with WM_COPYDATA?
812 - ...create menuitems at runtime?
815 - ...add data to a compiled Exe-File?
816 - ...delete one item from a dynamic array?
817 - ...get systen menu fonts?
818 - ...create colored rows in a TListView?
819 - ...handle exceptions globally?
821 - ...set system menu fonts?
822 - ...Compress, Decompress a Stream?
823 - ...delete a file permanently?
829 - ...split text into words?
830 - ...write data to the printer port?
831 - ...check if a TreeView is fully expanded or collapsed?
833 - ...determine whether the screen saver is enabled?
835 - ...get a string representation of an object?
836 - ...make each MDIChild fill the entire client area of the main form?
838 - ...use the AnimateWindow function?
839 - ...scale a form manually?
840 - ...add interface-objects to a list?
841 - ...write/read a string to/from the serial port?
842 - ...move rows and columns of a StringGrid by code?
843 - ...get the Rtf formating from a RichEdit?
844 - ...convert TDateTime to Unix Timestamp?
845 - ...Clean up the Delphi Project Directories?
847 - ...search a file for a specified text?
848 - ...close a MDIChild form?
849 - ...read data from another MDIChild form?
853 - ...lock the workstation?
854 - ...get the screensaver time-out value?
855 - ...get/set the Date of a folder?
857 - ...add data manually to a tree view, from a Texteditor?
859 - ...Return the String Path in a TTreeView?
860 - ...mount a share?
861 - ...debug a DLL in Windows XP?
862 - ...switch to Standby mode?
863 - ...get the dates for Monday - Friday of the current week?
865 - ...access a certain part of a GUID?
866 - ...get a list of the registered Win32 Modules and their version(s)?
868 - ...draw a color outline around TForm?
870 - ...make a form not resizable but moveable?
871 - ...use the Vspell ActiveX Component?
872 - ...left/right-pad strings with a character?
873 - ...read a table-textfile in a StringGrid?
874 - ...convert a Bitmap to a JPEG and save it?
875 - ...work with TChart?
878 - ...shade components?
881 - ...write an Outlook AddIn?
882 - ...Delete a Column in a TStringGrid?
884 - ...color a TDBGrid?
885 - ...process selected rows in a TDBGrid?
886 - ...establish a connection to the internet?
887 - ...execute actions when the program is Idle?
888 - ...publish a Frontpage-Web?
889 - ...Detect and Download a new version of (an own) application?
890 - ...show hints in the Statusbar?
891 - ...create objects without worrying of destroying?
892 - ...obtain a list of charsets supported by a font?
894 - ...calculate the value of a polynomial at a given point?
895 - ...Change Screen.Cursor without need to restore back?
897 - ...get all the outlook contacts?
898 - ...use Interfaces and TInterfaceList?
901 - ...convert every words first letter in an TEdit to uppercase?
902 - ...Drag & Drop multiple items within a TListView?
903 - ...get the power status?
904 - ...change the priority of applications main thread?
905 - ...Get / set global offline State?
906 - ...check if the Cursor is on a line?
910 - ...check whether an application (window) is not responding?
911 - Class names of common applications that are included in Windows
912 - Find Times of 2 Date in Year/Month/Day
913 - ...convert a Bitmap to an Icon?
914 - ...check if a number is prime?
915 - ...Call Procedures within a DLL?
916 - ...convert RGB to COLORREF (BGR)?
918 - ...change each button's hint on the TDBNavigator ?
919 - ...control mIRC with DDE?
921 - ...show controls with rounded corners?
922 - ...list all app's ctrls & menus in a TTreeView ?
924 - ...make a Form semi-/ transparent?
925 - ...change a user's password for a specified network server or domain ?
926 - ...Toggle Caps Lock & Num Lock?
931 - ...check if a control is partially covered by another window?
935 - ...get the text of a StatusBar?
937 - ...flash a window a number of times?
938 - ...hide minimized MDI child windows?
939 - ...Prevent Windows Shut Down?
940 - ...print a file through the printer port?
941 - ...Save/Load a TStringGrid to/from a file?
942 - ...fastly retrieve the high-order word from 32bit var?
943 - fast integer mul. & div. by 2^n
944 - ...read a binary file and display the byte values as ASCII?
945 - ...copy the clipboard to a stream and restore it again?
946 - ...change resource strings at run-time?
947 - ...search for text in a TListview?
948 - ...easily place multiple instances of the same component on a form?
949 - ...replace umlauts while typing?
950 - ...dynamically load DLL's?
951 - ...get form resource (*.dfm) as text from running program?
952 - ...get a TFont's property from a font handle ?
953 - ...Operate the numeric keypad always as if NumLock is engaged?
956 - ...check if a TMainMenu is dropped down or not?
957 - ...move a menu items?
958 - ...check if a PopUp Menu is open?
959 - ...add a procedural type to TList?
961 - ...obtain a list of loaded drivers under Windows NT?
962 - ...change the DefaultRowHeight of a TDBGrid?
963 - ...rearrange the tabs in a TPageControl using drag 'n drop ?
964 - ...limit memo lines?
965 - ..get the IP-Address bhind a router/proxy?
966 - ...list information about all users currently logged on to a
workstation?
968 - ...zoom a Canvas?
969 - ...get the CPU usage in percent on Windows NT/2000/XP?
970 - ...retrieve a shortcut's link information ?
971 - ...scan an image directly into the application?
972 - ...Enable/Disable Fast Task Switching under Windows XP ?
974 - ...Read an Access DB using ADO?
978 - ...start a program and wait for its termination? [2]
979 - ...get the word under the mouse cursor in a TRichEdit?
982 - ...Create a transparent TForm?
984 - ...create a sizable and none border style form?
985 - Dialing...
987 - Write to Access DB using ADO/SQL
988 - ...clear a Varaible from RAM?
989 - ...format a currency according to the specified locale's settings ?
990 - ...run a console application and get its output?
991 - ...invert a matrix?
992 - ...correct a BiDi bug in Delphi?
993 - Create an AutoIncresment using SQL and pascal code
994 - ...get the CPU name?
995 - ...make a polygon hole on a form?
998 - ...view a TDataSet in MS Excel?
999 - ...duplicate a TTable?
1000 - ...convert a Bitamp to a emf (Enhanced Metafile)?
1001 - ...set the number of fixed columns in a TDBGrid?
1002 - ...detect if Alt, Shift, Control are pressed?
1003 - ...compile Delphi Projects with a Batch?
1005 - ...control Powerpoint with OLE-Automation?
1006 - ...generate random numbers with no duplicate values?
1007 - ...write to an Access DB using ADO / SQL
1008 - ...use the Tools Menu in the IDE?
1009 - ...Check if the recycle bin is empty?
1010 - ...get the used memory for a process?
1013 - ...get the IP-Address behind a router/proxy? (2)
1014 - ...open url in new window with custom TWebBrowser?
1015 - how to make Auto palette scroll and select
1020 - ...Check a String for a valid Filename or Directory?
1021 - Convert Integer values to Binary Format and / or Hexadecimal format
1023 - ...set TListBox Items right aligned?
1024 - ...rename a directory?
1026 - ...calculate the factorial of a given number?
1027 - ...ensure that a path name ends with a delimiter '\' ?
1028 - ...use Strings in a Case Statement?
1030 - ...show a TForm with its Classname?
1031 - ...create/manage any forms only through the Classname?
1032 - ...get Permutations of a String?
1033 - ...disable a MenuItem without greying it?
1034 - ...get the active TWinControl under the mouse cursor?
1035 - ...select a parent component at design time when it's not visible ?
1036 - ...use Delphi checking type facility for your own types?
1037 - ...use a Record to store information from various class properties?
1038 - ...Copy Files to the Windows clipboard?
1039 - ...determine the minimum margins for a printer?
1042 - ...detect if the system time has been changed?
1043 - ..retrieve the path of the selected file in a TShellListView?
1045 - ...switch the keyboard layout for the application?
1046 - ...replace text in a text file?
1047 - ..retrieve version information for a specified file?
1048 - ...find a component by it's name ?
1049 - ...load Rft Text from a resource file into a TRichEdit?
1051 - ...scroll a TScrollBox with the Up/Down arrows?
1052 - ...show proportional thumbs in a TScrollbar/TStringGrid?
1053 - ...set a file's compression state ?
1054 - ...refresh the icon cache?
1055 - ...enable the Return key in a TWebbrowser?
1057 - ...open local files in a TWebbrowser and start links directly?
1059 - ...catch kernel-signals in Kylix?
1060 - ...use RCDATA resources in Kylix?
1061 - ...clone a process in Linux?
1063 - ...make a TForm smaller than 112 Pixels?
1066 - ...flush the mouse/keyboard buffer?
1068 - ...use WM_MOUSEENTER and WM_MOUSELEAVE in a component?
1069 - ...disable a form movement?
1070 - ...print/preview MS Access reports?
1071 - ...get names of enumerated values?
1072 - ...send a file from a TServerSocket to a TClientSocket?
1073 - ...determine whether a window is 'topmost' ?
1074 - Automatic DBGrid Alignment
1075 - ...split/merge files?
1076 - ...convert numbers from one base to another?
1078 - ...perform a binary seach on a TListview?
1079 - ...add a double-click event to the header of a Listview?
1084 - ...list all properties, events of a component?
1085 - ...show the source code of a webpage in a Memo?
1086 - ...program a peak level meter?
1087 - ...send a message to ICQ?
1089 -
1094 - ...add the current page of a TWebbrowser to your favorites?
1095 - ...connect to an ftp server and download a file?
1096 - ...load HTML code directly into a TWebbrowser?
1097 - ...implement the 'Choice Pattern' ?
1098 - ...show the windows recycle bin?
1099 - ...show a second form with a active title bar?
1100 - ...change a TButton's Color ?
1101 - ...trap Windows Messages in a Component?
1103 - ...sort a TListView using the CustomSort method?
1104 - ...enumerate all TForms of a Project?
1105 - ...print only the selected Text of TRichedit?
1107 - ...Draw the Mandelbrot Fractal?
1108 - ...get the associated icon of a file shortcut (2)?
1109 - ...receive session switch notifications (XP)?
1110 - save memory with duplicate strings
1112 - ...get/save the HTML Code from a TWebbrowser?
1113 - ...change the font color of the focussed cell in a Grid?
1115 - ...Add a button to the Internet Explorer Toolbar?
1116 -
1117 - ...prevent your application from raising a AV with TListView under
XP?
1118 - ...use Visual Styles from XP in the own application?
1122 -
1124 - ...obtain a handle to the current Cursor?
1125 - ...list all Subdirectories of a Directory?
1126 - ...get the Windows Version? (2)
1127 - ...play a MIDI file without using TMediaPlayer?
1128 - ...validate a float number?
1129 - ...color text in a TRichEdit?
1130 - ...change the default project directory in Delphi?
1131 - ...get the ODBC datasource names?
1132 - ...use the IP Address Control in a Form ?
1133 - ...display the exported Dll functions?
1134 - ...extract the filename of an URL?
1135 - ...display the 'Choose Computer' dialog?
1138 -
1139 - ...use steganography ?
1140 - ...resolve environment variables?
1141 - ...determine, if a Edit field has password characters?
1142 - ...determine the user's logon domain?
1143 - ...highlight HTML-Tags in TRichEdit?
1144 - ...store more than 64 KB in a TRichEdit?
1145 - ...select a TreeView node with the right mouse button?
1147 - ...insert a Smiley image into a TRxRichEdit?
1148 - ...assign an event handler to all components?
1149 - ...crack a URL into its component parts?
1150 - ...delete the 'Temporary Internet Files'?
1153 - ...get the windows file type?
1154 - ...get the grayscale from a RGB color?
1155 - ...convert a partition/file size to a String?
1156 - ...detect the default smtp mailserver?
1157 - ...create a registry entry in the autorun key?
1158 - ...implement Forward/Back/Cancel buttons in TWebbrowser?
1159 - ...reduce the application EXE size?
1162 -
1163 - ...format Seconds as (hh:mm:ss)?
1164 - ...Show Balloon Tips for the Tray Icon?
1165 - ...to fade in/out a TImage ?
1166 -
1168 - ...format a MessageDlg?
1169 -
1171 - ...change the Borderstyle/ BorderColor of a TWebbrowser?
1172 - ...create a GUID at runtime?
1174 - ...Copy, Delete, Cut in the TWebbrowser?
1175 - ...Show the Properties Dialog in the TWebbrowser?
1176 - ...enumerate registry keys?
1177 - ...use the AdjustTokenPrivileges function to enable a privilege?
1179 - How to personalize the System Menu
1180 - ...extract a frame from a AVI file?
1181 - ...show the 'run' Dialog?
1182 - ...show shaded hints (XP)?
1183 - ...check, if a file is on a local drive?
1184 - ...regenerate all out-of-date indexes on a given table?
1185 - ...hide the scrollbars of TWebBrowser?
1186 - ...scroll TWebBrowser with own buttons?
1187 - ...check if the copy command is active in a TWebBrowser?
1188 - ...Replace images in a TWebBrowser?
1189 - ...find and highlight text in TWebBrowser?
1190 -
1191 -
1192 - ...Simple way to get a file's size
1194 - ...get the lighter or darker color of a TColor variable?
1195 - ...parse a string?
1196 -
1198 - ...automatically dial/hangup the default Internet connection?
1199 - ...rotate a DIB image?
1200 - ...show the 'Choose Domain' dialog?
1201 - ...list the user privileges (NT)?
1202 - ...remove a Dll from memory?
1203 - ...detect whether the CPU supports MMX?
1204 - ...set the volume for the microphone/ mute it?
1205 - ...switch a console application to full screen?
1206 -
1207 - ...hide the Minimize/Maximize buttons of a form?
1208 - ...show password characters in a InputBox?
1209 - ...save a Excel file as Text file?
1210 -
1211 -
1212 - ...deactivate the (Windows) keys with a systemwide Hook?
1213 - ...get the first/last visible line of a TRichEdit?
1214 -
1215 - ...return information about the current system?
1216 - ..determine if the window is a Unicode window?
1217 - C Types to Delphi Types
1218 - ...find all classes registered by a form class?
1219 - ...Removing the todays date display from a TDateTimePicker?
1220 - ...make some Days bold in the TMonthCalendar?
1221 -
1222 -
1223 - ...use Base64 encoding and decoding?
1224 - ...saving several controls to one single file?
1225 - ..,show my own help dialog when user clicks the biHelp border icon?
1226 - ...tile a non-MDIframe window with a backgrund bitmap?
1227 - ...set a date of a TDateTimePicker to blank?
1228 - ...get a list of a printer's capabilities?
1229 - ...hide properties in the IDE?
1230 - ...show in-place Tooltips in a TListBox?
1231 - ...check or uncheck a Checkbox in another window?
1232 - timing a windows NT/2000 shutdown
1233 -
1234 - ...Create a DBExpress-Connection at Runtime?
1235 - ...Set/Get Accessibility Time-out Periods?
1236 - ...draw a bounding box with the mouse?
1237 - ...retrieve information about the current keyboard?
1238 - ...draw a highlight box around the control under the mouse?
1239 - ...retrieve the handle to the Windows Shell window?
1240 - ...get the handle to the window that ownes the taskbar buttons (NT)?
1241 - ...change the Button Captions in MessageDlg?
1242 - ...transfer strings, images (streams) between processes?
1243 - ...Encrypt/ Decrypt a String?
1244 - ...extract numbers from a string?
1245 -
1246 - ...use MAPI to send an EMail with Attachements?
1247 - ...show a miniature view of a Webpage in TWebbrowser?
1248 - ...tell if a folder is shared?
1249 - Minimize all visible windows when your program starts
1250 - ...check if a page in TWebbrowser is secure (SSL)?
1251 - ...check if a page in TWebbrowser is on a local drive?
1252 -
1253 -
1254 - ...set/get the background color of a page in TWebbrowser?
1255 - ...change the scrollbar colors of TWebBrowser?
1257 - ...obtain the text of a specified window's title bar?
1258 - ...change the default cell selection color in a TStringGrid?
1259 - ...link a TFilterComboBox with a TShellListView?
1260 - ...save a font to the registry/a stream?
1261 -
1262 - ...Calculate Easter Day for a specified year?
1263 -
1264 - ...capture a column resize event in a TListView?
1265 - ...determine if my program/Service is running under the System
account?
1266 - ...save many streams in a (compressed, encrypted) file?
1267 -
1268 - ...encrypt a image?
1269 -
1270 - ...use a Syntax Highlighter?
1271 - ...save a file to a TBlobStream and read it back?
1272 -
1275 - ...check if a service is running?
1276 - ...implement AfterShow, AfterCreate events?
1277 - ...get infos about aliases?
1278 - ...calculate the german holidays?
1279 - Convert TColor into HTML Color
1280 - ...automatically insert a GUID into the code editor?
1281 - ...register or unregister a OCX/ActiveX?
1282 - How to determine if a given number is Prime?
1283 - MySQL using Standard Delphi Versions The Easy way
1284 -
> Napisałem cośik co może się kilku z Was przydać.
> Ściąga na dysk wszystkie Tipsy z Torrego (*.htm),
> ok. 3...10 minut, które można sobie póżniej spokojnie
> przeglądać i czytać - jest ich około 1300
To ja sobie ponarzekam, tak dla zasady.
Nie mogłeś tego spakować i puścić na grupę bsc.public.bin?
Zdrówko
Jarek Zgoda
--
Wysłano z serwisu Usenet w portalu Gazeta.pl -> http://www.gazeta.pl/usenet/
A gdzie jest taka procedurka, w którym unicie ? Mam Delphi 6 Enterprise i
napisało, że nie wie co to takiego.
Pear
> Napisałem cośik co może się kilku z Was przydać.
> Ściąga na dysk wszystkie Tipsy z Torrego (*.htm),
> ok. 3...10 minut, które można sobie póżniej spokojnie
> przeglądać i czytać - jest ich około 1300
>
> pozdrawiam i życzę przyjemnego czytania - Marcin
> apo...@poczta.onet.pl
Panie Marcinie, to milo, ze Pan podal ten pomysl, ale czy trzeba bylo
wrzucac 44 kb na grupe?
Pozdrawiam,
Piotr Hosowicz
--
Z ksiazki skargi zazalen (1983) : "Zamiast 3 kg cukru ekspedientka sprzedala
mi 3 kg mrowek faraona (podpis nieczytelny)". Dopisek kierowniczki: Klient
byl w stanie nietrzewym.
> > URLDownloadToFile(nil,Pchar
> ('http://www.swissdelphicenter.ch/torry/printcode
> A gdzie jest taka procedurka, w którym unicie ? Mam Delphi 6 Enterprise i
> napisało, że nie wie co to takiego.
UrlMon
Szuka się tego tak - trzeba ustawić kursor na kwestionowanej nazwie i -
uwaga! - nacisnąć guzik F1. W okienku pomocy jest napisane, w jakiże to
unicie się znajdurze rzeczona procedura / funkcja.
Jak szukać to wiem, ale akurat tej procedurki F1 jakoś nie znalazło. Może
przy okazji dlaczego tak się stało skoro mam zainstalowanego pełnego helpa
jak również moduł UrlMon ?
W każdym bądź razie dzięki.
Pear
I nigdy więcej takich wygłupów bo, i tak nic nie zrobię z takimi jak TY
Nie !? A czy to, aż tak ważne? Przecież pisze, że dłuuuuuuuuggggiiie.
pozdrawiam - marcin
.....trochę mniej (gdzieś ok. 941 :-)
mały soft do zassania w/w tips'ów:
http://republika.pl/cichy_priv/files/torry_tips.zip
Pozdrawiam
Vojtas
Dzizus krajs... To MrLodek jest Moderatorem? Jeszcze powiedz ze PCLD... I
nie poinformowano mnie o tym??? Precz z cenzura ;))))
pozdrawiam
Przemek O.
> Użytkownik "koval'S" <kov...@cz.onet.pl> napisał w wiadomości
>> Co z tego że długie jest napisane, ale gościu jak zsynchronizować
>> sobie wszystko, gdy to coś tak obciąża serwer i wku... oko Wielkiego
>> Brata (czytaj Lodka - popieram Moderatora).
>
> Dzizus krajs... To MrLodek jest Moderatorem? Jeszcze powiedz ze
> PCLD... I nie poinformowano mnie o tym??? Precz z cenzura ;))))
Heh, no wlasnie od czasu do czasu sa takie zabawne nieporozumienia.
Panie Kovalsie, ta grupa nie jest w ogole moderowana.
Pozdrawiam,
Piotr Hosowicz
--
Marek Jóźwik (TVP): "Trzeba wybrać: uroda albo sztanga.
Pintusiewicz wybrała tę drugą ewentualność"
Niżej podaję skrypcik w perlu który zrobi adekwany spis treści z linkami do
tipsów.
pozdrawiam...
Andrzej Wąsik
$stop = 0;
undef $/;
print << 'END_OF_LIST';
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=iso-8859-2">
<TITLE>Tipsy Torry'ego.</TITLE>
</HEAD>
<BODY>
<body bgcolor="#FFFFFF" text="000080">
<font face="Arial">
<ul>
END_OF_LIST
for($a = 1; $a <= 1300; $a++) {
open(IN, "< c:\\tips\\$a.htm");
$_ = <IN>;
if(/<title>(.+?)<\/title>/s) {
print "<li><a href=\"$a.htm\">[$a] $1</A>\n";
};
close(IN);
}
print << 'END_OF_LIST';
</ul>
<h6><B>Perl</B> Wasik Andrzej</h6>
</body>
</html>
END_OF_LIST