Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #171240
Inheritance

help beigners to understand inheritance

4_2005-2006 #170616
Image Processing

ImageProcessing , style as Photoshop , have all this method( getAlpha,getRed,getGreen,getBlue,createARGB,createRGB,grayscale,setColorToXY,seeColor,chabgeColor,negtiveimage,meanFilter,medianFilter,Xor,Or,And,Not,rotate)

4_2005-2006 #170617
Chat

Chat Client Servier

4_2005-2006 #171366
IE2

This is an almost complete clone of Internet Explorer 6. There are still a few things that need to be completed and a few bugs that need to be worked out but, all-in-all it is still pretty close to complete. There are also 3 prerequisites you must meet prior to building the solution for this project. Three 3rd party controls must be registered on your system. They are as follows: SharpZipLib zip library Outlook Redemption (current version is 4.2) Sky Software's Shell Megapack ActiveX controls Version 8.0 - must be the ActiveX and NOT the .NET version. SharpZipLib is free. Outlook Redemption has a free developer version and Shell Megapack is available as a demo. You MUST have these prior to building the solution or you will see lots of error when trying to build. Anyway, like I stated above, the project is near complete. A few things are still left to be done and a couple of other things probably need to be implemented differently than they currently are. I'm fully aware of the bugs in the project but, I'm sure there is a work around for them. IMPORTANT NOTE: READ THE DEVELOPER NOTES IN THE CODE BEHIND FOR THE MAIN FORM! If you don't read them you will, at one point or another, be scratching your head thinking "WTF is going on here!" *Edit: When I first posted this project I had forgotten to include a couple of very important classes. Therefore, I have created a dll from them and posted it, as a zip file, at the following link. You will need this dll to be able to build/compile the project. http://files.filefront.com/Mhtzip/;6513672;;/fileinfo.html I'm sorry if this causes you any troubles.

4_2005-2006 #150866
A Cool Form Scroller

A really cool code that will first - make the form expand down, then second - it will expand out sideways! No need to customize it to the size you want, it does that automatically. Just pop it in your code. Really easy - good beginner's code!

4_2005-2006 #151157
Is Office Installed ?

returns true , if the applications excel, word, access or powerpoint are installed

4_2005-2006 #169388
Networked Explorer - A Real File Manager

The networked explorer is composed from client and server application, The application is designed to overcome the dynamic IP problem, so if your IP is dynamic, and change periodically the client still able to find server, this done through the IP database, this database will contain the required info to make the client able to connect to server, such as server LAN or WAN IP, Port, etc…, This application will allow you to explorer a remote computer drivers, you can download or upload files, also you can wake up a machine within your LAN. To keep the application as simple as possible, only one file can be uploaded or downloaded per time, because each file will need a socket to transfer its data, so if we want to transfer 2 file at the same time, we need 2 sockets, in addition to the command socket, the thread safe issues solved by a thread safe class that allow you to deal with GUI controls from other threads, For more information and full article please visit my web site, Http://DominatorLegend.Co.Nr ------------------------------------------------- [Update #1] A bug detected while explorer the client drivers through LAN and WAN, The bug had been solved.

4_2005-2006 #150071
A BETTER way to avoid Free Net Access Banners!!

This is an update to code I posted Yesterday. The sole purpose of this code is to allow you to use a free ISP, without the wasted desktop\browser space of ad banners. In the previous app the banner was hidden using Win API Functions. This worked except the banner ad people have hard coded there Banner Apps to stay on top at all times. Hence, the code to hide the banner had to be executed over and over again causing the "Hider" App to canstantly execute code. THis Method Minimizes the banner... THe banner will still be on top, but it will only be a title bar that you can position in the "White SPace" of the Browser toolbar. No adds will be displayed. YOu will not even know it's there.

4_2005-2006 #170054
CRYSTAL V.S. RDLC REPORT using C#.NET

Hello to all my friends in planet source code especially people who voted for me. This is my new project but it is a reporting system only. I just upload this system to show and convince to all programmers like me want is the best reporting tools to use if it is a Crystal or RDLC Report… Just explore the codes and make your decision if who is the best among the rest. Hehehe. PLS. DON’T FORGET TO VOTE. God Bless and Take Care Always

4_2005-2006 #151430
GetText

This API call can get the text from ne class of ne App such as edit class or richtext class, and even gets the text from behind asterisks "****" as from a password field! :)

4_2005-2006 #151580
App w/ Multiple Languages

UPGRADED: NOW MENU & TOOLTIPTEXT ENTRIES This code permit to have a multiple language application. The LoadResString provided with VB doesn't permit to end user to make a new language file.

4_2005-2006 #170379
Embed PDFs into a Web Page with a Custom Control

This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.

4_2005-2006 #170380
Passing Data between Windows Forms

This article provides a simple example of using delegates and events to transfer data between Windows forms. The example provided contains three separate forms; the main form interacts with the other two forms by responding to events generated by instances of the other two forms.

4_2005-2006 #162629
NSLog: Net Send Logger/Tracer

Tired of all those annoying net send messages at work/school? Want to find out who is sending them? NSLog logs net send messages, and uses the NetWkstaUserEnum API to trace the net send messages right back to thier source! You can find out exactly what user sent the message and when. It also logs messages too, so you can show the admin later on (or logging for a convenient conversation).

4_2005-2006 #151480
Character shaped forms!!

Have you ever wanted to make your form's shape odd? Ok, there are several samples and programs around that can make your forms like a shape(circle, rounded box or something a little bit more complicated). But here is the example to make your form's shape to be ANY TEXT, in ANY FONT, in ANY SIZE and also any two colour's gradient. It's a really good example. Imagine you can shape the form not to be just plain text, but the shape of special fonts(such as Windings and Webdings). Just change the GetTextRgn function's variables(Font, Size, Text) and the variable Color1 and Color2. Easy. And the result is outstanding! You can also use the Chr$ function to add a text(this is useful for spec. chars).

4_2005-2006 #150390
Is Process Running

This is do determine if any exe is already running. This handles the multithreading issues of NT, and it works on 95,98,NT. I got most of this straight from Microsoft, but have wrapped and cleaned it up alot.

4_2005-2006 #161156
Snow ScreenSaver (Snow gathers) Merry X-Mas

A screen saver that lets snow fall on the ground and gather up.

4_2005-2006 #150064
Online Resource and Memory Meter

Shows Win9x resources level (System, User and GDI). Ofcause it will not work on NT, because it does not handle resources the same way as Win95. Included is some usercontrols, like: PopDown, ProgressGuage, Coolbutton and TrayIcon. So if you do not want it for the resource meter, you can always download it for the other source. Executable is enclosed. Besides resources it also shows memory information, allows you to mark current resource level (great to check for resource leaks in your program). It is a "finished" program, so you can use it straight away.

4_2005-2006 #166750
Recover Screen Saver Password

Like 2 Recover Your Lost Screen Laver Password using C program ??? To Recover your Lost Screen saver Password with a very little skill in Programming in C, The Programming is only 15 ~ 20 Lines :-)) Enjoy!!!

4_2005-2006 #166745
MakeHome Game

It's a Game in which you have to make squares (i.e Homes).one with more squares will be winner. You can play it with your friends or with COMPUTER.

Languages
Top Categories
Global Discovery