Advertisement

Results for "Volume: Java_Volume1"

Java_Volume1 #86657
Search A Listview

Searches for any string in a Listview.If you have a list of all the MP3's out there and you want to search for "Bring Me" it'll Return "Evanescense - Bring Me To Life". Thats just an example I know if you have every MP3 then the results would be greater. I used this in an app that I made for my Uncle (MP3 Organizer) Since he has over 7000 MP3's. BTW - the article is in the project files.

Java_Volume1 #86658
a [CNM1] - CodeXP's Network Messenger

Net Messenger - Network (LAN) and Internet Messenger For instant Text based Communications Server & Client Applications as SourceCode using TCP/IP Protocol) Features: - Multiuser (Max. Default 256 Users) - Private Message (User to User) - Channels (User to Group) - and other ...

Java_Volume1 #86659
X-Player

HI! X-Player is the new version of cool media v2 (i didnt want to call this cool media v3) and remember that error in cool media v2? well its fixed (credit to MTGiga for helping me with the error)

Java_Volume1 #86660
NeoWord

Word Processor, similar to Microsoft Word (not as many features though). Different fonts, colors, sizes, tabs, rulers, images, files, find, replace, goto, word count and more. Not finished yet, if people think I should bother finishing it off I'll add undo, redo, autosave, image options and possibly more... Please leave comments. Thanks, Neophyte.

Java_Volume1 #86661
Image Header

Class to read the Width, Height, DPI and BitsPerPixel from JPG, PNG and TIFF Group 4 image header.

Java_Volume1 #85952
Truth Internetworks

Truth Internetworks is software which I'm hoping will one day will take a chunk out of America Online's usage. Looking for developers who are willing to work for free in their spare time to help develop a constantly evolving content provider. Please read for more information.

Java_Volume1 #85953
combo box open/close through command button

will open the combobox list by pressing command button through the APIs

Java_Volume1 #85954
Adventure Maze Game

Adventure is a single player tile based maze puzzle and editor. Nothing special, no whiz bang gimicks, just a few things I wanted to try out and made a game out of it. In addition to a maze setting, there is a puzzle aspect that must be solved to find the pot of gold. The editor allows for map creation, and several maps are included. Finshed maps may be launched from Explorer through user supplied, file associations.

Java_Volume1 #85955
Open Any File with its Associated Application

Open any file with its associated application. Just a few lines of code. Please vote.

Java_Volume1 #85956
Internet explorer history and cookies viewer

This is vb6 version of my previous upload.Many browsers are listed in PSC but no one includes real internet explorer history viewer,this work demonstates how to view internet explorer history and cookies by vb as well as possibility of clearing it from cache

Java_Volume1 #85957
MSN Messenger Protocol 9 (MSNP9) Login

This piece of code shows how to login using the MSNP9 protocol, it uses SSL for logging to the Passport service (which is needed with MSNP9). This code ONLY logs in, you'll have to do the rest (like the challenges) yourself :P (Don't worry, when I've implemented some more features, I'll post it here too!)

Java_Volume1 #85958
Yahoo! Client + Booter V2.0

Yahoo Client!!! Need anything to say more?

Java_Volume1 #85959
XPlorer

My school did not allow us to access explorer, or any drive beyond our network drive or a:\. In addition, we could not run any unapproved apps. Needless to say, this situation was unacceptable so I took a few min and did this little vba app in excel (which we could access). It acts as an explorer, allowing the user to navigate drives, subfolders and run apps. It uses the filesystemobject and the shell command to work and the data is displayed via listboxes. It is a demo of the get files/folders/parent dir with use of the filesystemobject. Hope it helps (this is assuming you can rum macros with your security program running).

Java_Volume1 #85960
Reconstructor 3.0

Shows various image resampling (resizing) area interpolations like: Nearest Neighbor (Box, Point), Bilinear (Triangle, Tent, Bartlett), Bicubic cardinal spline, Bicubic B-spline, Bicubic BC-spline (Mitchell & Netravali) with an interactive diagram, Bell, Gaussian and Windowed Sinc with these windows: Bartlett, Blackman, Blackman-Harris, Bohman, Connes, Cosine, Gaussian, Hamming, Hann, Kaiser, Lanczos, Parzen, Rectangular, Welch. All interpolation filters are shown in spatial domain. Stair interpolation and normalization are also supported. Everything is developed under Visual Basic using SafeArray technique to access image pixels. Application is also able to extend edges if the filter demands that by copying edges content out of bounds. Sample pictures are included.

Java_Volume1 #86068
Simple UDP example

This is a VERY simple example of Using the winsock control to send/recieve information via the UDP protocol. This is pure example nothing more it is perfect for the beginner. The code is fully commented and clean

Java_Volume1 #86069
Extended Find Ver 2.2.1

This is a VB6 only Add-In that is a substitute for VB's own Find & Replace tool. It allows you to search your code and to see at a glance all occurrences of a search phrase in a list. You can also do pattern searching (including an ASCII Search Macro to find high ASCII characters like copyright). You can search and replace at 3 levels (all code, current code or current routine). You can also limit searching to just comments or strings or block comments and strings from searches. The Tool docks with VB's IDE and can be set to display during VB's start up sequence. There is a simple Help window (or read the rtf file in the Zip.) and a Properties window that gives you greater control of how the tool looks and behaves. To use: Compile the code, placing the dll in VB's own folder or whereever you keep your Add-Ins. Close VB and reopen it (WARNING VB may crash on exit; this is a problem with compiling Add-Ins, it should not happen later). Select the Add-in Manager and find the add-in called 'ExFind_D' check the 'Loaded/UnLoaded' and 'Load on Startup' checkboxes. This will add the Extended Find to the Add-ins menu. Click the menu item and read the help window for further settings. Because this tool uses a UserDocument it automatically remembers its size and location between runs. Please inform me if you wish to create VB5 (should be easy) or even VB4 (may not be so easy) versions and include acknowlegment in code/help/comments. If you wonder about the F> button on my toolbar in the screenshot use the 'Other Submissions' link and find my article on 'Full Compile' Thanks to users of earlier versions especially Dream and Sub-Zero for all their help in debugging. Comments, votes and bug reports welcome. -----------------------------------------Version 2.2.1 Pattern Search button disables Whole Word and Case Sensitivity buttons(If you could turn them on Pattern search would fail) To remove a single item from the Search History make sure the whole text is selected then press BackSpace. Fixed bug that caused eternal loop if search phrase occurred in last line of code. Removed Punctuation Aware; it is not needed for the program to opeate. Cancel button displays properly. Added macros to allow you to insert a NewLine or Tab character to the Replace combo. Added Auto Pattern search Off if Search phrase does not contain any Pattern search characters. Fixed Selected Range test can now cope with selection starting/ending properly. (was ignoring start/end of all lines in selection if Start/End were not at minimium/maximum values for whole range.) Changed Filter Warning message to make it easier to read at a glance. ver 2.2 Added Component and Procedure Line columns to Found Grid. Added Selected Text Range; don't know that anyone ever uses this but it is part of VB's Find and Replace so here it is. Rearranged Properties window Ver 2.1 See Additional Notes in help: Not fixes but stuff that's in the code but not previously explained. Added User selection of colours for Combos and Grid. History is now saved in correct order. Whole Word Filter automatically sets Punctuation Filter. Fixed bug Found List working properly Improved the way Found Grid copes with editing changing the hidden line number that Extended Find uses to speed finding. --------------------------------------------

Java_Volume1 #86070
Defrag at certain time

This defragements your computer when it turns a certain time. It shows how to do a couple useful things including manipulate another program using API - it is moderatly commented and is probably worth the download. (I've only tested it on XP since it's a small project.) Please take two seconds to vote!!

Java_Volume1 #86074
Advanced Mailapplication - UPDATED/FIXED - (24-07-2003)

It's really simple to send e-mails. You can use anyone's e-mailadress, add attachments, adressbook, save drafts... If you've any suggestions/bugs to improve this program, send me a comment. The author is not responsible for any damage that may occure while using the program. If you do not agree to this term then please do not use the program. For example: If you send a message from George W. Bush (g.w.bush@whitehouse.gov) to Saddam Hussein (sadamhussein@iraq.com) ->>> I'm not responsible for this!!!

Java_Volume1 #86071
DirTree

DirTree is an ongoing project on the lines of Windows explorer. it shows all files present under a directory with their associated icons. Users are free to make use of this code in their projects.

Java_Volume1 #86072
[ New!: ScrollingLabel usercontrol ]

It's not another "scroll text in a label" code. He can scroll WHOLE label with text within. Ready-to-use and easy-to-understand user control project. Check the screenshot and see how it works. Just put ScrollingLabel into your form, add dozens of text, set scrolling interval and enjoy :) It has nice arrows (scrolling (up or down): starded, could be continued, not possible), plus fully customized properties: BackColor, BorderStyle, Font, ForeColor, ScrollingInterval. If you like this user control please vote. Thanks :)

Languages
Top Categories
Global Discovery