Results for "Volume: Java_Volume1"
Make your Form(s) fullscreen without any Active X or even any Code! Very Useful, especially when making VB Games. Takes about 30 sec!
This code works with ICQ, not yet a stand alone, but it's a great code to use if you want to learn how to usa the ICQapi. It's rewritten from the C ICQapi so don't expect full capabilities, but most of the stuff are in it. Since I lost my old project of this source I made a new one this mornin, so all stuff wont be in it like send message etc, but you might figure it out sooner or later. I think the Send_File option is included in there somewhere. List_Online_User and Notify_On_List_Change etc has been injected. I can't actually write all the stuff down here, would become a huge list. There are some extras like Send_WWW_Message, Online_Offline_UIN and more. I'll publish a more comlplete file soon with all the nice interfaces and ICQapi uses, but I just didn't have time this mornin. Information about the C ICQapi can be found at ICQ's home www.ICQ.com Due to the lack of time I had some files etc might be missing, if so, tell me.
Easily lets you add a link from you VB application or open default email program.
Dial-up Networking demo. Soon it will be updated with RasGetEntryProperties and RasSetEntryProperties API's. Some parts are not written by me...
This example builds on Srinis example found on www.vb-helper.com. Srinis example loaded data to a treeview from a text file with tabs denoting indentation. My contribution is the save treeview to file function. It only saves one level of childs, it was all I needed for my other project. Srinis example loads more than one level of childs. I am shure some small modifications to my example will enable it to save multiple levels of childs, but thats your jobb ;)
This code is made to mimic the graphic effect seen on the move "The Matrix". I was wondering if anyone could tell me if they knew of a way which I could display the text in 256 or more colors while still writing to memory. Using the old 16 colors doesn't allow for a very interesting effect.
The CMenu class is a fully operational, dynamic class for creating menus in DOS. NOTE: this is not the MFC CMenu class Included is the Menu.h (contains the class, just include in your program) and an example. If you have any questions of comments, feel free to contact me via PSC. Don't forget to vote = P
This program broadcasts messages to other machines. The message is scrolled horizontally across a thin window at the bottom of the receivers machine. It can be configured as an NT Service or a standard exe. Shows how to implement and NT Service, UDP communications with Winsock, Registry manipulation, System Tray, scrolling text. IMPORTANT! Please read the README file included in the zip.
Lan Chat 32 is designed to chat with another computer directly. No sever needed! Client/Host in the same program. All you need is the Host computer IP, your IP is shown on the form. Upped by request, Full source and working pprogram included! (Again, this is not originally my code! I Just made it ALOT better than the original. Original submitted by Arthur Chaparyan)
game of snake and hangman with AI programming
Demonstrate how to spawn a shell on a remote computer bound to a port. If u like it, please VOTE!
Sorry last entry had no .BAS FILE, SORRY FOLKS... It demonstrates how to use the drag & drop methods. It also shows you how to dynamically add controls in run time and how to move controls around. The prog lets you create controls and have them snap to a grid.
With This utility you can show icon on your c programs which run under dos. You can develope icons which shows your appliction more graphical like window utilities
Disables IE popup windows by using an VB Front-end browser and redirecting the popup window to a second invisible webbrowser control.
Get past the annoying limitations of the standard edit control and start using RichEdit controls! This example shows you how to impliment a RichEdit control into your apps using WIN32 API. Shows how to use EM_STREAMIN, EM_STREAMOUT, copy and paste to clipboard, and also how to drag and drop files right into your RichEdit! Streaming is done using file objects as well as strings. If you find this information useful and like the code PLEASE VOTE ;o) if you hate it then we're sorry but the voting feature has just been disabled, i'm very sorry :o\
Attempts to simulate AI. This is my very first time trying to make an AI, so please vote.
I have found out many people want to know how to use WriteProcessMemory due to the fact of writing memory trainers to cheat in video games in such. I have seen that PSC did not have a very good example of this so I guess ill just post this small code snipet! This is the non-mfc version.
Sends an SMS message to a cell phone for free. It makes use of the ServerXMLHTTP object contained in msxml3.dll. Uses the free German Web service www.billiger-telefonieren.de. The cookie checks of the site are circumvented by doing the cookie handling explicitely. Therefore this code should work even server-side! Please note that the site still puts some requirement on the send message. For example messages with subjects like "test" are rejected. And: you can't send more than a certain number of messages to the the same number. For the most recent updates please visit my homepage. New information (30-Oct-02): I uploaded my third generation of SMS code under "SMS via HTTP - third generation".
This code is the equivalence of the bitwise complement C opertator (~), except this only works on strings. I got tired of not having this capability, so I wrote it =)
Quick and dirty code to get MouseWheel event information without any ocx, just a few constants and lines of code...