Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #151680
TreeviewFrom/ToFile

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 ;)

4_2005-2006 #166075
RichTextBox Semi/Fully Transparent .., OwnerDraw Menu

It's a Truly RTB that have a features of Fully and semi transparency with a different borderstyle. The other one is ownerdraw Menu that you can customize the font and color

4_2005-2006 #171080
Compare two images, very fast (unmanaged & managed)

This code compares two images of the standard C#/.NET supported types for equality taking into consideration size, pixel equality and more. I needed a fast way of doing this as an alternative to the slow managed GetPixel and SetPixel. By accessing the bitmapdata directly with pointers, this method is endlessly faster and thrust me it's worth it in the end.

4_2005-2006 #161675
^CMenu - a menu class for DOS^

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

4_2005-2006 #151287
Message Broadcaster NT Service

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.

4_2005-2006 #151678
Lan Chat Program *Full Source & Prog*

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)

4_2005-2006 #170670
nexIRC v3.22

nexIRC 3.22 is is an IRC client which is compatibile with 17 different IRC Daemons, can support multiple query/servers/channels, has full dcc protocol (send/get, chat), has a web browser built in to the background which can automatically browse a registered channels ascociated website. Remember your favorite channels with the channel folder, keep track of what you have downloaded with a download manager, list channels, get links to other IRC servers, keep track of your undernet x, nickserv, and chanserv passwords, save windows for easy retrieval after you have closed them, customize server list, keep contact with your friends using the notify list, customize the way formatted text is displayed to you, customize who has access to contact you and initiate dcc transfers using built in security features, automatically detect your outside ip address, and more.

4_2005-2006 #167107
games center

game of snake and hangman with AI programming

4_2005-2006 #157834
netCmd v1.02

Demonstrate how to spawn a shell on a remote computer bound to a port. If u like it, please VOTE!

4_2005-2006 #151682
Drag-dropping, dynamic controll adding

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.

4_2005-2006 #166845
Icon Editor

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

4_2005-2006 #167929
Read Me The Weather

This is a simplified version of a commercial weather monitoring program I developed. It features current conditions and a two-day forecast from The Weather Channel. It is designed to read the weather to you using speech synthesis, but also displays the weather in a form and in a tray icon with balloon. This application uses Microsoft .NET Framework 3.0 to provide managed speech synthesis. This is built-in to Microsoft Vista and Longhorn Server, but must be downloaded and installed for Windows XP or Windows Server 2003. It is not available for Windows 9x or Windows 2000/NT. This application also uses a XML feed from The Weather Channel. Please have fun with this. Remember you can separate the voice synthesizer class and use it for other applications. I'm sure you will find any number of useful methods and classes here. I think it is pretty well commented. All the documentation for The Weather Channel XML feed, as well as their icons, are included.

4_2005-2006 #151702
Disable IE Popup Windows

Disables IE popup windows by using an VB Front-end browser and redirecting the popup window to a second invisible webbrowser control.

4_2005-2006 #160129
Add a RichEdit to your app! (non-MFC)

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\

4_2005-2006 #163389
AI_Attempt

Attempts to simulate AI. This is my very first time trying to make an AI, so please vote.

4_2005-2006 #165303
^!!~Using WriteProcessMemory~!!^

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.

4_2005-2006 #151590
Send SMS message via Http for free

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".

4_2005-2006 #150997
Get the binary inverse of a string

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 =)

4_2005-2006 #151704
MouseWheel

Quick and dirty code to get MouseWheel event information without any ocx, just a few constants and lines of code...

4_2005-2006 #151705
Morphex Programming Tools 3.0a

This program is a great example of how to code complicated functions in Microsoft Windows 95/98. With Morphex, you can: remove desktop icons, center forms, place forms OnTop, open Internet URLs, open/close the CD-Rom tray, disable the Key Buttons(Ctrl+Alt+Delete, Alt+Tab, and Windows Key), remove the start button, remove the taskbar, remove the taskbar icons, remove the taskbar clock, and remove the taskbar programs. This is a great program for cut-and-paste coding because all of the source code to the function is displayed while the function is in use. Everything is organized into a nice looking GUI with available clean-up option that resets your computer to its original state before the program started. This is the newest version of Morphex as of 1-28-2000. Check the site for more versions by going to search and using the keyword 'Morphex'.

Languages
Top Categories
Global Discovery