Results for "Volume: 3_2004-2005"
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 @ [email protected]
Load all pictures in some folder in thumbnails
A complete graphical button: Automatic 3D colors, all standard picture types supported with transparency ability, justify and alignment options, MouseIn & MouseOut events... __________________________________________________ Re-coded: 2003.02.19
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. For other vb games and demos visit my web site: http://web.tiscali.it/fc_vbgames/index.htm
Edit and run VBasic programs on winXP with the real XP controls Style. Ship Your Application Both on Windows XP and Earlier Versions of Windows with style ;)
This code allows you to Read, Write, And Delete Keys from the Registry. EASY!
What is Bit-Set? Is it applicable in VB? Becomes aware in your statements deeply, thats the only reason you may find this article useful; create a faster statements and understand the idea behind logical operations in your visual basic application programmings, I included a Demo Application (Zip) to show you Logical Operations in Visual Basic, please rate this article and the demo file
this code show how to make an Auto Away like ICQ with Windows Api call GetLastInputInfo. Only work on Nt, 2000, and Xp not on 98,me...
This is an ASP component. It is used to check the server status. It can check something about CPU, memory, running tasks and other things. It's great for server hosts, they can use it to make a server information page. -- There is a help file following, with information about all the functions and properties, how to use it with ASP, and some usefull examples. -- There are two zip files in this one, one of them is WMI the other isn't. The WMI have more CPU functions, but you have to have WMI.
This is other tip from Claudio Heidel With the number of Web sites using MP3 sound files (.mp3 files) , as a Web developer it may come in handy to have an ASP page that could easily read various tidbits of information about a Sound file. Fortunately, MP3 files save a plethora of useful information in their headers. This information can be read using the FileSystemObject through an ASP page!
This is a wrapper class for the comctl32 api, it allows you to create AWESOME tooltips --> they can be multiline, any background color, foreground color, balloon style, icons like only thought possible for windows ME, they look GOOD. to use balloon style requires IE5 +
As a beginner my biggest problem ever was not being able to split a string and i didnt really learn how unil a while ago. splitting a string can be very useful for winsock and data storage type stuff. This works by putting a plus sign (+) between the two peices of data and splitting them based on that. Note: this uses a VB6 function so it will only work in VB6, also note that this code is in the begginer section so dont be a punk. - nerd (www.nerdwareinc.com)
This is a QUAKE 3 ARENA server querry tool and example kind of like gamespy. Displays information about the server, including... 1. players ,(in the server) 2. players ping, (in the server) 3. players frags ,(in the server) 3. players slot number,(in the server) =) have fun cya in the game RAD{N}
Lots of Features. Includes Currency Formatting, Numeric Validations. Functions as a text box or Number Box (Toggle a Switch). Forces All Upper Case, Auto Highlights, Follows Insert Mode, Tabs on Enter Key. Neatly Arranged Property pages (I suggest you strip them out to lighten the load if you dont want to lug them around). It works great for me..I hope someone out there finds this usefull (Comments, Enhancement Requests, and..unfortunately...bug reports, are all welcome) Enjoy!!
155 commands, 146 picture-manipulations... 94k to download. With this prg you can load any existing picture, change it, play with colors, mix with other graphics, filter it, turn it inside out... Save the changed picture (bmp-file) so you can use it somewhere else. A few Api is used to speed things up. Anyway, I submit this prg coz some asked me to do so as a next step to my filter and picture-manipulations. If you find bugs, please let me know. I coded this with care, but one never knows... Have fun. Very important: this is NO drawing program (like paint or corel draw). It's just to manipulate graphics in an easy way.
This code will show you how to write software that uses the new visual style in windows XP! It is very simple, only 4 line of actual code + XML manifest file
This is an Updated ActiveX control in which the user can directly edit, print as well as save an MS-Flex Grid control. The programmer can insert various controls like textbox,date control,combobox,check box and time control. There is one more control called Picklist Control.... Please Vote Me...
New features: Multiple databases, sub-categories, move/copy thumbnails between categories, better GUI... __________________________________________________ Revised: 2003.02.19
NEW UPDATE HERE! CHECK README.TXT FOR DETAILED INFO! This is a simple example of how to "ray-cast"! It's a very simple techinc, when you get to understand it. This is how good old DOOM and WOLFENSTEIN 3D is made, they also used ray-casting/ray-tracing. So they are not really 3D-games, just simulated 3D!! You don't have to have a very good computer to run this. And NO 3d-card is needed, altough it might make it run faster! I've seen so many examples of raycasting, but I didn't find anyone that runs fast on my computer, at least not made in VB! So I decided I'd make one, that isn't really that complex just to show how it's done!! :o)