Results for "Volume: 7_2009-2012"
A little firewall application. It can scan an ip for opened ports, or block ports!
[Update May 2011] I decided to revamp this old submission with some new features such as selectable keyboard mapping, sustain via the shift key, playback timing should be a little better, and a few other things too... [Update Aug 2011] Minor changes + new demo songs This is a major update on Armin Niki's very nice MIDI polyphonic "Piano" submission CodeId=64928. New are selectable instruments and improved record and playback and keys displayed as they are played. Most of the original code has been revamped, but I'm sure there is still room for improvement. Armin approved of the changes and I was hoping that he would update his submission, but since he has not I am making this one.
A simple security tester you can use to find out some of the data that your computer may be broadcasting to other computers. A lot of hard work went into this puppy, so I hope you like it ! Enjoy !!!!
SNMP v1 ActiveX, support: GET, GETNEXT, SET Keywords: SNMP, "Simple Network Management Protocol", RFC 1157, MIB, OID, UDP, UDP/IP, SNMP Packet
I searched long and hard for code that would allow me to auto login to my companies Email address through a VB6 Web Browser, I tried many different methods, and finaly I found that only a few lines of code were needed. I hope this code is of use to someone, as I say I was at a loss for nearly a week.
Ever wanted to download all of the images or videos on a Gallery, but there were far too many to be bothered? Is there a page for of RAR files you need to download? PicGrab2 will do that work for you! This program uses MsWinsock.ocx and my HTTP Class Module, to get the source for a webpage, and scans the HTML code for links using my HTTP Module, and puts the links in the appropriate list. You can use this on a WebGallery portal, because PicGrab2 can visit all links to other webpages found in a webpage and get pictures from them as well. You can download all 'grabbed' pictures at once using the same unique (fully customizable) naming system used in the first version of PicGrab. Error trapping is top-notch. The GUI is very neat and professional. Vote if you think this code is worthy of a vote - please don't complain too much about my lack of commenting. You should leave feedback if you like it, i would truly appreciate it.
Listen & Watch Online Radio Tv. Category Movies, Sport, News, Fashion, Clips, Adult etc... --> VOTE IT PLEASE :)
This program compares two files by using binary access and when its done comparing it will give you graphical and textual report of file differences. Graphical report is not very precise when it comes to small files but textual report will give you exact byte differences. Its ment to be used on files of same size if it is suspected that one of them is corrupted or just different. This is why I actually created this program. I had two files corrupted at different places and I needed to combine them into one file without errors. To do this I needed to know where files are different. On my machine it took 3 min. and 5 sec. to compare two files of size 390 MB without using error report. Unlike some other programs that compare files this one does not attempt to load files into memory array. Instead it uses buffers to read files, then compares the buffers then read in data again. Buffer size can be altered by changing the constant BUFFERSIZE.
An exellent 3D engine in pure vb, no references, include lights, fog, clipping, and other pretty stuffs.
This is a small application that uses ADODC control to connect to Access, Excel etc. ODBC data sources and execute SQL statement on them. The DataGrid control are used to display returned data. The application has it's own simple SQL code keyword formatter, logging and other features. Small, efficient and robust. Could be a good example of how to use ADO object to connect to DB, execute SQL queries against data in DB and handle the returned data.
This software is for an advertising agency and basically it allows creation and storage of release orders and bills for them. It also has some reports which can be used for accounting and management purposes. This software is already being used by an advertising agency in my city. I think it can be modified and used by any advertising agency and publishing house for their business management. However keep in mind that you may need to change many things if you are from outside india. I have used VB6 for coding, Crystal Reports 8.5 for Reports, MS-Access 2000 for Database. Since its a complete application, I think coders who are beginning to program can learn many things from it. Something which can be learned are: 1. How to use access database over LAN, so that many clients use data from single access database. 2. How to save simple application settings in registry. 3. How to do validations. 4. How to connect to access database using ADO. 5. How to layout database forms. Look how I have used same 4 buttons (new, update, delete, exit) on all the data forms. 6. How to create professoinal reports using crystal reports. Feel free to add what else you have learned from this code and how have this code helped you, if it really does. I will be waiting for your comments, though I don't promise replying everybody as this is an old code and I don't remember much of it, so if you ask how and why something is written, I may not be able to answer that. And usually I am pretty stuck up with various activities in my small software firm, so don't have much time to read and reply every mail. I hope you will understand. Happy Coding!!
A nice full screen VB version of the NWS Ridge radar basic. Includes radars from all 50 states as well as special interest maps. You can select between all 6 ridge map styles. Special interest maps include U.S. continent radar and basic surface analysis. The special interest maps can easily be expanded by code. Maps check automatically for updates every 3 minutes. Enjoy !!!
Recently I found myself wanting more than what DrawText could offer: I wanted to be able to render rich text. Rather than write a function for this myself, I wondered whether I could accomplish this with a RichTextBox, and quite simply in fact. Unfortunately it doesn't render text transparently usually. Unless, that is, you set the WS_EX_TRANSPARENT style, at which point it does render transparently, giving you unlimited text drawing power! Note that the method used to get the RichTextBox to actually draw the text (that is sending it EM_FORMATRANGE) can also be used to measure the text with a slight modification (MSDN will tell you how).
Great news for devloppers in 3D, Texture mapping for triangles, including Affine & Perspective-correct, Filtering (Bilinear,Bell,Gaussian...etc) all in Pure VB !!
hi all this is a small user control I made to allow you to render basic HTML, at the moment it supports, Text Colors, Text styles, bold, italic, underline etc, Images, Page background images and colors, Bullet points and Lists, Hyperlinks, Page Redirect,Horizontal Lines,Text Alignment. and more. if you like this Next time I may add scrollbars hope you like it please vote.
You can create control panel applets in VB - with a little help. The first example is a generic .cpl file written in c++ which can be completely manipulated by editing its .ini file, adding as many applets as you wish. The second example is pure VB. The catch? You need to use the addin at : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=54190&lngWId=1 so you can compile it as a standard dll. Yet another example of how you can do almost anything with VB.
Custom Listbox I made about 4 months back and stopped working on it the listbox works by rendering all the items into to a picturebox and n other controls are used. it supports a load of properties, Forecolor, backcolor, Images, Background images with alignments, Gradient background, Gridlines , also supports loads of functions like a normal listbox, additem, finditem, delete item, move item, append items Keyboard support and much more. Hope you like it,
This is a small example of how to create an MD5 hash and turn it into a barcode which could be used also as a password verification system. Example: you could take the generated barcode, save it to a file, then when a user types in their password, the program would verify it by comparing the saved barcode to the one generated by the user logging in. I appologize ahead of time for not commenting the code. It was an idea that just popped into my head, so I threw together in a few minutes. On a side note, the MD5 class I included is not my work. It was one I found on the internet and had saved in my archive, so I don't know who or where I got it from.
Added FormatCells method for fast bulk formatting and per cell Fontname properties. Owner-drawn Grid. Features include CheckBoxes, Images, Multi-select, dynamic Column Sorting/Resizing, Cell Formatting (BackColor, ForeColor, FontBold etc), datatype aware sorts, custom sorts, Independent Row Heights, Word Wrap, Column Drag, Cell Images and auto-scrolling (when mouse dragged out of control). A Control Binding System allows external controls to be used for editing Cells (ComboBox, DateTimePicker etc). Supports native XP Themes & emulation of XP/Office XP Themes. Feedback welcome (votes appreciated!) Credits in source for PSC authors who have helped make this possible.
This is my take on the Simon game... using MIDI to make the notes and LaVolpe's RegionShape2 & Carles P.V.'s Fast Gradient to make the buttons. The tone (midi instrument) can be selected by right clicking on the form.