Results for "Volume: C_Volume2"
This code applies the quadratic formula to an equation and derives the variable value given the three coefficients.
It automatically makes your form on top until they close or end the program and it is all API free!
'This code will tell you how to get our computer screen resolution 'just a few lines of codes..
Run your mouse over either image to change both images. The swap image has been preloaded to be readily available when needed.
Thsi code shows how to gather browser info using Javascript. It gathers the date, time, browser type, browser version number, whether it is java enabled, the platform the user is running and the user's screen resolution.
The question that I'm asked most is "how do you write to a file.... And then how do you read it?" Well, here you go! I also added some bonus code such as how to delete a file, rename a file, and execute a file. Hope this helps some beginners!
True window always on top. Like MS toolbar. It floats over any active application is inactive but is still always on top. Allows you to switch between applications and window is still always on top! Much better than Jake McCurry's lousy Always on top code.
This example uses a javascript to append a value entered into a text box to a URL request. The URL is passed in the form of a query string parameter and is launched from an Anchor tag. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp
This program test the Visual Basic program you are currently running. As you will see.
The following example uses javascript to perform client side data validation. When the submit button is pressed the {validate} function executes and checks for data in the USER ID and PASSWORD input objects. If either of these fields are empty then the function returns a false to the form's OnSubmit to prevent posting to the server. It also issues a set focus to the object that data validation failed on. The function also verifies that the password and password confirmation match. There are two examples of the validate function listed below. The first uses object names to reference the form's objects {preferred}. The second uses the {elements} property to reference the form's objects. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp
Use the following code to force the user to see your code in the frame it was meant to be seen in. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp
Heres and example of using javascript to submit a form post. http://www.truegeeks.com/asp/mam/osdoc/osframe.asp
It Uploads a file to an FTP using Winsock
This script will allow you to jump from one text box to the next when a desired length is reached.
Demonstrates how you can easily build your own menu using Javascript within Internet Explorer. This menu uses the filter objects of Internet Explorer to enable fade in and fade out and animations
This is just a little joke a friend gave me.
Abware's game engine is a fast activex component written in c++ especially for vb programmers. the component allow you to design a full screen fast arcade game using directx 7 or later. in just a few lines of code you can add backgrounds, sprites and actions (animations) to make your favorite arcade games. the component uses ultra fast c++ code built from the scratch using simple techniques like linked list and structures to make it even faster. after uploading the zip file read the instructions rtf file first and then compile the c++ project (abSpriteEX1.dsw) before opening and executing the vb project (testapp.vbp). make sure your VC compiler is set to the correct directx libraries (need to have directx7 SDK on your computer) this stuff is for advanced programmers but if you need any help you can email me at :adib@malam.com and ill help you as much as i can. anyway those of you that will manage to activate both the VC and VB compilers will have an industry quality arcade games engine with full open source code in hands. enjoy it and dont forget to vote for me bye.
This Servlet runs along side a Java-compatible Server, to provide a simple Hit counter, This technology can be demonstrated at www.eej.ulst.ac.uk/remote-viewer
Converts Panglish (Persian written by English character based on their sounds) to Persian (Farsi). The program supports unicode as well as other fonts. It is compatible with Farsi supported Windows or not-supported. The performance is quite out standing. The best thing about it is that you don't need to learn new keyboard !!
With only a few lines of code you will be able to open any document with the associated executable file or, if no association present, you will be prompted to open the file with the program you choose. This can also be used to execute an executable file. No API calls used!