Coderush, an IDE enhancement control of Delphi

Coderush: this year, coderush is the fifth time that readers of Delphi informant have selected the top three-party plug-ins. The following describes the general usage of this plug-in. (I am too lazy and have a limited level. If this is not correct,

Processing Google URL encoding and decoding in Delphi

From the perspective of Delphi, Google URL encoding and decoding methodsI searched the internet and there seems to be no detailed information about Google's URL encoding and decoding. Therefore, I would like to write it here to help some useful

Release the "click my network" hook-up Applet

When I got off work, I spent my spare time writing "click my network" and got down. ProgramPut it on. According to the requirements of netizens, the program running process of "click my network" is analyzed and developed using the mshtml component.

Objective rev function in Delphi (reverse text search)

when writing an HTML explanation, you need to extract the path of the URL from a complete URL, for example, http://www.515800.cn/blog/index.asp needs to extract http://www.515800.cn/blog/ , this can be easily implemented by using the rev

Response Message through TApplicationEvents

Source code:------------------------------------------------------------------------ Unit Unit1; Interface UsesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, appevets; TypeTForm1 = class (TForm)Memo1:

ListView control demo

Using system;Using system. drawing;Using system. collections;Using system. componentmodel;Using system. Windows. forms;Using system. Data; Namespace list{/// /// Summary of form1./// Public class form1: system. Windows. Forms. Form{P rivate system.

Reading good books online, my collection

1 .. NET distributed programming-C # Content: distributed programming and. the two themes of the NET platform both require a lot of pen and ink to be clearly described, but in this book, the author chooses its best, this article briefly introduces

Post-Release issues when mshtml is used in the net 2.0 Program

Recently, the MSHTML component was used to control various elements in the web page in the C # WinForm program and test everything on your computer. However, when the client is released, some of these functions are always unavailable (the most

Use netsh to quickly switch IP addresses

Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Detailed description of netsh commands Netsh is a command line and script utility for Windows 2000 network components on a local or remote computer. To

Codesmith outputs the rendertofile of the subtemplate to the specified file

CodeSmith is a good. Net development auxiliary tool that can greatly improve work efficiency. Recently, I used it for a project, where multiple files must be automatically saved. I checked it online. All I can find is implemented by inheriting

Many source codes are exactly what I want

The following is taken from example: My decompiler code (for download)Purpose:I like open source and share my experiences and code with others!However, there are a lot of dll in the garden. exe only allows you to use it without providing the

Image processing: mask

Http://www.tomore.com/4/3764.html To draw a transparent bitmap, you can use a mask. The so-called mask is a black and white bitmap. It corresponds to the bitmap to be transparent. The mask describes the parts to be transparent in the bitmap, and

URL encoding for generating UTF-8 using VB

Function gbtoutf8 (szinput)Dim wch, uch, szretDim XDim NASC, nasc2, nasc3 'Exit the function if the input parameter is null.If szinput = "" thenGbtoutf8 = szinputExit FunctionEnd if 'Start ConversionFor x = 1 to Len (szinput)Wch = mid (szinput, X,

Tstrings class introduction and Examples

The Tstrings class is frequently used in the process of DELPHI program development. The following describes a brief introduction and an example of this class in the development environment of DELPHI5 (note: this article only introduces methods and

Containers in Delphi (1)

A new contnrs unit has been added to VCL since Delphi 5, and eight new classes have been defined in the unit, all of which are based on Standard . Tlist class The tlist class is actually a container class that can store pointers and

Movable Point Control

Delphi's IDE is a wonderful software. It contains a lot of valuable software knowledge. There is a Form Designer in IDE, where controls can be moved and adjusted at will. If you can implement a Form Designer similar to this, it is really wonderful.

Use createthread to pass custom Parameters

1. Declare a Record class Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Type MyData = record Title: pchar; Str: string; Num: Integer; End; PMyData = ^ MyData; 2. Write thread functions like

Enable WebBrowser embedded in delphi to have no borders and no scroll bars

Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->{WB_Set3DBorderStyle} Procedure WB_Set3DBorderStyle (Sender: TWebBrowser; bValue: Boolean );VarDocument: IHTMLDocument2;Element:

Modification of game memory using DELPHI

To modify the specified address data of a specified program, we need to use two api functions: ReadProcessMemory and WriteProcessMemory. Download is the definition of the function: Code highlighting produced by Actipro CodeHighlighter

Some special topics about Functions

1. function Overloading is also called the function polymorphism (polymorphism). By changing the function type, you can use the same name for two or more functions and then match them with parameters, you can use the correct method to select the

Total Pages: 64722 1 .... 27871 27872 27873 27874 27875 .... 64722 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.