Results for "Volume: 2002C"
Using this project you can load 2 listviews for browsing through folders, icons are added, you can make shortcuts, see properties, also change the width of the listviews while the program is running. Also filter file extensions from loading, and drag/drop copying.
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***
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 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 ;)
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
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...
Ever had to launch a batch/command file on multiple systems?? This very small and simple program will launch batch files on Windows 95/98/NT and 2000 machines. Usage: RunBat /B /W /C Where: /W is window option 0=Hide, 1=Normal, 2=Minimized, 3=Maximized, 4=Normal (No Focus), 6=Minimized (No Focus), /C is close option Y=Close after finished Example: RunBat /B C:\temp\mybat.bat /W 1 /C Y"
This code is fully commented !!! This will update your program by downloading a new one and then kill the old one!!! It's kewl! :D try it OUT! Thnx to dreamvb for the help thx dude ;) and for all u vb programmers log onto irc.vbchat.com get mirc from mirc.com and log onto the chat room #vbchat The ppl who submit to pscode you are the ppl who make pscode what it is today Thanks and Enjoy Sammy Please vote for this code if u like it!!! Any problems mail me @ sammyrhys@hotmail.com
A complete graphical button: Automatic 3D colors, all standard picture types supported with transparency ability, 8 modes (Standard3D, Check3D, StandardFlat, CheckFlat, StandardFlatOver, CheckFlatOver, StandardFlatOver Boxed, CheckFlatOver Boxed), justify and alignment options, MouseIn & MouseOut events... A sample project is included to test all characteristics.
An example of arcade / strategy game. Two teams of robots are figthing to each other. You are the Commander of the MechWarriors while the Computer leads the MetalKnights. The purpose of the game is only one: WIN! See the Readme.txt and Instructions.txt files. I would appreciate it if you give me feedback. DX7 needed. The zip file is about 1.4 Mb, so be patient when downloading.