vb.net的web页面的textbox的leave,enter事件怎么处理

zhangsc_2003 2008-02-10 05:25:39
好像在jave脚本里写啊
但不会
谁有代码阿
...全文
75 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhangsc_2003 2008-02-10
  • 打赏
  • 举报
回复
不是leave,enter事件,就是getfocus和lostfocus事件,类是这种功能。
1,Interpolation.zip
A small application for interpolation of (x,y) data such that datapoints are spaced by an interval choosen by the user. Also demonstrates the use of MS Rich TextBox 6.0 control and basic I/O of text (data) files. A detailed Word 6.0 "ReadMe" file is included.
2,calc2.zip
A very Simple Calculator, i made this to learn VB. Nothing special, though worth giving a look.
3,ComplexNumber.zip
Complex Number Calculator. Performs add, sub, mut, div, exp, roots and rect/polar conversion.
4,Ephemerix.zip
A beta version of a high precision astronomical almanac that computes solar and planetary positions to within an arc second or better over several thousands of years.
5,Gaussian.exe
Program that solves n simultaneous Equations Using the Gaussian Elimination Algorithm.
Just Input Augmented Matrix and the solution is Displayed.
6,Supercal.zip
A scientific calculator that also has a memo feature that you can set to pop up at a certain time and 2 memory banks.
7,calip.zip
A calculator application that allows the user to enter two numbers and them select the operator (^,*,+,-,/,\,mod)
8,Generator.zip
This is a Fibonacci Sequence Generator. I am 15 and this took some thinking. The code is obviously not refined. It does the job.
9,HDB.zip
64 bit Hex/Dec/Bin Converter using Assembler by Robert Rayment
10,Convertor1.zip
This is a simple Length Conversion program.
11,Recursion.zip
A VB application which demonstrates Recursion.
12,StacksQs.zip
The Stack and Queue data structures are presented in this VB application.
13,MortgageLoanApp.zip
Mortgage Calculator. Visual Basic application that allows the user to enter amount of the loan, interest rate, and term.
14,Blowfish2VB.zip
Blowfish VB - Do you use VB5/6? Are you a Crypto Guru? Then you need this little gem. This version includes the Pi table built in! Easier to implement.
15,Scientific.zip
A cool Scientific Calculator. I think I will upgrade next month. It needs some improvements so if you can help me, just mail me.
16,Matrix.zip
This is a MATRIX Project. You can Add, Sub, Multiplicate, Invert and so on. Would be nice recieving an email.
17,Blowfish2.zip
Blowfish VB - Do you use VB5/6? Are you a Crypto Guru? Then you need this little gem! ERROR FIXED, TEST VECTORS MATCH!
18,SpcBackup1.zip
A Statistical Process Control X-Bar and R Charting program. Start by setting high/low limits, then press initiate to start the program.
19,calc.zip
A simple calculator program.
20,vbconvert.zip
This program converts measure units that are commonly used in Europe and U.S.A. There are six categories which the application calculates: Temperature, Length, Area, Weight, Volume and Pressure. It also contains standard MS calculator since it can be useful in these math operations.
21,frmmain.zip
This will calculate your midterm and final grade average.
22,taxes.zip
This program computes weekly payroll, current earnings, year to date earnings FICA tax, federal Income Tax Withheld, and check Amount.
23,menucalc.zip
Menu Calculator.
24,Calculator.zip
A Simple calculator program.. It has not been tested a lot, but it works fine. I'll just leave you test it..
25,dice_vb6.zip
Same as dice_vb5 except that it has been upgraded to VB6 and includes optimization techniques.
26,dice_vb5.zip
Great little dice rolling routine.
6 , chunks.zip<br>This will open a file and read it in "Chunks" of a selected file.<END><br>7 , logging.zip<br>This is a bas that will log installation procedures so the file can be removed later.<END><br>8 , savetree.zip<br>This will save the info in a Tree View. "This technique allows a program to save hierarchical information like the data in a TreeView in a way that is easy to understand."<END><br>11 , OLE.zip<br>Demonstrates the use of OLE.<END><br>12 , gradtxt2.zip<br>"A program for drawing horizontal, rectangular or spherical gradient texts."<END><br>13 , sweepgl.zip<br>This example greatly demonstrates how to use OpenGL in Visual Basic.<END><br>15 , drawdemo.zip<br>This is an excellent example of how to make a paint program with a few extras.<END><br>16 , cube.zip<br>This example demonstrates how to rotate a cube in visual basic.<END><br>17 , sprite1.zip<br>This is an Excellent example on how to use sprites in your program.<END><br>18 , charcreate.zip<br>This is an example of how to assign "characters" to differant pictureboxes. This would be a good starting point for VB game developers.<END><br>19 , breakthrough.zip<br>This demonstrates a simple game in Visual Basic. An excellent example.<END><br>26 , openlib.zip<br>These are the type libs that go with OpenGL. This is used to make 3D text.<END><br>27 , basMath.zip<br>This module contains functions for various math equations. <END><br>28 , calc.zip<br>This is a basic calculator written in Visual Basic.<END><br>29 , stopwatch.zip<br>This shows how to count off time in a Stop Watch format.<END><br>31 , taskhide.zip<br>This will hide your application from the taskbar, Alt+Tab, and Alt+Ctrl+Del.<END><br>32 , newbie.zip<br>This is a nicely done help file for programmers that are new to Visual Basic.<END><br>33 , vbfaq.zip<br>This is AOL's PC Dev Visual Basic FAQ. This is an excellent starting point for begginners.<END><br>34 , Bas.zip<br>it is very good modual for activex<END><br>35, paraviasource.zip<br>This is
1 , vb5dialog.zipThis demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.2 , cpnl.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu).3 , vbo_progbar.zipImplement a common control progress bar with added features that are not accessable using COMCTL32.OCX! 4 , vbo_infolabel.zipThis control adds a great user-friendly interface with and icon and "Hover" ability. Based on a control seen in ICQ. 5 , vbo_checkcombo.zipAdd a checkbox to a combo box and use it to enabled/disable the combo! or whatever you would like to do with it! 6 , vbo_controlframe.zipCreate your own system button such as a Maximize, Minimize, Close, and many others with ease! 7 , vbo_ctextbox.zipThis class makes using the Textbox or Edit class API simple. Easily set properties and access many features not available directly from VB. 8 , taskbar.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu).9 , NT_Service.zipThis is an OCX that allows you to create an NT service application...add the control to your project and register it as a service!!10 , Scroller.zipThis is a Control Container, it's like a frame control but it lets you scroll the content up and down...11 , TrayArea.zipThis control lets you add your icon to the System Tray Area and handle some events such as MouseMove, MouseDown, MouseUp and DblClick.12 , Resizer.zipThis is a very useful control: It's a container control, you can insert two controls inside and then you'll have a vertical (or horizontal) resizer bar (like the Windows File Explorer). A resizer can contain another resizer... an so on. (you can divide you form in as many sizable sections as you want...).13 , Label3D.zipTh
au3反编译源码 myAut2Exe - The Open Source AutoIT Script Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is for studying the 'Compiled' AutoIt3 format. AutoHotKey was developed from AutoIT and so scripts are nearly the same. Drag the compiled *.exe or *.a3x into the AutoIT Script Decompiler textbox. To copy text or to enlarge the log window double click on it. Supported Obfuscators: 'Jos van der Zande AutoIt3 Source Obfuscator v1.0.14 [June 16, 2007]' , 'Jos van der Zande AutoIt3 Source Obfuscator v1.0.15 [July 1, 2007]' , 'Jos van der Zande AutoIt3 Source Obfuscator v1.0.20 [Sept 8, 2007]' , 'Jos van der Zande AutoIt3 Source Obfuscator v1.0.22 [Oct 18, 2007]' , 'Jos van der Zande AutoIt3 Source Obfuscator v1.0.24 [Feb 15, 2008]' , 'EncodeIt 2.0' and 'Chr() string encode' Tested with: AutoIT : v3. 3. 0.0 and AutoIT : v2.64. 0.0 and AutoHotKey: v1.0.48.5 The options: =========== 'Force Old Script Type' Grey means auto detect and is the best in most cases. However if auto detection fails or is fooled through modification try to enable/disable this setting 'Don't delete temp files (compressed script)' this will keep *.pak files you may try to unpack manually with'LZSS.exe' as well as *.tok DeTokeniser files, tidy backups and *.tbl (<-Used in van Zande obfucation). If enable it will keep AHK-Scripts as they are and doesn't remove the linebreaks at the beginning Default:OFF 'Verbose LogOutput' When checked you get verbose information when decompiling(DeTokenise) new 3.2.6+ compiled Exe Default:OFF 'Restore Includes' will separated/restore includes. requires ';

16,718

社区成员

发帖
与我相关
我的任务
社区描述
VB技术相关讨论,主要为经典vb,即VB6.0
社区管理员
  • VB.NET
  • 水哥阿乐
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧