Results for "Author: downloho"
Strip HTML from a string with this function. That basically explains it's all!!
This gives the basic code for making a windows screen saver. Very easy to understand and use!!
This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.
The Customize And Save Time Scripting language is used along the same lines as JavaScript; it is embedded in the HTML code. The script defines tags and their properties, then implants them into the HTML source via the tags' name. I was constantly getting tired of continually writing and and re-writing the same lines of code in HTML; and I wondered how I could use a scripting language to define tags that could be reused over and over again. CastScript is what I came up with.
Sometimes you need to find a window using the API Call findwindow , but what if this windows caption changes you can't find that same window all the time. With this function you can find any window just by knowing a few letters in the caption. This will return the windows' hWnd , also includes a function that will grab the windows caption. This is something that will be useful to alot of programmers. Updated! 2.23.01
This code will allow you to Save & Get how many times your program has been loaded. Add a few lines of code to your program's main forms' load procedure. Very easy to understand.
This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.
UserControl for downloading images off of the internet. It works as though it is a mini web browser, looking for http:// or file:// prefix. It doesn't support FTP yet but it will soon and it is contained in an example Project. Please vote for me
Source code for a program that will insert binary or ascii files into an executable or any file really. Also generates [VB] code to extract the file.
Strip HTML from a string with this function. That basically explains it's all!!
This gives the basic code for making a windows screen saver. Very easy to understand and use!!
This is a very simple encrypt/unenceypt and when i say simple i mean simple. works for any string containg the normal chr's ie. (1-9,a-z). Works good tho for simple encrypt.
The Customize And Save Time Scripting language is used along the same lines as JavaScript; it is embedded in the HTML code. The script defines tags and their properties, then implants them into the HTML source via the tags' name. I was constantly getting tired of continually writing and and re-writing the same lines of code in HTML; and I wondered how I could use a scripting language to define tags that could be reused over and over again. CastScript is what I came up with.
Sometimes you need to find a window using the API Call findwindow , but what if this windows caption changes you can't find that same window all the time. With this function you can find any window just by knowing a few letters in the caption. This will return the windows' hWnd , also includes a function that will grab the windows caption. This is something that will be useful to alot of programmers. Updated! 2.23.01
This code will allow you to Save & Get how many times your program has been loaded. Add a few lines of code to your program's main forms' load procedure. Very easy to understand.
This code produces a snap to effect exactly like Winamp. Uses POINTAPI type and GetCursorPos API. It gets the current x and y does a few calculations and snaps-to the screen edge. It does take into account for the taskbar but that may need some tweaking.
UserControl for downloading images off of the internet. It works as though it is a mini web browser, looking for http:// or file:// prefix. It doesn't support FTP yet but it will soon and it is contained in an example Project. Please vote for me
Source code for a program that will insert binary or ascii files into an executable or any file really. Also generates [VB] code to extract the file.
Strip HTML from a string with this function. That basically explains it's all!!
This gives the basic code for making a windows screen saver. Very easy to understand and use!!