Results for "Volume: 2_2002-2004"
This is a Voice Chat program, that allows users to talk over the internet. I found a similar code on this website, but it gave me a Runtime error 13, so I found the original code (that came on VB6.0 CD-ROM) and corrected the problems in it. This code should work pretty good even if you have a 56k dial-up connection. Before you can run it though, you have to do the following to register the wavestream.dll (that I have also included). 1. At the DOS prompt go to the directory where wavestream.dll is located and run the following: regsvr32 wavestream.dll This will register the included dll so the program can use it. 2. In VB open the project Voicecht.vbp. It will probably give you an error message for the first time. Don't pay attention to it. Go to Project, References and then put a check mark for MS Internet Audio Streaming Support. This will fix the problem. Now you are ready to run it. Good luck, and enjoy.
How to add controls to your from at runtime through the use of an array.
Enable Multiple Selection in a list field.
My dear Friends,This is my 3nd submission in PSC. I am sure you will like A Fast and Easy ASP Chat Prg . Vote for me if you like it. Feel free to give his to your friends. You Commends and suggestion are welcomed. Please tell me anything that I should do to update it. And also PLEASE take the time and vote for me, thank you! [email protected] or Call Me 00-91-487-422353
An update of my first bargraph project... no more dashes or ugliness. Plus I added a feature which allows you to adjust the hight of the graph. I've also added comments for you who wish to have a little more fun with it. PLEASE VOTE.
Allow you apps to have a standard sign on which confirms the users actually have an NT account and varify their NT/2000 password.
UPDATED 11/4/3002 -- This code is used to create a tab control similar to the tabbed dialog control in vb, it comes in very handy when you have alot of information to display but no room to put it. You simply add the tabbed dilaog and organize everything into sections. With a couple lines of code you can add a tabbed dialog control to anything you wish. The tab control can create static tabs(HTML) or DHTML!!! This has been written in vbscript for the server and javascript for functionality at the client. In addition, when navigating the mouse over the tabs the mouse over will change the backgound image to a selection. The style used was from Windows XP. 11/4/2003 - Updated all the graphics from jpg to gif with transparency. Added a selected tab option to the dynamic tabs. It will now be driven off the tab that is passed in the function call. Added the photoshop files for the graphics so you can change the colors and style to suit your site. I included a few samples of other colors. Last i cleaned up the jump page for the sample, it looked plain. :) Even though the contest is over, I would appreciate your taking the time to vote! Thanks Tom
Download a binary large object (BLOB) from the database without temporary files or chunks.
This WEB application was developed with the intention to demostrate the flexibility of ASP (without the .NET) and the possibility to create development frameworks that can be used again and again giving to ASP development a very interesting twist. Using just ASP and JavaScript it is possible to create complex user interfaces (as you may already know) that will resemble the look and feel of windows application: Rich functionality GUI controls, Data binding, No Java applets, No ActiveX and great functionality, 100% client-server application over the internet. This is just a "DEMO" a prototype nothing else should be assumed. I had developed a full version of this program and many others and if you want to know about the techniques used to develop this small sample application don't hesitate and contact me: [email protected] Again, this is just a small DEMO of a System Issues application there is a lot you should not expect from it. Thanks to all the PSC developers that over the time had submitted their work for us to exploit their great ideas, there is too much to thank them for all the material I had used to create this program. IMPORTANT!!!!!!! Works only with IIS 5 and IE 5.5 or 6, will not work with Netscape
This code shows the basis to manage a drag&drop bars on an MSFlexGrid. This easy source code lets you make the necesary changes to work in companion with my hierarcical msflexgrid. You can make the changs to work the bars to make it vertical. Add pictures,text (anything!) on the bars. Very easy code!
An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg, sample02.jpg - just for sample pictures - Note : I do not use progress bar (I don't like additional control), just wait, it doesn't take a long time.
This code is GREAT, Have you ever sat there at work and thought 'I Could Really Use A Coffee Break, but....my boss is just around the corner'? Well this code is the thing for you!! What it does is: you select the dialog you would like to appear set a time it should be on the screen for and there you are.... you could have a fake scandisk that'll conveniently last for however long you want (while you have a coffee)!============================================================================================ Oh and please please pleas Vote for me no matter how good/bad you think this code is.... it'll help me to improve future versions + it lets me know how i'm doing in VB =)
Use the ZOrder property of a control to set it's depth within the form therefore enabling a nice dynamic interface.
This Project is basically a simple-to-use full-featured object-oriented spread sheet file data management system that will allow the user to open, save, browse, edit, make graphs, and apply functions to any kind of alphanumeric data. This product will run under the DOS operating system. Also, if you wait for 20 seconds, an automaitically BUILT IN SCREEN SAVER will be activated, that can be stopped by pressing the ENTER. REMEMBER THAT SCREEN SAVER WILL BE ACTIVATED AFTER 20 SECONDS. THEREFORE, YOU MUST ATLEAST MOVE YOUR MOUSE OR PERFORM THE KEY OPPERATIONS, IN ORDER TO AVOID THE ACTIVATION OF BUILT IN SCREEN SAVER. The spread sheet file based data management system, as it’s named suggested, is to be used by a user to handle any kind of data in a form of spread sheet. The user can view or edit a spread sheet with a complete facility of saving and retrieving files. The user interacts with the product’s functions (like filing, tools, etc.) by using the MOUSE, and clicking on the pull-down menus of File, tools, graph, and Help. Under each one of these pull-down selections, a user can select functions such as openning, closing, saving, new file, add row, add column, multiply row or column, displaying bar or pie charts, and displaying help. Now, to interact with the spread sheet made, the user can enter data on each cell (like 1st row and 1st column, 2nd row and 5th column, etc.) by selecting the required cell and entering the data that can be alphabetic, numeric or alphanumeric. PLEASE SAVE THIS FILE IN THE FOLLOWING PATH OF TURBO C AND MAKE SURE THAT BGI FOLDER IS ALSO INCLUDED IN THE "TC" DIRECTORY: C:\\TC\\BIN\\zar.cpp
A REAL TIME SAVER I felt the need to do this bcause i had a huge bundle of asp scripts all containing tags like . now as a cumpulsory requirement all images were to be stored in a diff directory ( ../images/ )(earlier it was in the same folder as the asp scripts)
Erm, I don't really know what I was trying to do here. Maybe you could make it into a screensaver. It looks like you're going down a tunnel. Wierd. Only 3KB.
To remedy difficiencies in ADO, namely single criteria in the .FIND method. We encapsulated an ADODB.Recordset within a vb6 class module, and created four methods (FindFirst, FindLast, FindNext, FindPrevious) which allow for more that one criteria.
Changes the Ugly Standerd Look of the Form
This code[when compiled] uses the pythagorean theory to solve for the sides of a right triangle. I wrote this code using Micosoft Visual C++ 6.0. This is the first "Major" program I have written, as I am a beginner. If you have any problems, questions or comments[about the code] please e-mail me >>> [email protected]
A very BASIC code to change the cursor into a Green Blinking box making it look like a TERMINAL. Similiar to the Matrix. Or whatever you called it.