Basic
01-09-2002, 06:02 PM
?
Does anybody want to help me tryout my program?Basic 01-09-2002, 06:02 PM ? Volte 01-09-2002, 06:09 PM Any more details than that? What does the program do? How big is it? What do you want us to test? Details, man! :p Squirm 01-09-2002, 06:13 PM Could you be any less specific in your request? :confused: Basic 01-09-2002, 06:15 PM ok, it is a pretty basic text eidotr (although it is better than Notepad:D), the winzip file is 67 kb's big. and fully installed it is about the same size. There is no resizing to it so far(im still working on how to make the text box expand with the program, there is a maximize button but if you click it you will be dissapointed(i am still working on the resize stuff:D). All i want you to test is if it would be a decent text editor to have around the desktop(get it? instead of having around the house?). And..... i will try to answer anything else you want to know. Volte 01-09-2002, 06:16 PM Sure, go ahead. Just attach it to a post. By the way,Private Sub Form_Resize() Text1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight End Sub:D Basic 01-09-2002, 06:16 PM oh and the insert Date and insert Time buttons will erase any text you already have in order to insert the text so u might want to add that before the text. Squirm 01-09-2002, 06:17 PM Source or EXE ? Volte 01-09-2002, 06:20 PM Heheheh, again:Private Sub mnuAddTime_Click() Text1.SelText = Time 'Add the current time at the insertion point End SubThere are many spledors of Visual Basic that many people write huge complex functions for when really, there is already a built in function. :D Volte 01-09-2002, 06:22 PM Also, you need to upload either 1) A zip file containing all your Setup files, not just the setup.exe. or 2) The source. #2 would be much better. I don't know if I really want to go through the install and have this program registered on my computer just to test it. Can you use the source? Basic 01-10-2002, 01:57 PM : Basic 01-10-2002, 02:35 PM well, here is the newest and most up to date one. Basic 01-10-2002, 02:37 PM but since i do now know anthing about copying the code and all that it might be better to install the program, test it, and then uninstall it. Flyguy 01-10-2002, 02:38 PM If your project contains only 1 form you better attach this form. If there are more forms zip the complete project and attach the zip file. With the text file only we have to re-create the complete form by hand :( Thinker 01-10-2002, 02:38 PM People would be much more able to try your program if you would take the .VBP and .FRM files and zip them together, rather than just posting the text of your code. Basic 01-10-2002, 02:46 PM here is the zip with the .VBP and the forms. Basic 01-10-2002, 02:47 PM and here is the module. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum