Results for "Volume: 2002ASP"
This is an OCX which opens up a server on your chosen port and it can accept however many users you chose it to. The server is accessible through any telnet client and handles backspacing. Both OCX and example are fully commented. Please Vote. -Paul Blower
The code will extract any text found in a PDF document and display to a text box. You must have Adobe Acrobat NOT the reader. the reader will not work. also the text cannot be an image otherwise all it will return is garbage.
MDIForm with an outlook style shortcut bar. Very Simplified.
This gives you the Windows 95+ directory listing with My Documents, Desktop, etc. Two projects are included in this zip, one that has the project as an executable, one that has it as an ActiveX usercontrol. Simple code, lots of comments. Please leave feedback and vote!
A clone of the MsgBox() function, but allowing any buttons you like. I know similar things have been done before, but I don't think they're as complete as this one.
***UPDATE*** Hi, it's only me again with another update to web messenger. So if your not fed up with my programs by now then here it is, now with changeable colour settings for your messages and also a few bug fixes. If you find any bugs then please report them to me, as im trying to make this program reasonably good. Thanks allot, please vote and leave comments if you download this, any feedback is worth it. Nick :)
I thought that I would submit this as a laugh. It was designed to control audio on another pc remotely via the office network. If you have a server in your office that is connected to an audio system of some kind then this could be for you, it allows multiple connections to the server side application and is very easy to use. Unfortunatly there is no MP3 control, that function still hasn't been added. But playing CD's remotely is fun. The client socket is controlled via an .INI file. Have a go and please rate and comment on it :)
This code demonstrates how to send formatted text and images to the printer at specific locations on the page.
a fun example of falling snow
My code make the same thing of the Sendkeys command but without the bug
This will Delete the Windows History - Opposed to the last post which I thought I uploaded this - But uploaded the Delete Cookies Source. Please Vote: Please Leave Comments: Thanks
Simple code + explaination of why popup menus don't disapear like most app's menus when called from the system tray. Very hard problem, very simple answer. (this has no minimize to system tray code in it)
Write to 2 Excel Sheet at the same Woorkbook - With VB.
SpaceQuest is a very cool game with animation, sound and the stuff created with DirectX. I learnt all about DirectX from PlanetSourceCode and here are the results of one complete day's work. If you like for this code, vote for me. If you really like it, point me to some DirectX resources I can use. Thanks!
Using PUT and GET command with Microsofts Internet control you can copy a file to and from any local dir to any FTP remote dir. There is only 6 lines of code. This is the easiest way to copy to and from a server. VERY EASY!!!
This demo allows you to compare and benchmark 3 methods of XML Parsing available to VB. 1. String Manipulation The first method is basic VB string manipulation, using functions such as Instr() and Mid(). 2. MSXML Document Object Model The second method uses the DOM methods provided with MSXML. 3. MSXML 3.0 SAX2 The final method uses the new SAX2 technology provided with MSXML 3.0. The benchmarking results will prove that SAX2 scales linearly while the DOM and VB string methods scale exponentially. SAX2 proves to be a highly scalable solution for parsing large XML recordset. This demo will be useful for those who are interesting in learning about XML parsing in VB, and especially useful for those who want to take advantage of Microsoft's new MSXML SAX2 technology. All the VB wrapper classes you will need are included with this demo. Before you run this demo, you will need to install Microsoft's MSXML 3.0 library. For instructions, see the Instructions.txt file included with the project. Don't forget to vote!!!
For those of you who have never downloaded Web Messenger then to sum it up, it's an MSN Messenger clone. It replaces certain strings for pictures, lets you know when the other person is typing and also lets you change the sounds for each event and the colours for the messages. For those of you who have downloaded Web Messenger before, the latest upgrade replaces the "Robbie Saunders coding standards" colour palette for an Adobe Photoshop style Active X colour palette. The OCX is included in this zip. Please try and rate me. If you think its good or bad, please vote me either way. Thanks again :) P.S. If your looking for a program with PLENTY of coding examples, then this is the one, it includes Object Orientated Programming, Win Sock control, API calls, Active X user controls and many many more.
This is an example of how to create an ActiveX EXE Server that does three things. 1) retrieves file listing of databases from the server directory, 2) retrieves a list of reports and then lets you retrieve the pre-defined parameters in that report and 3) allows you to fire off the report to a Word file in the server directory and then attach it to a MAPI Session and mail it. I have currently set it to MS Exchange Setting (hard coded), but you can change that to your own personal profile. This was put together in a limited amount of time so there is some spaghetti code involved as well as some untrapped errors, but I am still working on it. If you like it please vote on it and let me know if you like it and I will continue to clean up the code and release later versions in the future. A test Database is included (Rentals2000.mdb) which is an Access 2000 database, there is also an Access 97 Database included (Rentals.mdb). However, the code was created for Access 2000 due to the VBA library that was used. Good luck!
Some basic high-precision math functions This little program demonstrates the ability of VB to go beyond the built-in 16 digit level of precision. It demonstrates the computation of the sine, cosine, tangent, square root and cube root of an argument to a precision of up to 28 significant digits. In my work, I often encounter special situations where a higher level of precision is required, so I thought I'd share some of the basic routines I use to achieve it.
Well, a simple application with vxtauto.tlb that reads a string. I have added lip movement animation, while reading text. A timer controls the lip movements (open and close) and two images moving across the screen. Add some text in the text box and click on speak button.