Results for "Volume: 3_2004-2005"
Determine Beginning & End of Month for Processing
This is a class to extend the functions of the standard ImageComboBox (MS Windows Common controls) Features include: autocomplete, allow only present items or not, auto-set dropdown width, and more. I need a feedback from you, so please leave comments and vote. Thanks ;-)
Interactive menu similar to the ones built with Flash/Swish. Image changes when mouse over menu item and sound effect plays (using API call) for Button Over and Pressed events. No OCX's and DLL's used in this snippet of code. Pure VB. You can change menu image to whatever you want, but you will have to modify the coordinates in the lblMenu_MouseMove sub for the imgMenuOn content. Please vote if you find this useful. Comments are welcomed. Enjoy!
If you want your strings routines to be as fast as possible, learn C. If you don't want to learn C use string mapping, its nearly as fast and pure VB. In this article I give you the silver bullet for strings. If strings are bottlenecking your code, I'm your new best friend. I've included a project that attempts to visualize the string for you. It also contains a word count comparision which uses four methods string mapping being the fastest by far (compiled).
Teaches you how to auto-scroll a richtextbox, but it accounts for the vertical scrollbar. If the user has the scrollbar moved up, or at the top, it does not scroll down and stay at the bottom. This is very usefull for logging windows or chat windows. There is no code to do this on PSC. I would like to thank BillSoo from www.visualbasicforum.com for his help in solving this. He gave me the initial code and sent me in the right direction. After fixing it, here it is for everyone to use. This is just a little demo, the timer runs every second adding a line to the box, just watch it go and then play with the scrollbar, it only scrolls down if its already at the bottom.
Lets you save different desktop arrangements and restore them with a mouse click.
Also,MENU CREATOR/COMPILER {binary,text file} -------------Of .CCODYX---
I have updated once again Working scrollbars,resizable at runtime,animated Roll affect on panels user can change speed,gradient background,one panel show property(when panel is clicked the other panels close except if panel state is set to Fixed) check out my xp form skin control known as jsskin 1.4 at : http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=34875&lngWId=1
This is a realy cool piece of code to create an apllication window using the API. Demonstrates creating classes, using call back and windows messeging.
This example will create a window from scratch. When working with a window that you created, you can do anything you want as you would in Win32 C++. This includes full screen OpenGL/DirectX apps, as well as other fancy tricks you couldn't do in VB
Send Messages to Winamp using one simple Class Module (Play, Pause, Unpause, Next Track, Previous Track, Volume Up, Volume Down, Close, etc). This piece of code is the best code you will ever find. Please Vote...
This is a Bible concordance that you can use to store bible related topics and scriptures. So like you could create a topic entiled "Abortion", with scriptures against it, and come back at a later time and view it. It uses an elaborate database of text files to store all info. Next version im going use MS Database. If you add anything cool to it, please let me know. Thanks.
This is a demo to help sort out some the confusion about Image and Picture properties of a Picture control. I have been programming in VB for years and sometimes still get a bit confused about these so I wrote this to help myself as a reference, and thought perhaps some others might benefit. Also shows simplest usage of the BitBlt API function.
This is a very basic client / server application that I have written using the winsock control as its communication method. The server will accept multiple connections from different clients and also has some basic network functions i.e. Info about a connection and send a message to the client. Also the ability to kill all the clients is available. Both server and client seem to work ok and I have made several connections to the server without a problem. The code of both client and server applications has been full documented to give you guys an idea into what I was trying to achive. If you got any problems, drop me a msg.
This application will locate each instance of Internet Explorer and log the URL visited. I needed an application for my LAN users so I could see where they were surfing to without buying a third-party app. This will do just that with the ability for all users to write to one log file on the LAN. By design, the log file writes out the URL, HTML TITLE tag, Computer name, User Name and date/time. Is the concept original? No, however it is quite functional and I think may be a good learning tool for someone out there. The code is commented pretty thoroughly so please read the comments - especially those in the *.bas file. I have been using PSC for a few years now and decided I should give something back. If you like it, vote, if not then don't. Votes don't really concern me but your comments are much more valuable. Please leave your comments here for the benefit of all. -- I have only tested this on Win2k with VB6. -- Before running the code, you must copy the EBCrypt.dll into your System32 directory and register it. If you don't you'll get errors. (Rename the DLL once downloaded or you can obtain a copy from http://www.freevbcode.com/ShowCode.Asp?ID=3779)
This is part 2 of creating a window from scratch. This will show you how to impliment Buttons, Listbox, Combobox, Lables, Timers, etc dynamically on a window that was created from scratch. If you want the skeleton code for Part 1 go here: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=34819&lngWId=1
This example will show you how to select a control array of labels! (Ideal for custom ListBox's)
This will show new users how to make a ImageList ToolBar. I'm sorry I didn't have time to fully explain this, but the code is commented for those of you who already know how to atleast put images in a ImageList. No votes are needed, please comment...
Solves ANY Quadratic Equation. Graphs, Gives (X,Y) Points, and Shows WORK!!
This is a Simple text-to-speech program that uses microsoft direct text-to-speech. this example teaches you 1. How to make text-to-speech speek 2. how to alter the pitch and speed of the voice plz keep in mind, this is my first submission