Results for "Volume: 2002ASP"
Hey, you always have seen some people adding some cool addin to VB which esase their programming right? now you can do it too...You can add commands, command buttons, to menus with any command you like...
Have a Tab control in your application with out having to have the huge OCX that microsoft provide. It's in the early stages yet but seems to work okay at the moment.
What do you get when you combine two programming languages? Morphyx. I've been working on this program for about two years (mainly research) and I finally just decided to take one section out of the big program and give you an encoder. (The FULL version, which isn't freeware OR open source, encodes/decodes MP3s, rips CD tracks to WAV or MP3, burns CD tracks from WAV or MP3 and also creates MP3 discs, plays EVERY type of media file including videos, connects to Napster, records sound via microphone, records video via web cam, etc. etc. etc.) Morphyx Encoder gives you a choice of two encoding engies: LameEnc and Blade. Note that this is NOT command-line encoding. This is done through an encoding API (BLADEENC.DLL or LAME_ENC.DLL) with a wrapper DLL (MORPHYX.DLL). I included the full source to MORPHYX.DLL, but neither BLADEENC.DLL or LAME_ENC.DLL, because, well, I didn't those. =) Morphyx EXE: Visual Basic Morphyx DLL: C BLADEENC.DLL: more than likely C or C++ LAME_ENC.DLL: more than likely C or C++
Most of you have used winamp and know about its slider. It slides along with the song and you can drag it around to change the current position. This code does the same thing! It shows you how to draw a slider, restrict its movement, and make it move along with the song! The code is fully commented!
Normal Common Dialogs are not able to get multiple filenames and look win98-like. This one does. Note: THIS DOES NOT WORK IN WINDOWS ME.
A VB clone of Windows My Computer, A file browser that shows the files Icon, or and icon of what type it is, It shows you how you can have a file directory in a image list, rather than the built in boring one.
This is a small program that I use to pak text file into one big one. It does not add an compression to the file just paks them in to one I hope to add some compression into it soon or when I can find some infor on how to do that. Any way I have also included a Winzip like Self extracter that you can build the pak file in to exe and run them on any computer. as long as vb runtimes are installed anyway Hope you lile the code.
With the code you can place any picture any where on the RICHTEXTBOX....this is a really great application for who likes to develop word programs with richtextbox control..
This is a program I made couse I was fed up with haveing vb code in text files on my desktop all the time. and loseing them. Well if you have ever seen the ABC Reader for Qbasic then you might know what this program is for. Anyway Ihave also include an Editor in the program and all the code has been commented so it will be quit easy to follew. Ok hope you like it any way please vote if you do. Oh sooy about the screen shot. been to small
It's here! B2 is BoS 2.0. A shell is a program that replaces your taskbar, desktop icons, and start menu with better looking, more functional versions. B2 is no exception. Features include: Skinnable taskbar and menus (3 skins included), animated, scrolling, translucent menus with alpha shadows (even on Windows 98), QuickLaunch tray for frequent functions, shutdown, find, programs, favorites, documents, help, and settings menus, desktop menu, tear off menus (drag the menu titlebar to make it into a window), resizable, movable, docking taskbar, and lots more! NOTES: Be sure to copy Alphablending.dll and ccrpTmr6.dll to your \windows\system folder. B2 is released under the GPL. Please read Copying.txt if you wish to distribute B2 or use code from it. Also, B2 ONLY RUNS on Windows 98, ME, or 2000.People must love my code! Three awards for the same code, it's rediculous! However, thanks anyway to everyone who voted. (My not-so-secret plan is to win the award again in December :-)
This is another update to my IRC Client. I completely rewrote the color parsing sub to work better. I fixed quite a few bugs, and added some nice features. Straight from projectIRC.com: First of all, I changed a few things with "hyperlinks". You now have to double click them, not right click. Also I fixed the bug with it switching between windows if you clicked a nick hyperlink. I added #channel hyperlinks, so you can double click any words with # as the first letter and join that channel. And i added irc.* hyperlinks, if you click a server name that starts with irc., it will ask you if you want to connect to that IRC server. Thanks Joe :) Fixed another bug that I won't even explain, but you may or may not notice it, nothing to worry about. I added a text-history, for channels and quries at least. Just hit up to see what you last said, up again to see before that. Hit down to go back down. Also I added it so it saves any server you type in the combo list and hit enter with, it will save it for next load. I'll add auto-complete for that soon. Fixed the bug where query windows in the taskbar would have no text. Also added a feature to the taskbar where if you click the active taskbar button, it will cause that window to hide, just like in mIRC :) (If Khaled doesn't like me stealing all his ideas, I'm sorry :( ) To continue with that list, I added whois, listing of channels (still not done), customization of colors, Icons to the taskbar, option of stretching the taskbar or having it a fixed width, you can join channels even if you leave out the # (ex: /join vb), that's all I can think of :) One last thing, if anyone knows how to translate a # that is the # of seconds past Jan 1st 1970 into an actual readable date, using VB, please mail me~!. EX: 970411847 -> Sun Oct 01 10:50:47 2000 .. VB ONLY!
This was just a little test program I wrote to see how hard it is to use Direct3D. Basically all you can do is load in a plane (there's 1 supplied), and then "fly" it round. It can rotate in X,Y and Z axis's (although rotating it too much sometimes stuffs the alignment up) and move it towards and away from camera. The DX init code was used from one of the contest winners examples on this site, thanks to that person, but most of the rest is mine. If you have any comments please post them
Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)
Well, guys, are you ready for real speed? Real-time TRUECOLOR software-only picture pixel-by-pixel processing (no hardware accelerator stuff) in BACKGROUND, 50+ FPS of truecolor 640x480 image fade in/out with transparent full-area text scrolling - all in VB source, no DLL/OCX's - is it possible? Of course NOT :) Until you inject some assembler (machine codes) into it;-) Yes, hell working machine codes drive this sample, as well as some tricks abount DIB-images processing. Although nothing special in app itself (just slide show fading pics in and out) and you could get more fascinating stuff from DirectX, BUT! It's all in VB and works in IDE almost as fast as in compiled EXE. So, take a look at this stuff. And I hope you won't vote it "poor" just because "I don't f@%$ understand how the hell it could be!" :-) The code is real VB hardcore. So, gimme ur "wow!" ;-) BTW, that FPS was on my PII-400/RIVA TNT2. I wonder what's yours? Let me know!
This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.
This is a complete API call replacement for the dos Netstat command. The example will show all open connections, and the API calls are encapsulated in a Class module that can also retrieve all listening ports on the local computer. This module and demonstration project also allow you to kill TCP connections - in the demonstration right click on a current connection... Includes caching DNS lookup code to get the domain names of the servers you are connecting to! Credit to Michael Tutty for the original DNS client code.
Example of the File System Object
oK. you have seen many regedit examples and also you have seen windows registry editor but this one is the BEST of all!!!!! When you see it please COME BaCK AND VOTE...*Some .bas files are taken from samples and ENHANCED !!!! Check out the screen shot below!!!!!This one also can add and edit 0DBC!! a must see!!!!
I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.
Open Outlook send mail window with attachments from a vb application. Also, change m.display to m.send if you want to just send the email and not preview it! Also works in vbscript! Copy code to a text file and save with a *.vbs extension and double click to activate. Super Cool.