WHAT'S NEW
Tabbed Web Browser
This is a tabbed web browser. You can open multiple tabs to browse web pages using the same search field. There is also a progress bar to show the download progress.
Source Code > C# > Internet
More from cy2online.net
Custom MessageBox
This project demonstrates how to develop your own custom messagebox class. The messagebox class has three overloaded methods. You can set the message, title and the buttons you want to display. The OnPaint() method is overriden to customise the messagebox. Theres a border shadow on the messagebox dialog which makes it stand out.
Source Code > Visual Basic > User Interface
More from Syed Hussim
RSyntaxTextArea
RSyntaxTextArea is a syntax highlighting text component for Java Swing. It extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code.
Source Code > Java > User Interface
More from Fifesoft
PHPDug
Create a site where users can rate and comment on stories or sites posted by your users just like digg.com.
Source Code > PHP > Link Management
More from KubeLabs
Simple IMAP Example In C#
This sample project demonstrates how to use the IMAP command to connect to a mailbox server and get your messages.
Source Code > C# > Database
More from Cy2online.net
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. Subscribe Free! |
Mac Widgets for Java
Mac Widgets for Java are a collection of widgets seen in OS X applications, offered in a Java API. These widgets help Java developers create more Mac-like applications. There usage is not restricted to Mac though, as they will render across platforms.
Source Code > Java > User Interface
cocos2d
cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
Source Code > Mac > Game
cocos2d-iphone
cocos2d-iphone is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same API, but instead of using python it uses objective-c.
Source Code > iPhone / iPod Touch > Game
Phys2D
Phys2D is a 2D physics engine written in Java 1.4.
Source Code > Java > Game
Print Data From DataGridView Control
This code sample demonstrates how to print a DataGridView control.
Source Code > C# > Graphics
More from CY2Online