Advertisement

Results for "Author: john phillips"

ASP_Volume2 #29839
RichTextBox w/ Database Mail Merge

select any access database then select the table you want then select and insert any fields to a richtextbox then preform a mail merge like MSWord. you can then browse through the database while viewing the merged data.

ASP_Volume2 #30704
PipPop POP3 Mail Server

pippop is a POP3 Email server - you can connect and send or retrieve email from this server over a LAN using outlook express when the server is running. This was only tested using outlook express and in future releases I will have tested it with more email clients. Also keep in mind I have not tested this over the internet yet so I only know it works on a lan. email me with any question or comments please at vbjack@nyc.rr.com. and Please vote if you like this code. :) -Jack

ASP_Volume2 #32561
convert access database to cooma or tab delimited text file

this will convert an access mdb database table to either a comma delimited text file (csv) or a tab delimited text file (txt). I needed to add functions like this to an app at work so I decided to redo it a little and upload the code here. if anyone needs help please email me.

ASP_Volume2 #35805
Print Picturebox's Contents

Print the entire contents of a picturebox including all the control's contained in the picturebox.

ASP_Volume2 #35885
Add Progressbar to StatusBar

This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to see how to call the function or in command1's click event.

ASP_Volume2 #36275
Advanced AutoComplete Function

This is an advanced autocomplete function that will autocomplete for a textbox, a listview control or a listbox all from 1 function. I have seen code on this site before that had inspired me to create this function since I need it in a lot of my projects. I tried to comment everything as well as I could. if you have any questions email me and I will do my best to help you. oh yeah - Please vote for me if you like this code. thanks

ASP_Volume2 #38558
WinSock API function

winsock api function, these are just some basic winsock api functions, to get local host name and IP address, Remote host from IP and name and a TCP port scanner to see all open ports on your computer and which port and remote computer it is connected to with the status. If you like this code please give me feedback and a vote or 2 would be nice. I commented as much as I thought nessecary, if you need help with any of this email me.

ASP_Volume2 #38561
Bandwidth Meter Updated!!!

This is an update of MIKES Bandwidth Meter - this code will now give you the kbs of any network traffic - check out the code in the timer 2 event - I used Mikes code and the classes he found and made it into a true bandwidth meter. check it out - and thank Mike also he was the one who first posted this code that drove me to figure it out.

ASP_Volume2 #39011
GeoGrapher

Plot points on a world map based on latitude and lonitude in degrees. This application is still being worked on and should be finished soon. Just type in the Latitude and Longitude then click Plot Map it will display the crosshair in the correct position on the world map. I intend to use this application in an IP host Name tracer application to plot the location on a map of where the servers are located. Please vote if you like this code - oh yeah if you have any questions please email me.

ASP_Volume2 #39019
GeoGrapher Updated

GeoGrapher Updated. Now with Limited IP Address / Host Name Resolution to area using zip codes, I have added a MS Access DB using DAO 3.51 - make sure you have that installed if you have problems, Also added the Lat and Lon to the mouse tracking. Please let me know what you think of the application and vote for it if you like it. Also please email me with any bugs you find so I can fix them, I will be working on this app this weekend.

ASP_Volume2 #39021
GeoGraph Updated

OK Here it is 1 more time, I can't get used to those edit options and I think I deleted the last update. I fixed a lot of the problems, thank you for your feedback. You can now map out private a IP address or Host Name in the united states as well as web address (well most) I added another Whois Server to the search, I will clean it up more in the next update. If you voted for the last submission, please vote again here, I will continue to update this post only. I also fixed the rpoblem with the latitude and longitude display on the map when moving the mouse around. please email me with any bugs you find and enjoy the application. please vote for this code if you like it.

ASP_Volume2 #39141
GeoGrapher **NEW**

It's Back - GeoGrapher, with many improvements. You can now locate an IP Address Geographically on a world map, you can also locate a zip code and some world cities on the world map (I see that Sparq used and uploaded the zip code database that I uploaded for the old version of GeoGrapher). OH! did I mention that the world map is new, for those of you that downloaded the old GeoGrapher, the new map is in color and you can now zoom in and out and also navigate around the map, map tracking is also included in this version. When you supply your starting zip code (Lat/Lon) it will draw a line to the destination Point on the map also (alot still needs to be done with the graphical part of this app and I could use help! anyone??). Some of the functions are not working yet and I will be finishing those up this weekend but all in all the application is functional and nice, atleast I think so, so tell me what you think. PS - Please read the READ ME txt file - and if anyone is interested in help with further development of this project please email me and let me know, I will tell what areas I am having trouble with. anyway enjoy it and have fun.

ASP_Volume3 #47440
Print Picturebox's Contents

Print the entire contents of a picturebox including all the control's contained in the picturebox.

ASP_Volume3 #47441
convert access database to cooma or tab delimited text file

this will convert an access mdb database table to either a comma delimited text file (csv) or a tab delimited text file (txt). I needed to add functions like this to an app at work so I decided to redo it a little and upload the code here. if anyone needs help please email me.

ASP_Volume3 #47442
WinSock API function

winsock api function, these are just some basic winsock api functions, to get local host name and IP address, Remote host from IP and name and a TCP port scanner to see all open ports on your computer and which port and remote computer it is connected to with the status. If you like this code please give me feedback and a vote or 2 would be nice. I commented as much as I thought nessecary, if you need help with any of this email me.

ASP_Volume3 #47443
Bandwidth Meter Updated!!!

This is an update of MIKES Bandwidth Meter - this code will now give you the kbs of any network traffic - check out the code in the timer 2 event - I used Mikes code and the classes he found and made it into a true bandwidth meter. check it out - and thank Mike also he was the one who first posted this code that drove me to figure it out.

ASP_Volume3 #47444
RichTextBox w/ Database Mail Merge

select any access database then select the table you want then select and insert any fields to a richtextbox then preform a mail merge like MSWord. you can then browse through the database while viewing the merged data.

ASP_Volume3 #47445
PipPop POP3 Mail Server

pippop is a POP3 Email server - you can connect and send or retrieve email from this server over a LAN using outlook express when the server is running. This was only tested using outlook express and in future releases I will have tested it with more email clients. Also keep in mind I have not tested this over the internet yet so I only know it works on a lan. email me with any question or comments please at vbjack@nyc.rr.com. and Please vote if you like this code. :) -Jack

ASP_Volume3 #47446
Advanced AutoComplete Function

This is an advanced autocomplete function that will autocomplete for a textbox, a listview control or a listbox all from 1 function. I have seen code on this site before that had inspired me to create this function since I need it in a lot of my projects. I tried to comment everything as well as I could. if you have any questions email me and I will do my best to help you. oh yeah - Please vote for me if you like this code. thanks

ASP_Volume3 #47447
Add Progressbar to StatusBar

This function will add a standard progressbar to a standard statusbar panel of your choice. Very easy, very nice code (At least I think so) what do you think? please let me know. also please vote if you like this code. look in the form's resize event to see how to call the function or in command1's click event.

Languages
Top Categories
Global Discovery