Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #207287
Splitting Strings

The purpose of this article is to teach the reader how to split a string into fragments and use the fragments effectively. Useful for Winsock programs, date commands, and other possible needs.

6_2008-2009 #208263
A Very Simple Clock

Displays a very very simple digital clock. This code is the simplest way to create a digital clock

6_2008-2009 #204524
Version 2: Cool Message Boxes

This code demonstrates the use of hooks in a message box. Thanks to Paul Mather who wrote the MsgBoxEx Function. I wrote this demo :).

6_2008-2009 #204525
Hooking Message Boxes!

Download the article code. My last upload didnt go through for some reason ... !

6_2008-2009 #203395
Omega Client v1.10

Omega is a Remote Administration Tool like Sub7. There can download/upload files, allow mouse click with desktop preview, file manager, get cache password, send message, chat, address book,IP tool, and a lot of thing like Sub7.

6_2008-2009 #202498
Circumventing Novell

Ever need to get around the security setup by Novell? well this program may come in handy when trying to do just that. Edit msdos.sys file, disable/enable display properties, visible and invisble task list, registry file merger, referesh explorer.exe(windows) so effects can take place without restarting computer which would make you lose many of the changes. See screenshot.

6_2008-2009 #203394
Omega Server v1.10

Omega is a Remote Administration Tool like Sub7. There can download/upload files, allow mouse click with desktop preview, file manager, get cache password, send message, chat, address book,IP tool, and a lot of thing like Sub7.

6_2008-2009 #197226
Even More Web Browser Tricks

Here is the third part of my Web Browser Tricks This time as a Web Browser(nearly). What's here ? - a nearly exact clone of Internet Explorer's Favorites menu, autocomplete Address combo, menu's enabled/disabled by the Webbrowser, text resizing including identification of current size, progress bar in the Statusbar, plus all the standard WebBrowser stuff.

6_2008-2009 #207129
SimpleWebServer

This is a Simple Webserver Program, which accepts requests from Internet Explorer. Really, some of you could'nt have imagined to make Internet Explorer as client. The Application has a round circle shape interface, made this using api,and also animates according to request from Internet Explorer.I am not sure whether the actual Web server works as this. This Application provides a greater scope on reading Header information from Internet Explorer. You can never leave the application without rating as excellent.Readme file also included. Note: Run the server, open the IE and type the URL as http://localhost:1001/server.html to access an html page, Type http://localhost:1001/ANIMATE to Animate the form Type http://localhost:1001/STOP to stop the Animation You need to have Microsoft Winsock control and Scripting run time library.

6_2008-2009 #206612
[ScreenShots] - For techs everywhere

Ever need a Screen Shot to show on the web or email to a client but hate the hassle of having to take the screenshot, import it, save it to your computer then upload it to a server? Well this program takes that out of the picture, by having all of your screenshots listed and easy to get to with a few click of the mouse. All screen shots are hosted on your server or your host for that matter. With the direct link shown above the image to make it easy to link, or display in a support forum. This code doesn't use a database, so its much easier to understand, and setup. If you like it then please vote & leave a comment! Thanks.. Make sure to read the read me it explains how to set it up!

6_2008-2009 #208179
Word Frequency Analyser

Paste the contents of a plaintext document into the main multiline text box, click "Parse," and this program creates an array for each unique word and the frequency at which the word occurs in the string. I made this to check my own writing for over-used words; if you're a writer you may notice how you tend to use the same words over and over again; in conjunction with a thesaurus this could be a powerful tool to liven up your use of vocabulary.

6_2008-2009 #202821
Direct3D 1st Person Game (With Collision Detection)

This is the UPDATE of my first DirectX program. I've read one tutorial about DirectX 7 last week, I think DirectX 7 is easyer than DirectX 8. The EngineX of Simon Price and other excellent Engines at PSC gave me desire to make my own 3D Game. Well, it was made some days ago, so it's not finished. I need some help to use DirectInput to look around with the mouse and to add a more realistic sky. I'd like to know how to make a landscape, like in TrueVision. I made the map style, I think it is a good method. I also made 5 subs that are very usefull, AddWall, AddFloor, AddRoof, AddLight and AddMesh, It is all explained in the source. **** UPDATED **** I've added Collision Detection to my project. I hope you enjoy it. PLEASE, VOTE FOR ME IF YOU LIKE IT AND LEAVE SOME FEEDBACKS, TELL ME WHAT YOU THINK. Sorry, I couldn't upload it to PSC, I don't know why. Please download it at: http://planeta.terra.com.br/informatica/fredisoft/downloads/Direct3DGame.zip ** IMPORTANT ** Do not use any downloader, like GetRight, Gozzila, etc... Turn it off.

6_2008-2009 #203408
Convert from fractions to decimal and back

This code will convert a Fraction to a decimal, and also convert a decimal to the lowest common denominator. It has now been updated to handle repeating decimals.

6_2008-2009 #198827
Simple Calendar Calculator

This is a simple program that is capable of calculating the number of days between two dates and it can also determine the date n days before the reference date. Plus, we can calculate the number of days from Jan. 1, 1 up to the present date!

6_2008-2009 #208184
NOPOPUP

NOPOPUP is an application that remove the tedious popup when surfing on the web with Internet Explorer. It use the shdocvw.dll (Microsoft Internet Control) to enumerate and grab the Internet Explorer Window. Then control when then parent window is an object. Also this application is a demo of how - to manage the Sys tray with no dll or ocx - to set that un aplication start at window start-up (and then how to manage the registry) - to read and write on a text file

6_2008-2009 #207989
Screen Shake

This Code Capture Your Screen and then Hide your Taskbar & Shake Your Screen like Yahoo BUZZ!!!

6_2008-2009 #203753
Fill MsHFlexGrid with a Hierarchical RecordSet (Using ADO)

Fills a Hierarchical Flexgrid based on a Hierarchical Recordset (a one-to-many relationship). Uses the Northwind database. Code is documented.

6_2008-2009 #207220
Direct3D 1st Person Game UPDATE! Frame rate limiter now working!

I have added Direct Input support for the mouse, plus the feedback for the frame rate limiter has been added and is now WORKING! Just replace the modMain.bas with the one in the zip. I have only uploaded the modMain.bas file in the zip to reduce file size. you can download the original ver from here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=32114&lngWId=1 Please note, i did not write the frame rate limiter or the actual direct 3d code....just the direct input code. Frame rate limiter was written by thomas sturm.

6_2008-2009 #202598
Time Pick ActiveX Control

This ActiveX Control (OCX) will create a simple interface so the user can enter a determined time. It then validates the time entered and will always return a correct time. This control can be very useful if you are writing a program like an Alarm Clock or something like this. It can be, also, very instructive for those who want to learn how to program an ActiveX Control.

6_2008-2009 #195478
Mathematic expression solver

This package contains the MathTool class and three demonstration programs to illustrate its usefullness including a simple scientific calculator, a simple expression solver, and a 2D graphing plot. The MathTool class included inputs a mathematical expression string (such as "1+1" or something like "3*exp(4)/(cos(pi)-1)") and processes it through a totally cool algorythm that sorts the parts by operators and parenthesis. Same concept if you were to type a math problem into Google Search.

Languages
Top Categories
Global Discovery