Advertisement

Results for "Volume: 6_2008-2009"

6_2008-2009 #199256
Number Dialer

*UPDATE* - Just removed references to the Sheridan Active Threed controls and tidy This little application was built for use with a terminal emulator connected to a modem. I used this at work for dialing customer sites to connect into their RDBMS system. I was fed up using the wIntegrate version as you could not resort the telephone numbers so I wrote my own which also uses the same dailer.txt file that wIntegrate uses. It shows how to use SendKeys and also how to use the textstream method of the FileSystemObject. Includes a simple bubble sort

6_2008-2009 #206938
ASP Security Functions v1.4 Updated

UPDATED: Added an SQL injection prevention method, Added more documentation, and a few more minor changes. This code will show you how to prevent header injection, the method GET (only allow POST from a form), unauthorized domain access, and invalid agent access. You see a lot of SQL injection prevention methods and what not, but nothing to this level. This is a first on PSC I belive. If you like it please leave some feedback and vote.

6_2008-2009 #215449
pang out 3d

This is a vary small game based on the classic pang idea. I wrote it one year before. After 3 days of studing nehe's openGL tutorials i wanted to whrite something so i made this.It was not something hard to do but it was fun.

6_2008-2009 #198985
AutoComplete Class

Add AutoComplete to a combobox. Written as a class for extreme ease of use.

6_2008-2009 #198650
super player

super player

6_2008-2009 #199649
picForm Image Viewer

(1) Shows images previewed as thumbs side by side. (2) Makes any image fit within the main view window. (3) Drag and drop support for individual files or folders. (4) Includes a panic button feature. (5) Convenient, easy-to-use interface (see tips in readme.txt file). -- Relatively small amount of code and well commented. ` Feedback would be appreciated. Votes would be appreciated more.

6_2008-2009 #198604
CustFont

Here is a simple custom font dialog. Using the API EnumFontFamily, it finds all TrueType and Fixed width fonts. The font names are displayed, w/icon, in a listview. A slider control allows continuous scrolling of font size. A sample of the font at the selected size and style is displayed. A DrawFameOn routine is included which is used to frame all the controls (see screen shot).

6_2008-2009 #206047
ASP Ajax Star Rating Web 2.0 Style

A simple ASP Ajax Star Rating with Web 2.0 looks. The script uses an Access database and should run on just about any ASP enabled Windows server. Live Demo at www.ex-designz.net/directory/default.asp. Please let me know your comments on this submission.

6_2008-2009 #199269
Winamp Spectrum

Just Like Winamp Spectrum. If anybody knows how to read data from sound card i.e the pectrum please tell me [email protected] icq # 24294947

6_2008-2009 #216396
webpoll - website rating

Webpoll has been developed as a web technology module mini-project under the supervision of Mrs Z.Dilmohamed from the University Of Mauritius. Webpoll has been primarily designed for web designers willing to gather feedback about their websites from web surfers worldwide. To start, web designers have to register with Webpoll and after approval of their website, upload their site's banner. Sites approved by webpoll's management will be listed in the different categories allowing visitors to view ,rate, comment and recommend these websites. Web surfers also gain from Webpoll! You, web surfers can browse through our site listings, visit the websites you find interesting and also, provide your appreciation through rating and commenting. You can also recommend sites you find interesting to your friends.

6_2008-2009 #197456
SQL Table Copy ( via RDO) from one ODBC Connection to Another.

Uses RDO to connect to 2 different (or the same) ODBC specified connections. Allows you to select tables on both sides and creates SQL statements to transfer the Data from the Source Table to the Target Table. Has the Option to Clear or Truncate the Target Table before Transfer. The 2 Tables must have the same amount of fields (of course).It automatically does the single quote thing for the fields that requires it. Easy to convert to ADO. Very nice , easy to use interface. The ODBC connection wil NOT work on NT , although minor changes can easily make this happen. Comments are very Welcome , even from critics.

6_2008-2009 #198620
Aadd a shortcut keys to your program

Want to have a shortcut keys of your programs?? Like in winamp CTRL + P for preferences.. Easy and practical codes for a nummber of lines only!!!

6_2008-2009 #199659
sh2k

it`s an Internet- and Networktool, you can control your PC from any other.

6_2008-2009 #216245
Database to lookup visitor country from IP address

The database contains IP addresses as keys and countries as values. Web developers implement the database into a web services to reverse lookup the coutry from the visitor IP address using the scripting languages such as ASP, JSP, PHP, ColdFusion and etc. Things that you can do with this database are following. 1. Display native language and currency 2. Redirect based on country 3. Digital Rights Management 4. Prevent password sharing and abuse of service 5. Reduce credit card fraud 6. Web log stats and analysis 7. Auto-selection of country on forms 8. Filter access from countries you do not do business with 9. Geo-targeting for increased sales and click-thrus 10. And much, much more

6_2008-2009 #196133
kamakazi escape

In this game, you are trying to outfly a kamakazi pilot. His destiny is to fly as fast as he can directly at you. Your fate lies on your ability to trick/outmanuver the computer. The longer you go without him hitting you, the more points you will end up with at the end. 4 Plane designs to choose from. 7 Robust background images (borrowed from MS). Crafty (though sometimes a little anxious) "chaseAI". Each of the 7 levels increase in dificulty. SOUND (requires DirectX7) Each engine has a realistic prop sound. The sound portion could use a little tweaking. Each time the enemy plane hits you a jarring crash sound is triggered. All sounds were either found on the net or borrowed from MS. Oldschool plane graphic by me. E-Mail me with improvements [email protected]

6_2008-2009 #198667
Randomly Pick from a List

Randomly pick any word or number from a listbox.

6_2008-2009 #195401
Get a CRC32 for a File

HERE it is, Finally a CRC32 Generator for a file and it was put up due to the amount of requests for it. The Original CRC32 code is included and is easy to use. Only one Function to get a CRC32 for a file. It is very easy and simple to use. Thanks to Detonate([email protected])... Check out Neo's web Space http://vbcode.8m.com

6_2008-2009 #197699
Analizador M17

Ya no van a tener que gastar toneladas de plata en internet cada vez que esten haciendo un programa relacionado con internet. Este programa emula cualquier server o cliente dandole cualquier direccion ip a conectarse y puerto(si quieren actuar como cliente) o solo el puerto(si quieren actuar como server), podiendo ver ABSOLUTAMENTE TODA la informacion que sale y que entra. No solo sirve para hacer prueva con los programas, si no tambien para saber como funciona por ejemplo un Servidor SMTP. Espero que lo disfruten! Voten por este proyecto por favor!!!!!!!

6_2008-2009 #211482
JNI C++ and java working together, interactive use

Use the Sun's JNI API to communicate with a DLL generated with VC++ 6 It could overwrite java variables in your class from the dll, send, receive, work with the data. UPDATED UPDATED UPDATED UPDATED UPDATED I have updated the project, i added te Alex.def file what was missing. I was not able to test it because i have not more the Visual Studio 6, so, if it gives you problems just check the declarations on it, you can goole for dll definition files. Very soon, i will upload a sample DLL project wich, interacts with Java - > C++ - > .NET Framework 2.0. In other words, an hybrid of C++ and .NET to work with java. As you may know, it may be a very very very powerful component. The limit will be your mind.

6_2008-2009 #197726
_SG_ - DB Template

Example on how a template can drastically accelerate development time for a Database app. With this template, you just have to drop the text controls you want on the form, modify their tag property (see file _Notes.txt) and modify the SQL string that the form uses to get data and voilà. The code will take care of the MoveFirst, MovePrevious, NewRecord, MoveNext, MoveLast, SaveRecord, DeleteRecord, Undo, Requery, EditRecord and CloseForm. It will automatically enable/disable the controls based on what the user is doing and his location in the rescordset. There is even options (in the tag property) to set default values and field validation (alpha or numeric). Since it's the tag property that drives most of the features of the app, the code is very portable/reusable. The template only uses UNBOUND forms (i.e. there is NO Data Control) and is well commented.

Languages
Top Categories
Global Discovery