Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #162583
A Great Win32 Password checker Example (NOT MFC!!!)

Ever have trouble initializing a dialog for c++ without using MFC? This is a great example of how to do this! Check it out! This also shows you how to compare two strings easily! KEYWORDS: WINMAIN DlgProc STRING COMPARISON PASSWORD

4_2005-2006 #151613
Transparent Text Box

This emulates a textbox with some limitations. But this text box control can have a texture picture. Something different from the standard colors.

4_2005-2006 #151550
Basic screen saver with full features (preview...)

As many peoples seems to be interested in creating a screen saver, here is the code for a basic "blank screen" screen saver. You just have to put any animation you want. This code has all screen savers features, including password protection and preview... Have fun!

4_2005-2006 #150063
Extract images from a VB project files

You just downloaded a VB project from the 'net. But the author "forgot" to include the image files (bmp, ico, gif, etc) he/she used in the project in the zip file. Do not panic anymore! Use this utility (complete with source), to extract these images from the frx, dox and ctx (the binary support) files. You still need the frm, dob and ctl files. (For pgx and other ones, just make the neccessary adjustments in the code.) It is a complete project for VB6 (SP3), executable is included.

4_2005-2006 #166832
Changing Text Color for Visual C++

My Code was written on Visual C++ 6.0 and it Changes the Color of the text and background in a common dos window. Much like how the text based RPG games do it. It should work on all compilers.

4_2005-2006 #170212
Alter Grid Footer,Grid Maintenance

This sample shows how to change datagrid pager and handle datagrid events. simple class was used here. hope this one help you! This is my 1st tym to upload here so hope u'd like it! JBG

4_2005-2006 #163746
Introducing Windows Presentation Foundation

This was my first attempt to develop application using Microsoft’s latest development tool – WPF. It is basically a three layer application using access database as a data source

4_2005-2006 #151223
Bruteforce Password Cracker V3

This program enables you to perform dictionary based attacks, and also attacks based on Permutations and combinations of n letter words from m characters against any host program. You can use this to crack Zip passwords.You may also add your code to make use of the words obtained.

4_2005-2006 #150108
modEnhListView_Find

Finds items in a ListView over multiple SubItems. The .Find MS gave us for the ListView will only let us search the Tag, Text, or first SubItem in a. I had a list that hade several subitems and needed a search for it, so I wrote this up in a few min. I also wrote in options like MatchWholeWordOnly and CaseSensitive as optional variables. In addition of returning the index of the item found it selects and makes sure the item is visible to the user.

4_2005-2006 #171445
MineSweper

hi guys its j2me based game a mobile version of minesweeper and is quite good looking.i have coded it in such a way that functions int it can also be used in your games.it also has a perfect random number generator.i will say if u like the code and game pls do vote for me.game is developed for nokia s60 handsets and can be emulated on any wtk as no nokia specific api is used.thanks

4_2005-2006 #169541
User Privileges

This code can check if the user that is logged on to windows is an administrator.

4_2005-2006 #166844
Graphics code generator with editor like paint brush

This utility allows you to draw picture (like in MSPaint Brush) and Writes you program which will give you the picture as output Similar to Ms Front Page. The graphical Editor is good like never before. This works good to have a very compact file than BMP format. With this work you can design your development easily

4_2005-2006 #151299
Customize Start Menu

Remove some of the menus in Start Menu and add your name beside the clock, etc.

4_2005-2006 #166443
FunctionsLib.h

This is my functionslib (library) that works with some of my programs - including a math program (remember its a header file)

4_2005-2006 #171138
Department activity management software (OGX Help)

This software was designed to help the activity of a department in AIESEC (the largest student organisation in the world). There are some concepts in the software that you need to udnerstand first before using it, so here they are: SN - student note, it's the student that applied to an internship experience in Aiesec. TN - traineeship note, it's the company that is willing to take the intern from Aiesec.

4_2005-2006 #153064
API Bomberman

This great advanced example is an example of a Bomberman game for the PC. There are powerups, hp, and it is 2p. It uses double buffering to draw the screen, and it is cool.

4_2005-2006 #151398
A cool custom (form) msgbox using API to get icon

This is a form based custom message box. It uses a simple API call to extract icons such as vbInformation, vbExlamation, and etc. (you can even adjust the location of the icon on the form) to simulate a msgbox. There are less than 20 lines of code for the API call. This is pretty cool. So, check it out. I got this tip from a VB technical journal.

4_2005-2006 #150942
Hook Menu

This dynamically creates menus on your form with API. Then subclasses it to see if you clicked it. It also demonstrates how to create a sub-submenu. This example was requested by a couple of people, so I made it. Enjoy =)

4_2005-2006 #171468
personal Diary

The sole purpose of this project is only To introduce java dataabse connectivity

4_2005-2006 #169647
N-tier Sample (Employee Records) NEW VERSION!

This is an improved version of my submission here http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=4531&lngWId=10&txtForceRefresh=310200723573814627. It's architecture is now greatly improved. Comments, feedbacks and recommendations are highly appreciated. BTW, this is done using C# Express. This small app is a demo of N-Tier using C#. The base class in DAL uses Factory Class to create a connection object base on the type of derived class, whether it is MS Access or SQL Server; reusabilty is what I have in mind when I decided to go on this design. The DAL also have support for transaction which can be triggered by method SetTransaction, CommitTransaction and RollbackTransaction. I have added in DAL the most common functions I use when dealing with database. The BLL contains the Entity representation of an Employee and the CRUD operations. It also got an AuditLog where all CRUD operations will be logged in another database; when updating records all changed columns will also be logged. In BLL there is also stuff for Compacting, Repairing and backing-up Access database. There are little thing that I did in the UI that may serve useful to 'newbies' out there like changing the color of the textbox in focus, moving to the next control when hitting the Enter key and moving to the previous control when hitting the Up key, etc... This also have an Exception Logger where any exceptions can be logged in the Event Log and in a text file. So check this out! Any comments/criticisms/feedbacks will be highly appreciated. :-) BTW, just place the two MS Access database in your C:\Drive...

Languages
Top Categories
Global Discovery