Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #198683
Get Hours, Minutes, AND Seconds between 2 Dates (or of total seconds)

This code will enable you to take two dates, find the total seconds in between them, and calculate the Hours, Minutes, and Seconds.

6_2008-2009 #210971
[ A Simple ] Artificial Intelligence (AI) Chatbot

This application demonstrates how to write a VB client for an AI chat bot. The code it self is only a few pages, documented and easy to understand. This example uses the Transplantable Artificial Neurological Units (TANU) architecture. After you download this VB Chatbot client code point your web browser to http://www.p2bconsortium.com/sss/CreateBot.aspx to create and train your AI chatbot. Then use this open source client to chat with him/her. You can also modify this code to bind your AI chatbot to both IRC and non-IRC chat systems. If you need help feel free to stop by our IRC network and ask questions. /server neptune.vathix.com /join #tanu You can also post questions to the http://www.ai-forum.org/forum.asp?forum_id=11 Be sure to put TANU in the title of your thread so that TANU trainers can address your questions.

6_2008-2009 #212427
WinLinux

Ok I wish I could say that I made this but I did not. I found it and it is great. This is the famous Windows Linux writen in VB. I had some problems useing it on Win XP but worked fine for me on win98. I am includeing the origional source that I first got it is in french but I had little problems converting it to english so I could play around with it. The usrname: root / pass: admin after you login you can creat a new user account just like linux. I hope everyone likes this as much as I do. It's like haveing a whole new operating system well giveing windows a new look anyhow but it's great. Check it out. *** UPDATE *** I have posted the translated version in english for those that wnated it...

6_2008-2009 #213262
Tips That Make Programming Life Easier

Contains over 50 tips to help your programming experience easier. Feel free to leave comments.

6_2008-2009 #203790
Api Timer + Array WithEvents

This code contains 2 classes, One is a base API timer class that can be used as a standalone timer replacement (does not need a form to host timer) The second, is a class that holds an array of these timer objects and allows you handle events of a timer array just like the default VB timer object. VB Does not have built in support for handling an array of objects withevents. So this shows you how to code it yourself.

6_2008-2009 #205918
PicView Studio v1.6

Great image viewer. Has three forms of display. You can either view full screen, fit to window, stretch the image, or the full image in the window. You can browse through your hard drive for image files, change filter options, and more! Yes, the form can be resized (which is a real bitch to code.) Have fun and don't forget to vote!

6_2008-2009 #212426
Winux_English

Ok for everyone that has requested it here is the english version of the amazing windows linux winux program. It is around 98% converted from french to english so there should be very little if any problems understanding any part of it. The entire program is very well commented. Also the username is root: and password is: admin (after you login under root you can create a new user account - just like linux!)

6_2008-2009 #195769
Inheritance Without Containment

This example illustrates how to set up inheritance in VB, without using containment ('has-a') processing. The data structure is very flexible, as each class and object instance is basically a hash table (a dictionary in VB). It usess 'CallByName' to call the appropriate routine based on type, at runtime. Note that this could be made much more efficient and speedy by using a custom hash table class and enums instead of strings for properties, but I left that out to simplify this example.

6_2008-2009 #208761
[API] File Read Write

This is not a "normal" file input/output interface. This does it ALL with Api functions! The Read and Write function are in a Class, so it will be easy to add this to your programs.

6_2008-2009 #211739
ColorProgressBars

This is sample how to made color progressbars using Windows CommonControls and Windows API.

6_2008-2009 #211346
IsDebug - InIDE

return TRUE if inside IDE, return FALSE if in compiled EXE, work in standard EXE and in DLL

6_2008-2009 #207398
VBScripter 1.0

This application has vbscript debugging, colorizing, previewing vbscript, nice toolbar, plug-ins (if you want to include plugins, make the directory named 'plugin' and insert it there) They are not actually plugins. Output=>Clipboard Contents! Whatever! Check it out. Look at the screenshot. Rate it.

6_2008-2009 #213462
Dependency Viewer of Win32 PE

A application to get the dependencies of Win32 PE Files, A handy tool for Visual Basic programmers, to deploy and package applications.

6_2008-2009 #209246
Listbox resize demo

This demo shows how to control the width of a standard list box's text area so its widest string is always visible. VB's list box control automatically adds a vertical scrollbar when there are too many items to show vertically. The demo detects the vertical scrollbar and includes it in the list box's width.

6_2008-2009 #213266
A 34 Graphical Related API Tutorial

Finally, I completed a tutorial which teaches you how to use the 34 API related with graphic. You will learn how to use these APIs through detailed information about the API and source code that shows how to use the API. You will not be disapointed if you download this tutorial. Leave comments and vote for me.

6_2008-2009 #213461
Folder Security

This is a application to hide your folders from unauthorized access. The hidden folder can be un-protected in just a mouse click. A password can also be assigned to this application. This program is one of my favourites.

6_2008-2009 #206284
Mac adress hacker

This document here will teach you how you can change your net adapter mac adress !

6_2008-2009 #211345
Browse For Folder Version 3 Final

Browse For Folder, now work in all version of windows 98/ME/2000/XP

6_2008-2009 #210774
New! Skingen! Make transparent forms the right way!

Skingen loads a bitmap and makes a form transparent. See screenshot.

6_2008-2009 #195770
AVI, MP3, WMA, Ogg, Midi, and more player!

This program allows you to play audio and video files in various formats, including MP3, Ogg, WAV, WMA, AVI, and more. It uses DirectShow, and doesn't require any DLL's or custom OCX's.

Languages
Top Categories
Global Discovery