Results for "Category: Miscellaneous"
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.
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.
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.
This ought to be a replacement for the standard read-only app.config file. Writing to app.config is actually possible but since the usage we can make of app.config is somewhat limited, I decided to write my own class. A sample application will get you going in minutes.
This is a basic counter that has some more advanced statistic features. Small, fast and efficient!
Function that returns a graphical scorebar based on the value you provide. Very basic but thought I'd share this sweet little function with you all!
Many still think it is not possible to use templates with ASP the CGI way (Perl/C++). Well, it IS possible! I have seen some script that simulate this, but not like this one. You can now have a completely template driven website in a snap. Templates can run ASP VBScript and/or show HTML to the user's screen. Take a look to the code and you will be convinced!
Displays a nice HTML calendar!
This example shows you how to capture the 'WM_DRAWCLIPBOARD' message via Subclassing to determine when the status of the Clipboard has changed. It adds a more 'Professional' look to your application and shows you some of the reasons why Subclassing can help make your applications more professional. Credits goto Steve McMahon(you legend) for his excellent subclassing control, Gonchuki for reminding me to add this baby to HotHTML 3 (thanks) and anyone else i may have forgotten(?)
This is an interperter for a scripting language that I designed. The interpreter and language are completly my own. The code can take a file and add it to the end of an exe that will then automaticaly run it. Please remember that this is still in the works and is NOT a finished product. I am just hopeing for some input and constructive critisism by fellow programmers. Please Leave feedback. I want to know what you think. If you have any problems you can email me at eric256@rocketmail.com or IM me on AOLIM at ericjh256. Thanks for your thoughts! P.S I was updating the code and PC deleted it, this is a second time entry.
Quickly creates branches in a treeview with a single string.
Sorts a 2-dimensional array
Effortlessly browse through image files in directories with thumbnails being displayed for each picture in the directory. The thumbnails are put into a listview and the file name's are included.
After searching for this without results for about a year, I put all little bits of code I have found together and created these two Class Modules. One Class Module handles the enumeration of the Domains / Workgroups in your LAN, the other handles the enumeration of the Computers available in a specific domain. Included is a small demonstration program (as shown in the screenshot). Because of the Class Modules, you can easily add this functionality to any other program. This has only been tested on Win98 SE (so it does work on Win98, not like most other examples I have found, they only worked on WinNT). If anyone has problems with the enumeration on certain systems, please let me know so I can work it out. As usual, please leave comments, and vote if you like.
This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!
A VB Start Menu that actually looks a little like the the windows one (check screen shot) I downloaded Itay Sagui 's code the other day and i thought it needed some updating (no offence Itay) i kept some of his code in there but its now more like a task bar with my own 'Run' form in as well, it's fully commented nearly everything is explained. Please check it out, Leave comments & Vote. (no laughing at my PSC logo hehe)
The mswebdvd control exposed. Complete A-Z reference of the control from AcceptParentalLevelChange though to the Zoom method. All packaged in a DAT file. If you’re considering building a DVD app obtain this. All extracts taken from the MSN site, I got fed up of having to go on line searching MSN every time I had a query, so I wrote this.
Displays a floating progress bar next to the cursor. Form follows cursor displaying the progress bar.