Results for "Volume: Java_Volume1"
If you've used ASP for a while you'll notice that VBScript doesn't support StrConv so you can't proper case your code. Here is small function to include in your ASP that will do that for you.
starts an exe from within your application. But if the exe is already loaded, it becomes the focus! Normaly it starts with the poor shell-Command again and again... // IN GERMAN: Startet eine EXE aus Deiner VB-Applikation. Wenn Die EXE jedoch schon einmal gestartet wurde, wird sie lediglich fokusiert(!). Normalerweise würde sie wieder und wieder gestartet werden, wenn sie zuvor vom User nicht geschlossen wurde!
Lie-a-phone ... Need to call someone and tell them you will be late for a meeting? Now you have an alibi ... You are never alone with Lie-a-phone!
If you hook up 8 LED lights to the parallel port, you can use this program to make them dance in cool patterns, or you can output a number to the port, and the lights will light up that number in binary. Requires basic electronics skills to hook up, but you basically connect 8 leds to pins 2 through 9 on the port, and ground them to pin 25. If you don't know how to do that, then just read the code to find out how to use the port. This will NOT work on NT, 2000, or XP without some workarounds since those operating systems don't allow direct access to the port. In order to use this code in Windows NT, 2000, or XP, which does not normally let you directly access the computer's ports, please visit the following link to download PortTalk. There is an explanation there on why it is needed and what it does. The downloaded file will contain a readme.txt file which contains instructions on how to use it. The link: http://www.beyondlogic.org/porttalk/porttalk.htm
Print a HTML file with WebBrowser component. U can perform other browser actions too...
Contains two CGI VB projects that implement a Basic Guest Book Also contains a short tutorial on how CGI works in VB. Unless you are familiar with CGI and VB Please read CGIinfo.doc before you jump to the code.
Places a Progress Bar in a Status Bar, with Windows Common Controls 6, without any third party OCXs or API.
A.K.A. The Spam-o-matic. This app uses the Microsoft MAPI Controls 6.0. You must be running Outlook for this code to work. I originally used it as an automatic remailer for a web site. It has been modified to use an Access database to store e-mail addresses of 'recipients'. The program will only mail ONE message per user as is. This is great for mass mailings. Or code can be modified to mail multiple messages to a single address. Please, only do this to friends who will appreciate it! Code uses a timer so mail is sent by default only once every 10 seconds. If you're at work I would recommend NOT lowering the timer. Any questions, e-mail me. Please don't ask for new features. I will post bug fixes as necessary. --Please rate me if you like this code, it will encourage me to upload more neat apps.--
This BETA program will create a line of code to put in the document of an HTML document that will automatically forward a page's accessor to a new address. Often you see a webpage that says it has "moved" and it says something like "you will be redirected in 5 seconds." This program will create the line of code for you from 2 input fields. I hope you have fun w/ this prog. It ismy first one!!! (feedback welcome) I will also update this code to make a whole HTML page for this purpose, it'll be up in a few days.
Hey all --> This is the first beta of a wordprocessor called "SJOTS Perfect 5" I wrote...you can find the previous versions on my website, but this beta (well, it's more freeware) works pretty good. It can do almost anything with Rich Text Files (RTF). Please leave any comments how you think about it! :)
This code show how to place images in the subitems of a listview. It also has a function for placing the direction arrow in a column header to indicate the sort direction while compensating for existing header icons.
If you didn't see my previous form manipulation example then you gotta see this. This is some pretty good stuff, great for newbies. New Subs added! Don't miss out on this, you'll be happy you looked at it. Code all done in a professional way. Extremely nice routines for simple manipulation of any form. Cuts down your own coding. Heavily commented subs so that you can understand what's happening. If you have any trouble with this example(which you shouldn't) then email me and I'll make even more comments on the routines as I add new ones. Comments definitely welcome. Please, Constructive critism and praises only. 2/10/00, new routines combined and added. All subs tested and compiled! And yes, I did add a sample of the CustomMsg becasue I got a few emails about it. I sure hope it helps you all out. Check out the "StreakExit" routine. If anyone knows how to make that routine smoother, please email me with a fix. If anyone has anything to add, email it to me and I'll add it in and give you credit. Please remember, this is beginner level. I really hope that you find this example useful. Thanks for your comments and enjoy the code! Here is a small list of the subs: 1. BooleanRollup 2. CenterSnglFrame 3. CustomAbout 4. CustomMsg 5. frmCenterMe 6. frmKillExit 7. frmOnTop 8. frmPosition 9. frmShrink 10. LoadNextToMain 11. LogMyErrors 12. NoOffScreen 13. ProgCaption 14. ProgCaptionV2 15. ReSnapFrm 16. RestoreFrmDiminsions 17. SaveFrmDiminsions 18. SaveFrmPos 19. StreakExit 20. vEmailMe 21. WriteSettings I really hope this helps the newbies out. This may be my last update to this project.
UPDATED! The ultimate Thumbnail Browser! Creates thumbnails of all VB 6.0 supported image formats from whatever folder it's pointed to. Uses BrowseForFolder API, so it will even work across networks. Click edit to shell your favorite editor and load the selected image. New code includes progress bar and saves the last window size size and position settings. 2/15/2000 Changed progress bar. This will be my last change (on to new projects).
This code makes the app install it self. Then i will use the rnd-function to do different things... some of them is pretty funny... (my brother said that). Iam only 14 years old so don't blame me for bad code!
This code demonstrates how to access a POSTGRES SQL database on a LINUX box via an ODBC connection. The demo ( using RDO ) shows you how to create a table, wipe a table, insert data, select data, modify data and write the modified contents back to the database.
This is a cool parody on Microsoft Windows. It has a fully-functional (well, sort of...) Start Menu, as well as 'My Computer' and 'Internet Explorer' icons... and some brilliant graphics... try it, it's weird, you might like it... FEEDBACK PLEASE!
Use this programm to chat over a client /server netwrok ,Using MFC sockets ,it easy to use and cool with sound notifivation support
Puts Your form on top.
This code allows for multiple record updates to be grouped into a single batch style transaction. You can then either committ changes to multiple records, or rollback the changes in the case of errors or conditions not being meet. This code is ideal for month-end processing, or in a situation where there is the possibility of errors being generated.
This is a game called "DOTS". The purpose is to connect the matrix of dots with vertical and horizontal lines and make boxes. The player with the most boxes wins.