Results for "Volume: 6_2008-2009"
Add BarBorder and BarBorderColor properties. A simple round SearchBar control, in LED style. If you use the WebBrowser control and searching for pages you can use this control to show the browser is searching. After a search cycle it returns the number of cycles and bars in the event: Cycle(Cycles As Double, Bars As Integer) Start the control before browsing and stop it after DocumentComplete. You can change the numbers of bars, colors. See the control properties for more settings.
This is the ultimate weather program, Weather Of the World will give the weather of all cities in ever countries, Hurricane Tracking, Flying to and from other Countries, their G.P.S. location, facts & statics about that country, time & date, Airport Arrival listing all major airports of a country, Airline information of every airline of all countries, Air quality & UV control report, international calling code for all countries and many more new feature . I have remove the LVbuttons.ocx from program so there will be no need for ocx registration. Made changes to hurricane tracking that did not work properly when there was no hurricane to track. please vote and or give any suggestion you may have. also many thanks to all the programmers on P.S.C. that I have used snippets of their code to create Weather Of The World.
Google Speak more than 100 character. (and save the MP3) Thanks to Leandro Ascierto
This next generation Intelligence Generator (also on Planet Source Code) computer model is (as per Occam’s Razor) made to be as simple as possible to reduce all that is happening in a complex biological circuit of an intelligent living thing to what is most important to understand about the way self-learning intelligence works, in this case a compound eye insect. The program provides a precise and testable operational definition for “intelligence” where taking all sensors out of memory addressing demonstrates "protointelligence", while clicking out its Red Green Blue vision subsystems from both confidence and memory renders it completely “unintelligent” in which case it only expresses Brownian motion type random behavior. The computer model also provides a precise, testable and scientifically useful operational definition for "intelligent cause" where each of the three emergent levels can be individually modeled, with a model predicted to be possible that generates an intelligent causation event, now goal of further research and challenge for all. Applying this model to biology shows advantages of a two lobed brain over a single lobe that would have to be much larger to control the same amount of sensory input. This model also provides insight into the origin of life, intelligence, and mechanisms that produces new species including human which was found to be systematically the primary result of good-guess chromosome speciation from fusion of two ancestral chromosomes which created our second largest. The code is useful for game engines and other applications that require virtual intelligence, is relatively well commented, has on-screen tool-tip-text, and 30 pages of referenced documentation.
The original work is not mine, i was looking for such a code for a long time but couldn't find so finally i had to do it my self by combining codes from others in this site. The original authors are! Display Current Mouse Pointer Image By: Will Brendel CodeId=8252 Simple Screen Capture By: Rye CodeId=56877 Note: The cursor position is not accurate. if you figured it out please post the solution in the comment section below. Thank you
Just a simple example on how to make a Bejewel game type.
RVO. Reciprocal Velocity Obstacle. Crowd Simulation - Video:http://www.youtube.com/watch?v=fN594d80Klg
Draws a sunflower using PHI (Golden Ratio - Golden Number - Fibonacci ). - Video: http://www.youtube.com/watch?v=kWiuFGCI5TU
Program based on Ubuntu. Through this program you can have access to all programs ever developed. Useful for programmers who have developed programs and make them available on the Internet through a single application.
This code provide a computer fan control policy based on PID theory. The code suppose that the downloader understand the basic theory of PID control and computer cooling technology. The physical model of cpu temperature vs power & fan speed was not real. I use a hypothetical equation. The P, I, D factor could be reset manually. And the cpu temperature setting point could be change with thermal profile. In the code, I use one of AMD operton cpu thermal profile for your reference. The last one: in the actual world, the pc thermal control policy was not using PID control. Normally, we control the fan speed vs cpu temperature as linear relationship. It was easy for BIOS codeing.
This system is created to replace the manual lending, returning and inventory of books. features.. * 2 user account administrator, able to use all system function while user, only for searching books.. *advance search function using SQL "LIKE" *imposing penalties on due books... *add/remove books *classify books according to their category and class *lost and replace books.. *hide system to system tray *and many more.... For more information you can visit this site Library Management System and JANSoft Solutions
I did notice that GetVersionEx return Win XP when I run Win 7 64bit, but this functions return it correct on my PC
View your computer performance straightforward with System Monitor Crystal. This application view the Physical RAM memory, Virtual Memory, Paging File, Memory Load, CPU Usage, Power Life , Disk Space and Disk Capacity (System partition only), Processor Name, Processor Clockspeed, Video Card Name, Video Memory, Video Resolution, Display Color Depth, and Power Source. It blinks red when there is a critical situation. It has a transparency effect to easily blend with Windows Vista or Later Windows. This is one of the most easy and comprehensive dashboard you'll ever need.
So, What's that "DESKTOP IP VIEWER" Thing?! This desktop application will display your External (Not Local) IP. Means, your PC ip on the internet. Anyway, I didn't see (or may be i didn't search enough) about an application that do so. So, i started to write this simple application. It's only 1 line. Yup, Only 1 Line. No more talking, and it's the time to start working. Rate if you like it. Comment if you wanna ask or complain about something.
I would like to share here my Scheduling System, this system is only a part of my High School Enrollment System and my College Enrollment System that consist of 8 modules(registrar,grader,controller,scheduler,checker/assessor, collector/cashier,administrator, and the Web Transcript). This system covers timetable for a school, high-school or university. It uses a fast and efficient timetabling algorithm. - Defines school directory, faculty members, subjects, subject prerequisites, composites, class room, class section, and schedule template. - Defines course prospectus and course master list. - Manages course offerings, reservations, class scheduling, and faculty teaching load. - Monitors classroom utilization. - Forecasts subject demand. please fell free to use and PLEASE PLEASE DONT FORGET TO COMMENT "Thanks" if you find my System useful to you... But if u take it for granted.. maybe I'll take some steps to remove this post I will mean it this time.... =)
Added Shadow Matrix. Transparency bugs have been fixed in this version. Code optimization was achieved greatly. Texturing of the material gathered in a single module. 3d model served as the fastest ever. DirectX or OpenGL is not used. In addition, the filter feature added with bilinear. Thus a more realistic view was obtained. 2nd addition, useful Color Selector dialog box. This upload the final project of 3D viewer. Thank you to my friends in the PSC.(Zip:980 kb)
Description: CSocket2 is a Winsock Control substitute. It behaves very much like the Microsoft Winsock Control. The Winsock Control is not the easiest thing in the world to work with, but it is a lot easier than working directly with the Winsock API. Unfortunately, the Winsock Control does not support IPv6, and it doesn’t look like it ever will. Microsoft seems to have abandoned it in favor of managed code in .NET. So what are the alternatives for VB programmers who do not want to get involved with C++ orC#. "Csocket" by Oleg Gdalevich is a drop-in replacement for the Winsock Control. It was further enhanced by Emiliano Scavuzzo with his "CsocketMaster" class. There are a number of advantages with using a Class Module instead of a Control, not the least of which is that it can be modified to suit special needs. These 2 authors took a different approach, but both use "callbacks". VB6 does not do threading very well, so callbacks are the only real way of communicating with the Windows messaging system. The use of callbacks instead of threads is sometimes referred to as Non-Blocking calls versus Blocking calls. If only a few sockets are required, we would recommend using the cSocket2 class and module directly. One such program demonstrating this is the included "Chat" program. If however, you need multiple sockets for a server type application, then a socket array is the only viable choice. The included SMTP Pseudo Server application demonstrates this approach using the cSocket.ocx ActiveX Control.
Add system date format detection. SunMoonInfo v3.0 Add MoonInfo and name changed in SunMoonInfo. The routines for MoonPhase and MoonPosition are adopted from Thomas A. Swift, Lunar Calculator 2.1 and can be found at: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=66957&lngWId=1 Some little corrections are make. Second Version: Fixed some bugs, add Twilight times (Atronomical, Nautical end Civil) Add sub: SunPosition(Byval IsDate As Date), returns in Event ResultSunPostion the values: IsDate, SunAzimuth, SunZenith and SunElevation. You can also show the times by UTC. Decimal sign bug fixed. SunInfo returns the Sunrise, Suntransit, Sunset, Equation Of Time and Sun Declination of the selected city and date. You can add, change or delete cities. They can be saved in the file CityInfo.dat
Provides functionality similar to Windows Vista & 7's "Open file location" context menu for pre-Vista OSes. In Vista & 7, shortcut files have a handy context menu option, that upon clicking, pre-selects that shortcut's target in a new Explorer window. Requires an enabled Microsoft Windows Script Host (wscript.exe). Open it once to install or uninstall. Updated on 2/3/12 to include a VB6 port. The compiled version performs quicker and takes care of installing/uninstalling itself.
The ideal implementation of FileExists should be simple, efficient, supports wildcards and above all else, work flawlessly in all scenarios. In the refined to near perfection version 11.0 below, all of those are met, except one. For that single shortcoming, v7.0 fills the role adequately. Bonus: A few related routines are included as well.