Results for "Volume: ASP_Volume2"
After spending a long time trying to find (there is nothing else on PSC)this code and eventually sourcing it, I thought I would share this with you all! Did you know it is possible to type directly into the WebBrowser control in VB with just 3 lines of code?
This is great for beginners! This takes each character of a string and converts it to an ASCII value, then adds or substracts a designated number in order to decrypt/encrypt the string. Great for in-app passwords! Check it out sVariable = ENCRYPT(sYourString,lLenOfString)
It's basically a game about a US soldier in Afganistan fighting taliban and you must complete mission objectives to pass the levels. It's like Duke Nukem 1 but doesn't use DirectX instead Bitblt, Very slow FPS on PIII 200Mhz unless compiled with certain settings, read the top of form1 to see how to compile it this way (Professional Edition Required). Please VOTE for it and leave comments. NOTE: This code isn't learning material, more of a demostration to a non-DirectX Platform Game. Read the help form or click help to get the game's key commands.
Protect your shareware programs with this code, the program generates a serial number using the hard-disk serial number, so the program won't work on a different hard-disk! If you like this code please vote for it! ;=) You can use this code in your own programs. The program provided is for testing the code.
Tired of writing readme files for your programs? Fear not, for there is now a generator for you to compile them with the ease. This may seem like a simple process, but it will save you time in the long run. The code is quite simple, and I use classes extensively, so if you want to learn classes check this out. It has a previewer, save function (obviously), and it is easy to use. Code is easy to read; this may actually help you out!
***Updated Again (3/15/03)*** Drag the cursor over a window and get all of the parent Class Names and Captions, which are needed in the FindWindow() and FindWindowEx() API calls. Changed code (made it faster by using arrays and while loops instead of ifs)! Great tool, a lot easier to use than Spy++ (comes with VStudio) KEYWORDS: API api Api Spy SPY spy Class CLASS class NAMES names Names jaime Jaime Muscatelli MUSCATELLI Array array
This tutorial shows how to dynamicly create Visual Basic strings up to 150 times faster by calling the OLE Automation library directly. Please vote or leave a comment.
Read, Write, Create, Delete, and Enum registry keys and values on local and remote computers.
Whether it be creating your own mail client or HTML editor, the WebBrowser control contains a lot more functionality than first appears. With a few simple tricks the WebBrowser control can be turned into a fully featured editor.
This program controls X10 units. X10 units are modules that plug into the wall and lets you plug in lamps and other appliances. The cool thing about it is that you can use a remote to control them. Also, you can use your computer, which is what I do. I made this program to schedule certin events, like if you want to program it to turn lights on and off if you want to make it look like you're home or something. If you want to know more about X10 controls, go to www.x10.com. This program requires an X10 Computer Interface.
This code will take a paragraph of words and print them out left and right justified, just like newsprint. You have total print control as to where on the page the print occurs as well as fontsize, attributes, line spacing, etc. As far as I can tell, there is nothing like this on PSC. Please vote and give comments.
File compare utility to compare two ASCII text files. Differences are highlighted in color. Options exist to add additional text file extensions, to define default directories for the two compared files, and to select a particular font to use in the display. A basic print function also exists. I originally created this utility for use in comparing program code, but it can be used for any text file.
Windows XP Style Controls, You need windows XP, and you must compile the project, work only in the .exe, not in VB
This article shows how to use the OLE Automation DLL to create a string without relying on VB to do it. When VB creates a string, it automaticly fills it with data (which takes a great deal of time when dealling with large strings). This way bypasses VB and creates the string itself, without filling it with data. The result? 200 times faster! I have updated the tutorial to include Example 1 re-written using the faster method. The code includes a benchmark and the function described below. Please vote or leave a comment!
This program doesn't do much (displays memory usage percent) but it does include 3 useful modules. The first one allows you to set a window to always on top by suppling an hWnd value. The second allows you to move a borderless window. The third gets the memory status of the computer. Line by line commented. Please rate on code structure, not application functionality. Thnx!
I DONT KNOW WHY MY OTHER SUBMITION WAS DELETED!! It was getting high rank. Well, this is one more recent update. The idea is NOT to hack nothing. Is just an example that shows you how to intercept and manipulate the querries from a broswer to certain site. Check the code and drop a note and VOTE for it. I hope this one dosent get deleted. Thanks
Well, this was my first attempt at actually creating a *Visual*, component driven programming language, similar to Visual Basic (nothing like as good, but you'll see what I mean). The GUI is pretty hard to use, but you have to set the variables before you click "Add New" to load a new control on the form. Load an example file in the "Examples" folder. This language, unlike my last, can handle "Mid()", "Chr()" and other string related functions, including a string made of text and text boxes etc! It has variables and other things too. I think this is the first of it's type on planet source code, so a vote would be very much appreciated if you like this code. You can get the compiled executables from http://interbasic.tripod.com/index.htm. Thank-you for reading this! Addon: I have also included the "Exec.dll" code and the helpfile source, plus a litte VB form to IB form convertor (not fully complete but working).
This demo application demonstrates the use of a Custom Tooltip Class supporting square and ballon style tooltips, centered at the corresponding control or at the mouse pointer hot spot, with or without title. Individual back- and forecolors are also possible as well as an assortment of Icons to be displayed in the tooltip and finally individual delay- and show-times. The code is easy to follow and well documented. And on top of that the class is very easy to use. Check it out, download is only 6.4 kB. (Sorry the screenshot didn't come out very well)
Hello Guys! It was my attempt to develop an ASP Editor, and has a lot of things done. The Properties Page works well, but I didnt some menus in the main form. BRASILEIROS.. ACESSEM O NOVO SITE DE PROGRAMAÇÃO: http://www.coders.com.br
This article will show you, how to read the main informations of a ISO9660 image.