Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #141269
Do you know that you can call Java classes from Visual Basic ??

I updated my article, cause for some reasons, Microsoft removed the SDK from its site. So finally I found it in another place (its include below) I did test it and worked it again. So if anyone wants to know how it works, just try it. Any problem, dont hesitate to contact me.

3_2004-2005 #141270
SHOUTcast Stream Capture *UPDATED!*

*UPDATED* this cool lil program downloads music from a SHOUTcast server into a file on your computer, it also grabs the server info (name,genre,url and bitrate) which i haven't seen any other SHOUTcast s/c's on here do! :) it also tells you how many bytes,kbs,mbs or gbs of mp3 u have downloaded. please vote and leave feedback

3_2004-2005 #141271
PSC Multi-Downloader

Written by: Troy Williams Email: [email protected] First off, the most of the code is original. The rest of the code has been put to gether from various sources around the internet including PSC. So if you recognize code that you wrote I will be more then happy to put your name to the code. This program is designed to download source code from PSC.. - It is capable of downloading up to six files at the same time(well actually, the number is virtually unlimited, but more then 4 or 5 will piss PSC off. I found that 2 gives good results). - It supports cut and pasting of urls, as well as drag and dropping urls. I wrote this program because my home computer (win XP pro) could not access the PSC site for some reason. I was receiving the code of the day newsletter, in which were the links to that days uploads. So I put two and two together and wrote an app to download the files. Along the way I discovered a number of interesting things. The urls in the newsletters are redirect links So I developed a way to follow the redirect links. The program has a number of interesting features as well. The urls to download are stored in a listbox, which basically acts like a que. This allows multiple winsock controls to download different files When a valid download url is found (i.e. the normal sourcecode download page) it copies the html to a directory named for the of the webpage. This allows for a description of the code to be saved along with the zip file. Also the html and file headers are saved in that directory as well as a *.url file with the download url. The program also logs urls that caused problems to a log window, which allows the log to be written to disk. The Url list can be saved to a file as well. To use the program.... Start up the program, either from the ide or from a full compile. Select options from the menu and locate the directory where you want to download the files to, also enter the number of simultaneous downloads you want to have. Goto File/New Downloads An URL List window will popup, simply copy and past (or drag and drop) the urls into the listbox When you are ready to begin downloading, click on the download button

3_2004-2005 #141272
VisualX - 3D Engine

Well i decided to make a 3d engine, and this is as far as i have got. It can do ANY polygon that u can make. Runs at around 340 fps on my WinXP machine (1ghz,256mb ram, geforce 2 MX 32mb). I added a VisX editor to make your own 3d objects while seing them rotate in 3d space, then generate the code with 1 click. The only problem i have is i can get the drawing oders right so colours can be used on sides! If you can help please do! Please vote :). Nick

3_2004-2005 #141273
Explorer v1.3

This is the third update to my ExplorerTree, whats new, 1. Icons are displayed in each FileList, this does it a different way than usual. If you have 2000 + files in a Folder, listing all the Files, icons and information associated with those Files takes ages, the File information isn`t the problem, it`s the icon information that takes ages even using API. this version of ExplorerTree only displays the icons as they are displayed in the FileList. Once all the icons have been displayed the gathering of icon information stops (loop stops). Much better than waiting for all the File icon information to display in the FileList.

3_2004-2005 #141274
Make an ActiveX DLL (Step by Step)

Ok, in my last posting, once again, somebody requested another article, this time on how to make a DLL. so.... here it is. I hope it fairs well with all.

3_2004-2005 #141275
MultiChat V.1.5

to talk to other programmers and people

3_2004-2005 #141276
CopyMemory API, A Simple Tutorial

This gives a step by step explaination of the CopyMemory API Call.

3_2004-2005 #141277
XML_Generator

Generate XML from ADO recordsets.

3_2004-2005 #141278
TrueWavEditor (Updated)

I've seen hundreds of requests for a PURE VB Proggie, which can Copy & Play Audio Portions, Zoom in On, and Save Windows Wav files. So here it is: The TrueWavEditor will load ".wav" files of your choice, after which you have Selection, Zoom, Loop, and PASTE AS NEW FILE Options! This is Based on My TrueWavAnayzer Project also listed here on PSC. The Proggie will name your "selection" as 'Untitled#.wav' in the App.Path, then Opens it as a new Instance of WavForm. Everything except 'Play', functions without a soundcard (since it's all binary reads and writes). These Projects took quite a bit of my time to research & write (mostly with translating Various math Filters into Code, and figuring out the RIFF Audio File Format Structure which includes Video formats as well). If I get a good response from this, I may start on a complete Wave Studio, in Pure VB (if Possible, cause this binary stuff just don't perform very quickly in vb), as you'll see if you download. Added support for all the common wave format combinations. I Fixed the 16 bit Stereo Paste Bug...

3_2004-2005 #141279
Simple App To Delete Files From Temp\Temporary Internet Files\Recent\History Folders

***UPDATED***For those that have already downloaded the app, sorry about the bugs and "dead" code in the app (this is a take-off of something bigger). Anyway, enjoy

3_2004-2005 #141280
MP3 ID3v1 Tag Read/Write Class

Use this class to read and/or write to the ID3 tag of an MP3.

3_2004-2005 #141281
GenFonts

GenFonts generates an HTML document that displays the alphabet and font name in said font.

3_2004-2005 #141282
A 3D Texturing/Animation Example

Gears toward teaching you how to texture, add light, rotate, set spin animation, and basicly use DirectX's RMControl (ocx included, read the text document). Every line of code is commented with an Easy to understand sence and description. Great to learn off! Please Vote!!!

3_2004-2005 #141283
Edit Grid

Shows the way of editing a datagrid and then copying the data of selected cells of datagrid to a clipboard.... Very nicele commented code... Best for someone who wants to learn about datagrid... Guys this is my first ever submission... so please vote... and give comments... but only good..;-)

3_2004-2005 #141284
Hyperlink Sample (one API function used:-)

This is in response to a yesterday's submission. No timer. No Set/Release capture (almost). The trick is that windowless controls ARE capturing mouse events upon mousedown BY DESIGN. So every label, image, or custom windowless control has the capture ability build-in. Thank you VB, I just figured out how to use this. Purely as an excercise you can encapsulate this code in a windowless usercontrol. Anyway, this implementation has at least two flaws. Can you find them? :-)) UPDATED: By popular demand now supports right click context menu, OLE drag&drop (good enough), "hand" mouse cursor (with shadow on win2k!), WM_CANCELMODE (pretty decently). More API's used but still under 160 lines of code. 10x for the votes

3_2004-2005 #141285
Data Grid Update Ver...

Nothing Much !!! Just the update of my previous datagrid... This code helps you learn editing datagrid... It just got rid of pressing Enter key again and again... Also shows how to allow only numerical data in a particular column... And yessss !! u can also copy a selected cells of datagrid to Clipboard... Everthing Very well commented !!! So guys please vote....

3_2004-2005 #141286
IE Cookie Spy

This program allows the user to monitor cookies while browsing the internet. It shows new cookies and modified cookies, and allows the user to view the details of each cookie, including previous values and modified values. Its useful for debugging web applications where cookies are involved, among other purposes.

3_2004-2005 #141287
SebaMix ProgressBar

Little dll that allow you to transform a picture box to a progressbar. Using it is really simple and give you lot of effects (see screenshot), just see the read-me file inside the zip. Enjoy it!

3_2004-2005 #141288
MindBlock

With this game you must find all the combinations of symbols before the time finish. You will start with 2 simbols and finish with 7. Cool (but silly :) ). Enjoy.

Languages
Top Categories
Global Discovery