Results for "Volume: 3_2004-2005"
This tutorial will help you improove your DirectX tutorials to the 3D level. Useful for every beginner.
This AddIn will put all necessary instrumentation into your project to create a run profile. Then during execution profile data are acquired and finally evaluated and shown. The data include: ~ number of hits for each line of code ~ total time spent executing each line of code ~ average time spent executing each line of code ~ the code line itself ~ Timing accuracy is quite good and depends on the CPU high resolution timer (which in my AMD Athlon XP1800+ ticks about 3.5 million times a second giving a resolution of .279 µsecs), and utmost care has been taken to remove all data acquisition overhead effects from the execution times shown. Updates include check for isDirty (in which case you may loose the changes you made), better evaluation routine and printing.
Hello to all PSC users. I have updated My submission now it can Convert a number to a string words up to 999 billion in American format And also up to 99 Crore in Indian Format. Thanks for sending Me your comments And Suggestions to Me. You can use it where ever you like. You have all the right for updating this or uploading it to any other server other than PSC. A mention of My name in the code which you use or update or upload will be greatly appreciated. This code is free for all. I don’t request you to vote for Me. Please don’t vote for any one without knowing about the code. If you Like this code then vote for Me. With Love And Prayer John Manavalan Web Site: www.Manavalan.com Email: [email protected] Call Me : +91 9447002517 ( Send Me TXT Msg )
To convert XML data format into MySQL SQL Statement. Simple demo, how to use MSXML, Reading and Creating XML Data.
a great game to play in school with your mates. Features four player gaming and 9 different levels to compete on.
Hi All .. This is a module that is read and write registery .. Im sure you have one better than mine .. But If you use Windows XP , You can not Delete a Registery Key that's Include SubKeys .. For Eample You Can not Say : Call RegDeleteKey(HKEY_LOCAL_MACHINE,"MyKey1\MyKey2\MyKey3") It Will Make Nothing .. So You Will Have To Delete ("MyKey3") First then ("MyKey2") .etc .. But In This Module You Will Be Able To Delete a Key and all It's SubKeys In Window XP .. This Module Incude Other Functions Yo Will need With Registery .. Please Comment and Vote For Me :Q)
Like many people, I've played around with the web browser control and vb. One of things that has always ticked me off is the fact that you can try to cancel popups by using cancel=true in the newwindow2 event. But many times you get a small window showing some kind of script error. I've even tried using ppdisp=webbrowser2.object where webbrowser2.visible=false. No matter what I try I still get the window with a Internet Explorer Script Error. I started to look at the webbrowser.silent property but every time I set it to true it doesn't work. Finally, I know why. You see every time a webbrowser control is run, it automatically sets webbrowser.silent=false. Setting it to true during development doesn't work. What you need to do is run a seperate control. I used a timer control in the form load event, to set the .silent property to true. I then set the timer.enabled=false. The silent property is now set and you won't have to worry about script messages again. So far every web site with popups has been blocked and no script errors. In the source example I also included a way to control popups using the ctrl key.
VERY SIMPLE cut and paste funtion for the Keypress event of a combobox. Just paste this code into a module or form and call the function from the KeyPress event. KeyAscii = AutoComplete(cboCombobox, KeyAscii,Optional UpperCase)
Tray icon can select & configure screensaver, run with double-click or temporarily enable/disable the saver with a single click. This version has a list of all the screensavers in the system & windows directory WITH THE PROPER NAMES as listed on the display settings panel. (thanks to 'Ark' for pointing me in the right direction here.) Also options for setting timeout, password protection and launching configuration dialog (if there is one--might just start SS if there isn't...) Also avoided the problem with last version that made it appear you could run the SS when none was available. Several new options and icons (CoolMenu system) VB5 users will need a function to replace Replace$(). Old version is still available for those who want the tiny & simple app (http://www.Planet-Source-Code.com/vb/default.asp?lngCId=43788&lngWId=1)
This program search empty folder from any specified folder or drive.User can remove selected folder and all folder from result.If user want to store a history for management then they can do it from this software i provide copyclip facility
Demonstrates how to add bitmaps to menus using VB 5 or 6
Here is an easy way to bypass the simple and normal progress bar in vb any controll in vb can be a progress bar itself see the code its very easy this is for beginners as well as for some advanced users can be a nice simple example, i place an option controll you can place whatever you like as well ( label, button, shape, line, textbox, etc ) Thx enjoy :)
Planet source code cd visual basic jumbo 2002 Suppport this beautifull site by purchasing the full cd of visual basic 2002 jumbo this cd contain many great usefull source codes as well as many tutorials with graphics, for me i try this cd and purchase it beleive me its very beautifull work by lan ippolito Website: http://www.exhedra.com/Exhedra/ProductCatalog/Download/PSCCD_2002VB.aspx
Mailster 1.0.2 is a pop3/smtp server. This is a new release...You can allow incoming relay now, and work on R-Admin support is well underway. Uses Winsock and Sysinfo control
Purpose: Allows customization of the icons displayed in the VB Project Explorer window. Icons can be customized on a global level (eg all form icons) or on an individual per-component level. I personally use it for visually separating collection classes, interfaces and normal classes. It allows 32-bit colour icons to be used, as opposed to VB's standard 16-colour ones.
auto refreshes after a certant amount of time set by the user.
This code show you how to do a GDI programming to create a desktop game. The game provides a solution to create on-fly transparent effect pattern. User will be able to drag and drop pattern to complete puzzle. Puzzle can be created from any picture image. You can save and load your game too.
This class provides a logging object that you can create and destroy as you like, the properties it has are: CurrentProcedure LogFile LogLevel MaxFileIterations MaxFileSize The methods are: BeginLogging StopLogging IUPrint If you create a global clsLogger object, in each procedure you can pass .CurrentProcedure the name of the procedure as a string. Anytime you want to log some data, use the IUPrint method to write out to the file. The logfile is kept open for the duration of your application to save time, the WriteFile API is used for this purpose also. The IUPrint method takes the LogLevel of the message, the message itself and a parameter array of other data you'd like to write to the file. The levels work like this: clslogger.LogLevel is set at 3, an IUPrint is processed passing a level of 5, IUPrint will not write it out to the file clslogger.LogLevel is set at 3, an IUPrint is processed passing a level of 2, IUPrint will write it out to the file. This way, you can up or down the level of logging to conserve log file size. LogFile is the name of the file to be logged to. It will have a .Log extension, unless you make use of the File Iteration feature. File Iteration allows you to save to files until they reach a certain size(MaxFileSize), it will then change the extension to 002, 003 etc., until MaxFileIterations is met, then it will revert back to 001 again. LogFile is the name of the initial logfile, without an extension.
I can't believe how much trouble I went to, to show you how to rotate objects (like a space-ship) around the Z-Axis. This should be a great learning project for people wanting to create their own vector-graphics games... like Asteroids.
"Weather" is an application which will query a weather server and display a 5 day forecast for the entered area. Cheap and cheerful!! :-) Jim - www.jimbooth.co.uk