Results for "Volume: 3_2004-2005"
This code downloads the cat of the day picture from www.catoftheday.com. This code allows you to download a picture from a website and display it. It could be implemented in numerous ways, such as in a game that downloads new sprites everyday. Hope you guys like it. Vote for me please!
This is an autobrowser screensaver. Basically you give it 4 topics, and it randomly chooses one and a search engine (google or yahoo). Then it searches for that, and randomly scrolls and clicks on links. Pretty cool and shows good manipulation of Web Browser control. It basically browses by itself, just surfing the net. Now there are no popups when it surfs. Kinda fun to just sit and watch it surf. Also plays a pretty cool wav while surfing.
Simple app that hide text in a picture... actually max caractere: 255 but if you like, i'll make a "serious" app with crypted, protected and illimited text lengh...***Must See***
A Winamp Plug-out, (not a Plug-in) but cool none the less ... Querys Winamp for currently playing, Artist, and song title. Then does an Online Search for Lyrics, If a match is found it displays the Lyrics in a browser control. (Updated: Browser Ctrl Sizes to window now.)
This is my first submission to psc, This is a icq mass spammer you can load proxys and use different names and everything for totaly anonymouse spamming. You can also load uins from a txt instead of adding them in one at a time, I hope this helps some of you because I dont think ive ever seen a mass icq spammer on here, If you like this code vote on it and please comment. l8
This program connects to a website and grabs the html source, it then looks in the source for different things like popups, java applets, 404 errors, page redirects, adds to bookmarks, sets homepage, embedded objects, frames, cookies, javascript alerts, and other things. With peoples help this could be something very big, please send your comments and votes. Thanks **Update: I have added the ability to save the report and html.
Resize All Controls On A Form
Learn How To Drag And Drop On A Form
Simple way to have labels replace a couple of standard controls. Very easy to do!
Ok, you passed the area of writing a successful "Hello World, Watermellon" Visual Basic Application, and you are planning to move to a higher level, or still sticking to the current level you are working on, or you already wrote a great and advanced Application Prototype, and planning to relax while reviewing what you have writen, seeing if you can still optimized and improve the application while it is still reliable as ever. This article was written specially to improve your flow-control, what is the better if not the best way to make you application performs much better while still written in a read-coding-friendly way by guiding you on the most common mistakes in Visual Basic programmings.
This class module encompases te abilty to create and manage a console application. Send output and recieve output from the user, even change the output color and backcolor. Just pop thin in to your project and use like this: public sub Test() dim c as new cConsoleApp call c.Create("My Console app:) c.WriteLine "Hello. what's you name?" c.GetUserInput c.Writeline "Hello " & c.LastUserInput c.GetUserINput c.Destroy end sub
This application allows you to login into a POP3 server, list all e-mails on that server and delete the e-mails of your choice off the server. This is a great tool for a number of purposes, such as screening for spam. The application as written does not display the message body, but because messages are encapsulated into a CMessage class which includes a MessageBody property, it would be easy to add this functionality.
This is the follow up project from the basic VBExplorer I posted in September 2001. VBExplorer2 is a functional Explorer type project using the TreeView and ListView controls. The Facilities programmed are an 'Up one Level', Cut, Copy, Paste, Delete, Properties, Refresh, Rename(using the edit label feature in the ListView control), Large icons, Small icons and List icons. All supporting controls are placed on a frame object and rendered invisible at run time. The frmFileOps Form is an added bonus and shows some techniques in producing a smooth animation illustrating a Move/Copy operation. It uses the BitBlt API to animate a worm carrying a document in it's mouth between two computers. The code is surprisingly small. There's also a nice bit of code using a Label control that provides a movable bar between the TreeView and ListView controls letting you size the controls to your liking. Just place the cursor on the Bar and when the cursor changes to a West-East arrow Click-Hold-and-Drag to a new position. For further info see ReadMe2.txt.
This is a repost from my Dynamically Loading DLL's now that i have found a way to call a function from a dll. Sorry for the lack of nice GUI, but im tired ;)
tracks how far your mouse has moved since youve had the program...and compares that distance to distances of landmarks and famous events...such as the boston marathon, eiffel tower, and the tour de france...its interesting to know that your mouse pointer has really gone that far
This articles shows how you can use windows messages to communicate between two (or more) applications.
This code shows basics of using TreeView, and the art of reading/writing ini files. it's also just a new outlook on ini editing in the form of a directory tree. i like it. its neet. i will update this with more function like editing not only the values ect.. and some further explanation
Allows you to view what processes are running. And what directory those programs are located in. Also, allows you to filter out process based on a filter that you enter.
Places the form as an icon in the system tray until the icon is double-clicked. This could be useful for programs that you would want to run in the background but dont want filling up your taskbar.
Batch viewing/ and plotting of Solidworks files. This is also extended to view word, excel, txt and picture files. Many more features is added in future. Take care,yall...