Welcome![Sign In][Sign Up]
Location:
Search - Form1

Search list

[Game Server Simulatormissilecommand

Description: I have just written this to acompany the asteroids example program. Its a simple PURE VB APP, no api or directx etc. Simply shoot the moving baddies, they stop at random intervals at this time they cannot be shot. So its a bit more strategic than the usual missile command. It has still got a few bugs in it so if you feel like fixing it. Go right ahead. You can use any bits of this code in your program as you wish. NOTE: we have to drawover the lines with black lines (as you will see in this code) because if we just use FORM1.REFRESH the screen flickers to violently and we cant see any of the baddies. -I have just written this to acompany the asteroids example program. Its a simple PURE VB APP, no api or directx etc. Simply shoot the moving baddies, they stop at random intervals at this time they cannot be shot. So its a bit more strategic than the usual missile command. It has still got a few bugs in it so if you feel like fixing it. Go right ahead. You can use any bits of this code in your program as you wish. NOTE: we have to drawover the lines with black lines (as you will see in this code) because if we just use FORM1.REFRESH the screen flickers to violently and we cant see any of the baddies.
Platform: | Size: 5120 | Author: chen | Hits:

[Web Serverdos622

Description: Object Inspector窗口含有两页:Properties页显示窗体中当前被选择部件的属性信息,并允许改变对象的属性;Events页列出了当前部件可以响应的事件。按动Object Inspector下端的“Events”页标签,使得Events页可见,这一定的事件后边的空白处,可以定义对象接受到相应事件时执行的动作。首次启动时,Object Inspector窗口显示的是当前窗体Form1的属性。Object Inspector根据对象属性的多少,决定是否有滚行显示。移动滚行条,可以查看当前对象的全部属性-Object Inspector window containing 2 : Properties page shows the current forms were selected components attribute information, and be allowed to change object properties; Events page list of the current components can respond to the incident. Object Inspector activated the bottom of the "Events" page label, making Events page can be seen that this incident behind the blank space, can be defined accordingly client receives at the time of the incident action. First activated, the Object Inspector window shows the current attributes of the form Form1. Object Inspector according to the number of object properties, to determine whether any lines rolling. Mobile roller OK, can view all current object attributes
Platform: | Size: 758784 | Author: 小许 | Hits:

[Button control实现图片放大缩小旋转

Description: 在一些看图软件中,通常有对图像动态放大和缩小的功能。这是如何实现的呢?我们通过研究,在VB中实现了这种功能,具体方法如下。   进入VB,新建一工程,在窗体Form1上添加如下控件:一个图像框控件Image1,三个命令按钮Command1,Command2,Command3,其Caption性分别设置为“放大”、“缩小”、“打开”,再加入一个通用对话框控件CommonDialog1,用于选择要打开的文件。-in some flashcards software, the images are usually dynamic pan and zoom functions. This is how to achieve? Through research, in VB to achieve this function, specific methods are as follows. Enter VB, a new project, in the form Form1 add the following controls : an image frame controls Image1, three orders Command1 button, Command2. Command3, Caption, respectively set to "enlarge", "Go", "Open" the inclusion of a common dialog control CommonDialog1 for choice to open the document.
Platform: | Size: 1024 | Author: 金鹏 | Hits:

[ToolBar游客

Description: 试验DTMF软解码\DTMF Decoding with a PIC16xxx.doc 试验DTMF软解码\试验DTMF软解码 试验DTMF软解码\试验DTMF软解码\Form1.frm 试验DTMF软解码\试验DTMF软解码\frmAbout.frm 试验DTMF软解码\试验DTMF软解码\frmAbout.frx 试验DTMF软解码\试验DTMF软解码\MSSCCPRJ.SCC 试验DTMF软解码\试验DTMF软解码\工程1.exe 试验DTMF软解码\试验DTMF软解码\工程1.vbp-test DTMF decoder \ DTMF Decoding with a PIC16xxx. doc soft test DTMF decoder \ test DTMF decoder soft soft test DTMF decoder \ test DTMF Soft Solutions code \ Form1.frm soft test DTMF decoder \ test DTMF decoder soft \ frmAbout. frm soft test DTMF decoder \ test DTMF decoder soft \ frmAbout.frx DTM Test soft decoding F \ test DTMF decoder soft \ MSSCCPRJ.SCC soft test DTMF decoder \ test D TMF soft decoding \ pilot project 1.exe soft DTMF decoder \ test DTMF decoder soft \ works 1.vb p
Platform: | Size: 44032 | Author: sr | Hits:

[Internet-Networktiebaqunfa

Description: 由于这个工程放了很久,有一些控件 已经流失,所以无法找到控件 form1为主要窗口,用于发送消息 Command1为发送按键,但是无法显示 其标题,因为控件找不着... 源码全开了!!无一遗留!! 请好好珍惜!!给我上传上去顺便 给偶个VIP权利吧!!THANKS-because the project took a long time, some have lost control. it is impossible to find controls for the main window Form1, Command1 used to send messages to send button. but I can not show its title, because controls hard to find the source ... Full! ! no one left! ! please treasure! ! to my way to upload Dual 000 VIP right! ! THANKS! !
Platform: | Size: 23552 | Author: 特别 | Hits:

[Game Hook CrackVBDDP

Description: 对对碰外挂 包含文件: modMain.vb Form1.vb-right right touch external documents include : modMain.vb Form1.vb
Platform: | Size: 30720 | Author: 赵明 | Hits:

[Windows Developvbga

Description: 基于遗传算法的vb程序,包括GA.exe,Form1.frm,Form2.frm-based on genetic algorithm vb procedures, including GA.exe, Form1.frm, Form2.frm
Platform: | Size: 197632 | Author: yaoxingyu | Hits:

[source in ebookDBSCAN&Rtree

Description: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。DBSCAN.cs是全部算法的实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍。聚类示例数据来自于sxdb.mdb,一个Access数据库。-Form1.cs clustering algorithm is applied DBSCAN (Density-Based S patical Clustering of Application with Noise) example, the two parameters can EPS and MinPts regulation clustering. DBSCAN.cs algorithm is the realization of all documents, the clustering algorithm further information please refer to the "data mining" or books. Clustering sample data from sxdb.mdb, an Access database.
Platform: | Size: 26624 | Author: yang | Hits:

[Button controlVB111

Description: 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & ":" & kk.scanCode & ":" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-SetWindowsHookEx use of the procedure, shielding the keyboard keys (including the system keys). If you only wish to shield a button, please change the code below. Form1.Text1 wParam = = kk.vkCode Form1.Label1
Platform: | Size: 49152 | Author: 刘郑 | Hits:

[CSharp10334

Description: 作业调度实验 \App.ico ............\AssemblyInfo.cs ............\bin\Debug ............\bin ............\CodeFile1.cs ............\Form1.cs ............\Form1.resx ............\InputForm.cs ............\InputForm.resx ............\Main.cs ............\obj\Debug -scheduling experiment \ App.ico ............ \ Ass emblyInfo.cs ............ \ bin \ Debug ... ...... \ bin ............ \ CodeFile1.cs ..... ....... \ Form1.cs ............ \ Form1.resx. ........... \ InputForm.cs ............ \ Ion utForm.resx ............ \ Main.cs ......... ... \ obj \ Debug
Platform: | Size: 22528 | Author: lingbing | Hits:

[Program docxiao_qu_bao_biao

Description: program kehuji uses Forms, Unit1 in ..\zxc\Unit1.pas {Form1}, Unit2 in ..\zxc\Unit2.pas {Form2}, Unit3 in ..\zxc\Unit3.pas {Form3}, Unit4 in ..\zxc\Unit4.pas {Form4} // Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3}, // Unit4 in C:\Program Files\Borland\Delphi7\Projects\Unit4.pas {Form4} {$R *.res} begin Application.Initialize Application.CreateForm(TForm1, Form1) Application.CreateForm(TForm2, Form2) Application.CreateForm(TForm3, Form3) Application.CreateForm(TForm4, Form4) // Application.CreateForm(TForm3, Form3) // Application.CreateForm(TForm4, Form4) Application.Run end.-program kehuji uses Forms, Unit1 in .. \ zxc \ Form1 Unit1.pas (), Unit2 in .. \ zxc \ Form2 Unit2.pas (), Unit3 in .. \ zxc \ Form3 Unit3.pas (), Unit4 in .. \ zxc \ Form4 Unit4.pas ()// Unit3 in C : \ Program Files \ Borland \ Delphi7 \ Projects \ Form3 Unit3.pas (),// in C Unit4 : \ Program Files \ Borland \ Delphi7 \ Projects \ Unit4.pas Form4) (($ R*. res) begin Applicatio n.Initialize Application.CreateForm (TForm 1, Form1) Application.CreateForm (TForm2. Form2) Application.CreateForm (TForm3. Form3) Application.CreateForm (TForm4. Form4)// Application.CreateForm (TForm3. Form3)// Application.CreateForm (TForm4. Form4) Application.Run end.
Platform: | Size: 1078272 | Author: ss | Hits:

[Graph Drawingup2e_wordpad

Description: VB编写的写字板 \frmDocument.frm ..........\frmDocument.frx ..........\frmMain.frm ..........\frmMain.frx ..........\FRMMAIN.LOG ..........\KC2.RWP ..........\Module1.bas ..........\MSSCCPRJ.SCC ..........\MyWizard.vbw ..........\WORD.FRM ..........\WORD.FRX ..........\查找替换.frm ..........\查找替换.frx ..........\工程1.vbp ..........\工程1.vbw ..........\课程设计报告.doc ..........\add.vbw ..........\Form2.frm ..........\Form2.frx ..........\Form1.frm ..........\VB课程设计实验报告.doc ..........\add.frm ..........\add.vbp -VB prepared by the tablet \ frmDocument.frm .......... \ f rmDocument.frx .......... \ frmMain.frm .... ...... \ frmMain.frx .......... \ FRMMAIN.LOG .......... \ KC2.RWP .......... \ Module1.bas .......... \ MSSCCPRJ.SCC .......... \ MyWiza rd.vbw .......... \ WORD.FRM .......... \ WORD . FRX .......... \ find replacement. frm .......... \ find replacement. f rx .......... \ works 1.vbp .......... \ works 1.vbw .. ........ \ curriculum design report. doc .......... \ add.vbw ... ....... \ Form2.frm .......... \ Form2.frx ... ....... \ Form1.frm .......... \ VB experimental curriculum design report. d oc .......... \ add.frm .......... \ add.vbp
Platform: | Size: 106496 | Author: sun | Hits:

[DirextXdx9vbu_progressive_mesh

Description: .x 檔案解檔秀圖 可增加3D平面,使物件表面更加平滑 \wolf.x \wolfmap.jpg \form1.vb \moduleX.vb \moduleX2.vb \assemblyInfo.vb- x 鈻
Platform: | Size: 425984 | Author: 李世民 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 26624 | Author: Huang Yi | Hits:

[Graph Drawing200651320141760-7087

Description: 做Java开发朋友一定知道Eclipse编辑器,这是它的VB实现. Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time \ If wParam = 256 Then Myfunc = 1: Exit Function \ endif wParam 的按键值可以在程序运行中测试中找到。-doing Java development friends will know that the Eclipse editor, This is the VB. Form1.Label1 = kk.vkCode
Platform: | Size: 342016 | Author: 广泛大 | Hits:

[ADO-ODBCForm1.Designer

Description: 用vb求解的一个数据库项目,可以帮助求解该类问题-used for a database that can help solve the problem
Platform: | Size: 1024 | Author: 柳絮 | Hits:

[Hook apiwindowshook

Description: 程序“刷刷刷”能够在键盘光标所在的文本输入框中自动输入文字(中文、英文、数字),程序使用C++ Builder 5开发。首先运行C++ Builder并新建工程。接着,将窗体Form1的边框样式(BorderStyle)改为对话框(bsDialog),并放置相应控件如图所示,其中SS_Text是一个用于输入文本的TComboBox控件,当然,你可以在设计阶段预先向控件中输入一些常用文本,以便程序运行后可以直接选用 txtTimes和txtDelay为TEdit控件,分别用于控制发送文本的次数和间隔时间;chkAutoWrap和chkAutoNumber为TCheckBox控件,决定是否在每一行发送文本后面自动回车或自动加记数编号 以上控件包含在Panel1(TPanel控件)中 Timer1用于控制循环发送和时间间隔。 -procedures "Shuas hua" at the keyboard cursor to where the automatic text input box to enter text (in Chinese, English, ), using procedures developed C Builder 5. First Builder and C run the new project. Then, Form Form1 to the rim style (BorderStyle) to the dialog (bsDialog ), and displayed as shown in the corresponding controls, SS_Text which is a text for the importation of TComboBox Controls, of course, You can pre-design stage to control the importation of some commonly used Chinese version procedures to be able to directly use txtTimes and txtDelay to TEdit control. were used to control the frequency of this text and spacing; chkAutoWrap and chkAutoNumber to TCheckBox Controls decide whether to send the text to one round behind automatic or automatic counting numbers inc
Platform: | Size: 2048 | Author: andson | Hits:

[ISAPI-IEIE4SinkDemo

Description: unit Cweb2 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, SHDocVw, StdCtrls, ActiveX type TForm1 = class(TForm) WebBrowser1: TWebBrowser procedure FormCreate(Sender: TObject) procedure WebBrowser1DocumentComplete(Sender: TObject const pDisp: IDispatch var URL: OleVariant) procedure DemoEventSink(Sender: TObject) private public { Public declarations } end var Form1: TForm1 implementation {$R *.dfm} uses MSHTML, IEDocHostUIHandler, IEConst, DHTMLEvent,comobj var FDocHostUIHandler: TDocHostUIHandler //为屏蔽右键菜单 Doc : IHTMLDocument2 Element : IHTMLElement EventSink: TDHTMLEvent procedure TForm1.FormCreate(Sender: TObject) begin FDocHostUIHandler := TDocHostUIHandler.Create //为屏蔽右键菜单 EventSink := TDHTMLEvent.Create WebBrowser1.Navigate(GetCurrentDir + \index.htm ) end procedure TForm1.DemoEventSink(Sender: TObject) Var S:String -unit Cweb2 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls. SHDocVw, StdCtrls. ActiveX type TForm1 = class (TForm) WebBrowser 1 : TWebBrowser procedure FormCreate (Sender : TObject) procedure WebBrowser1DocumentComp lete (Sender : TObject const pDisp : IDispatch var URL : OleVariant) procedure DemoEventSink (Sender : TObject) private public (Public declaration s) var end Form1 : TForm1 implementation ($ R*. dfm) uses MSHTML , IEDocHostUIHandler, IEConst, DHTMLEven t, comobj var FDocHostUIHandler : TDocHostUIHandler// right-click menu for shielding Doc : IHTMLDocument2 Element : IHTMLElement EventSink : TDHTMLEvent procedure TForm1.FormCreate ( Sender : TObject) begin FDocHostUIHandler : = TDocHostUIHandler.Create// right-clic
Platform: | Size: 19456 | Author: | Hits:

[Editormake_ssreader

Description: 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。-document outlining the composition of Example applications of each document. Example.vcproj This the application to use the wizard generated VC project's main project documents. It contains the document generation Visual C version. and the use of application guide choice of platform, configuration and information on the functions of the project. Example.cpp This is the main application source files. Forms for the show included the code. Form1.h Form category includes the realization and InitializeComponent () function. AssemblyInfo.cpp contains revised procedures for the collection of metadata from the definition of attributes.
Platform: | Size: 133120 | Author: 李楠 | Hits:

[GDI-Bitmappicture_jiema

Description: 这个源代码具体功能是如何获取图像解码器信息。分别用到 Example.vcproj,Example.cpp,Form1.h,AssemblyInfo.cpp,各自功能详见内部文件。-the source code is specific functional image decoders access information. Example.vcproj were used, Example.cpp, Form1.h. AssemblyInfo.cpp, as detailed in the respective functional internal documents.
Platform: | Size: 99328 | Author: 李楠 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 29 »

CodeBus www.codebus.net