Results for "Author: john phillips"
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.
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.
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.
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.
This post is sort of a response to auJohnm posting of Date and Time Difference. This function uses the DafeDiff function built into VB to return a string like "1 Month, 2 Weeks, 4 Days" - without the time difference. I was just messing around and want to know what you think.
I have not seen anything like this on this web site or any other for that matter. It is a 3D Scene Panoramic Viewer ActiceX Control(Source Code). This is a stripped down version of another control I am working on, but it functions well. I have included a test project for the control. Load the group project to see the control working. I have also included a panoramic Image. the Image is not mine and I forgot where I got it. You can use any panoramic graphic you want, just change the path in the test project to point to your image. Also don't forget to view the Read Me file included. And if you like the code Please Vote. Any questions just email me and I will get back to you as soon as possible.
Everyone Knows what an Expandlable Property is, right? Well, maybe so do not, properties like (Size, Location) are considered Expandable Properties. They save sub properties in the properties explorer window. It's easy to create those, right? Wrong, you need to create a class that holds the properties then you need to create a Object Converter Class to handle it. Well I could explain it all in a lengthy article or you can just download the source code file I have created and learn by using (and saving me the time of writing a huge article). so let me know what you think. Any questions, email me. Oh and please vote if you find this article (sample) useful.
Captcha is a method of telling the difference between humans and machines by using a distored image and asking the user to enter the corrisponding text into a textbox. There are many different implimentations of Captcha's on the internet some more secure then others. This code that I have uploaded is by no means the most secure type of captcha out there, it's main purpose is to show how a captcha system could be created with little effort. You can read more about Captcha standards at http://www.captcha.net/
This is a custom LED Meter User Control for .NET. It is part of a larger audio project I was working on and I thought some of you may like to use it also. You can change the colors, styles, values. It returns the percent based on the minimum and maximum and value of the control. For the most part it is bug free, if you do happen to find any bugs please let me know so I can fix it. You are free to use this code as you see fit, I do have one request, if you use the control unchanged or modified just a little please include me in the credits. Other then that I hope you can use and learn some things from this control. Please vote if you feel it is worth it.
This post is sort of a response to auJohnm posting of Date and Time Difference. This function uses the DafeDiff function built into VB to return a string like "1 Month, 2 Weeks, 4 Days" - without the time difference. I was just messing around and want to know what you think.
I have not seen anything like this on this web site or any other for that matter. It is a 3D Scene Panoramic Viewer ActiceX Control(Source Code). This is a stripped down version of another control I am working on, but it functions well. I have included a test project for the control. Load the group project to see the control working. I have also included a panoramic Image. the Image is not mine and I forgot where I got it. You can use any panoramic graphic you want, just change the path in the test project to point to your image. Also don't forget to view the Read Me file included. And if you like the code Please Vote. Any questions just email me and I will get back to you as soon as possible.
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.
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
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.
Print the entire contents of a picturebox including all the control's contained in the picturebox.
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.
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
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.
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.
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.