System with Notepad-practical method of skill encyclopedia

Source: Internet
Author: User
Tags file size blank page

Simple use Notepad to remove the Thunderbolt 5 advertising method

Free to do nothing, the next 5 Green Lite version, found that the ads are still, so where to find ads,

Using the resource analysis software to find that the main program does not seem to be found in the installation directory, and finally,

See a file some suspicious, open a look, sure enough ~! haha! Go to the ad!

Use Notepad to open the Gui.cfg in the 5 directory, the following "externalurl=" behind you just

A blank page on it, you can also design a 774*60 banner,

Path to fill in the local path is OK. Haha! is not very simple, everybody try Ah ~ Notepad can!

The way to strip the banner:

Modify the Gui.cfg file under the installation directory:

[AppSettings]

Backwnd=thunder_backwnd

Exename=thundershell.exe

Autorunname=thunder

Isminiver=0

[URL]

Externalurl=d:program filesthunderadbanner.htm

(This is modified to the banner.htm in the ad directory under the installation path, so that it is not whiteboard and remove ads)

Innerurl=adbanner.htm

Newtaskurl=http://biz4.sandai.net/ad/thunder5/newtask/index0.htm

Searchurl=http://biz4.sandai.net/ad/thunder5/search/index0.htm

navigatetimes=10

timespan=10

Thunderbbs=http://bbs.xunlei.com

Newtaskurl This is the top-most ad for a new task. It doesn't matter whether you go or not.

Searchurl is an integrated search engine.

Latest 4.7.1.48 DIY Modification Method!

1. Open the installation directory of Thunderbolt 4.7.1.48, delete the following files and directories:

Soft.sds TDU te.exe TDInstallTool.exe IssueTool.exe Xunlei_yisou.exe

Mediaissue Directory ad directory In addition to Banner.gif and banner.htm

(Of course, you can delete all, or replace it with your favorite pattern, the special edition is SO)

2. Open Thunder.ini File

Adurlon=qufodhrwoi8vagfoys54dw5szwkuy29tl2h0bwwvbw92awuvbw92awvfaw5kzxguahrtwlo

Adurloff=quejqvbqrelsi0fexg1haw4uahrtwlo

Adurlretrycount=-1

adurlurlinterval=600

Newtaskadurlon=qufodhrwoi8vyml6nc5zyw5kywkubmv0l2fkl3rodw5kzxjmb3vyl2fklmh0bvpa

Newtaskadurloff=quejqvbqrelsi0fexg5ld3rhc2suahrtwlo

partnerid=fx01

Partnerurlon=qufodhrwoi8vagfoys54dw5szwkuy29tl290agvyl3bhcnruzxivaw5kzxgwlmh0bvpa

Partnerurloff=quejqvbqrelsi0fexgdpz2fnzxrfd2fpdc5odg1awg

Partnerurlretrycount=-1

partnerurlinterval=600

Banneradurlon=qufodhrwoi8vyml6nc5zyw5kywkubmv0l2fkl3rodw5kzxjmb3vyl2jhbm5lci5odg1awg

Banneradurloff=quejqvbqrelsi0fexgjhbm5lci5odg1awg

Gigageturlon=qufodhrwoi8vyml6nc5zyw5kywkubmv0l2fkl3nlyxjjac9pbmrlec5odg1awg

Gigageturloff=quejqvbqrelsi0fexgdpz2fnzxquahrtwlo

Change the ***on statement to the same as the ***off, or remove all of the above content.

[Config_connect]

Maxtasknum=5

Change the maximum task, change 5 to the number you like

[Thread]

Max=35

Per_origin_server=5

Per_other_server=5

Per_peer=1

Change the number of threads to see how you would change it. And don't be superstitious about green,

This software is not completely green, as long as you use the right button to download, you must write to the registry.

So you can change it on your own, but also good use, but also a sense of superiority.

Windows with gadgets all about (i)

Note

Gadgets included in Windows we all use it almost every day,

However, there is no systematic introduction to these small tools which are indispensable to us.

That's why I have the idea of a system introduction to these gadgets that came with Windows.

In this series of articles, I will follow: Text processing, multimedia processing,

The system tools are introduced in such an order.

Today we're going to be introducing "notepad."

, maybe people will say, "No,

You want to introduce things like Notepad? Probably because there are too many tools for text editing,

Makes everyone forget that Windows also has a "notepad" such a small software exists,

Or because the "notepad" function is too simple, so we can't afford to use it interest.

Fig. 1 Screenshot of Notepad main interface

Filtered ads "Notepad" function although even "WordPad" are not compared to,

But it still has its own unique stunt. Now let's take a look at the Notepad.

Compared to Microsoft Word, "notepad" function is really too thin, only: new,

Save, print, find, and replace these features. But "notepad"

Has the advantage that Word cannot have:

Fast speed, small file. I believe that we must be deeply touched by this point, open up a bit;

The same text file is saved in Word and saved in Notepad, and the file size is very different.

So it is best to use Notepad for the preservation of plain text with size below 64KB.

Another irreplaceable feature of Notepad is that you can save unformatted files.

You can save the document edited by Notepad as: ". html", ". Java", ". asp"

And so on in any format. This allows Notepad to find a new purpose:

As the editor for the program language.

Open any introductory textbook that introduces a programming language,

Students are advised to write the source program in Notepad.

Finally to introduce a notepad used an old trick the end of this article,

At the beginning of the Notepad file, enter: ". LOG "After each time you open this file will be in the automatic

Record the time below this opening.

Figure 2 Add. Log effect follow me to learn to do Notepad-programming instance

Using VB to do a notepad is not very complicated, we can completely through the guide to do it easily.

But this article only intends to discuss the manual method of making Notepad, designed to show VB Beginners:

Learning VB is so easy!

By reading and studying this article and trying it as described in this article, beginners will learn a lot of things,

How to use the RichText control to open and save files, how to make menus,

Toolbars and status bars and how to write code for them.

Chapter One lets our Notepad run right away.

To be anxious is the common wish of beginners. OK, please follow the three steps below,

Our wish can be realized immediately!

Step one: Draw the interface.

Create a new Standard EXE project, change its Caption property to "Super Notepad",

Click the Icon property to find a suitable icon for it. Click the menu "Engineering"-"parts",

In the Widget dialog box that pops up, find Microsoft

RichText Box 6.0 and Common dialog box Microsoft Common Dialog 6.0 and select them,

Click the OK button. The toolbar on the left shows the two controls we just added.

Draw RichText on a form

Box and Commn Dialog, where the size and position of RichText box are ignored,

We'll deal with it in code, of course, it's necessary to set its ScrollBar property to 2-rtfvertical,

This makes the vertical scroll bar available when you open and edit a file.

Step Two: Edit the menu.

Press Ctrl+e to pull up the menu editor, and we'll do the following:

A. File menu:

Document (first floor) mnufile

New (second floor) mnunew

Open (second layer) Mnuopen

Save (second layer) Mnusave

-(second layer) MNUFILESEP (divider line)

Exit (second level) Mnuexit

Two. Edit menu:

Edit (first floor) Mnuedit

Copy (second layer) mnucopy

Cut (second layer) Mnucut

Paste (second floor) mnupaste

-(second layer) MNUEDITSEP (divider line)

Select All (Second level) Mnuselecall

Three. Search Menu:

Search (first floor) Mnusearch

Find (Second level) Mnufind

Find Next (second level) Mnufindon

Related Article

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.