Advertisement

Results for "Author: bp"

ASP_Volume3 #51288
Add to a ListView control on the fly from a text datafile

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")

ASP_Volume3 #51289
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

ASP_Volume3 #51290
Get files off of the web easily with this sub (uses Inet Control)

This sub will allow you to downloaded files off of the web by making one call. The syntax will look sometime to this effect: Call GetInternetFile(Inet1, "http://www.fakeURL.com/~yup/picture.jpg", "c:\temp")

ASP_Volume3 #51291
A Live Update Program to update .EXE's (or other) files off of the web.

This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.

ASP_Volume3 #51292
Numeric *Speech* without huge speech packages

This example program includes a module file (as well as accompanied .wav files for sound) that will turn a number from a text box into speech through the speakers. Right now works from numbers 1 to 999 trillion. This is just for numbers and a few symbols and does not do words. Please vote if you like it. :)

ASP_Volume3 #51293
Function to return winsocks current connection state as a string

This code will return to you the state of the current winsock function in english rather than a number.. etc, "connected", "resolving host", etc.

ASP_Volume3 #51294
Boolean function that compares two files to see if they are identical

This boolean function simply reads in two files and compares them to see if they are the same. It returns true if they are and false if they aren't. I quickly wrote this up to compare text files against template files.

ASP_Volume3 #51295
Auto-Update files at specified time (copyover)

This code will allow you to copy files at a specified time. I use it to update computers on a network at 3am when everyone is out of the building. It also has the API declarations for windows reboot/shutdown so they can easily be added for a reboot at a specified time.

4_2005-2006 #156585
Add to a ListView control on the fly from a text datafile

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")

4_2005-2006 #156586
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

4_2005-2006 #156587
Get files off of the web easily with this sub (uses Inet Control)

This sub will allow you to downloaded files off of the web by making one call. The syntax will look sometime to this effect: Call GetInternetFile(Inet1, "http://www.fakeURL.com/~yup/picture.jpg", "c:\temp")

4_2005-2006 #156588
A Live Update Program to update .EXE's (or other) files off of the web.

This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.

4_2005-2006 #156589
Numeric *Speech* without huge speech packages

This example program includes a module file (as well as accompanied .wav files for sound) that will turn a number from a text box into speech through the speakers. Right now works from numbers 1 to 999 trillion. This is just for numbers and a few symbols and does not do words. Please vote if you like it. :)

4_2005-2006 #156590
Function to return winsocks current connection state as a string

This code will return to you the state of the current winsock function in english rather than a number.. etc, "connected", "resolving host", etc.

4_2005-2006 #156591
Boolean function that compares two files to see if they are identical

This boolean function simply reads in two files and compares them to see if they are the same. It returns true if they are and false if they aren't. I quickly wrote this up to compare text files against template files.

4_2005-2006 #156592
Auto-Update files at specified time (copyover)

This code will allow you to copy files at a specified time. I use it to update computers on a network at 3am when everyone is out of the building. It also has the API declarations for windows reboot/shutdown so they can easily be added for a reboot at a specified time.

5_2007-2008 #179103
Add to a ListView control on the fly from a text datafile

This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily. It's easy to add more columns as needed. To use this code, you simply call the function like. Call load_list_view_two(mylist, "c:\test.dat")

5_2007-2008 #179104
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

5_2007-2008 #179105
Get files off of the web easily with this sub (uses Inet Control)

This sub will allow you to downloaded files off of the web by making one call. The syntax will look sometime to this effect: Call GetInternetFile(Inet1, "http://www.fakeURL.com/~yup/picture.jpg", "c:\temp")

5_2007-2008 #179106
A Live Update Program to update .EXE's (or other) files off of the web.

This code allows you to update your programs .EXE via the Internet automatically. The program checks a file on a web-server with the most recent version number in it, compares it to your version and then either downloads the new file or not depending on which one is more current. This process utilizes the INET control for the file transfers.

Languages
Top Categories
Global Discovery