| HomePage | PresianSite | PictureGalery | VisualBasic | Delphi | FreeEBook | SiteList | OtherSite |
Toyday Post Is Creat ActiveX(UserControl) in VB
Create New Empty Project In VB & Goto Project Menu And Select "Add User Control"
Creat A Command Button on UserControl & Resize to 200 x 200
Rename User Control To 'Command'.Open UserControl CodePage & Insert This Code
'---------User Control Code
Option Explicit
'-------Crerate New Event
Public Event Click()
Public Event Move( Button As Integer,Shift As Integer,X as Single,Y As Single)
'------Uses Prevate For Creat New Evnt Creat Runtime Erorr!
Dim X1!,Y1!
'---------Create New Property
Public Property Let Width1(Value As Integer)'-----------Let For Get Data Of User
If Value >100 then Command1.Width=Value
End Property
Public Property Get Width1() As Integer'--------------Get For Send Data For User
Width1=Command1.Width
End Property
'---------------------------
'This Property Need Uses In Code Page & Not View In Propertis Window
'For View Prpperty In Propertis Windows ,Insert Code In ActiveX Read & Write Property Event
'--------------------------
Private Sub Command1_Click()
'-----------Call You'r Created Event By KeyWord"RaiseEvent"
RaiseEvent Click
End Sub
Private Sub Command1_MouseMove(Button%,Shift%,X!,Y!)
If Button=1 then call Command1.move((command1.Left+X)-X1,(Command1.Top+Y)-Y1)
'-----------Call You'r Created Event By KeyWord"RaiseEvent"
RaiseEvent Move(Button,Shift,X,Y)
End sub
Private Sub UserControl_MouseMove(Button%, Shift%, X!, Y! )
UserControl.BackColor = Ambient.BackColor
'---------------------AmBient Is Form .User Control Created On Ambient(Form Or PictureBox Or Frame)
Command1.BackColor = Ambient.BackColor
End Sub
'--------------------------------------------
Close All ActiveX Windows And Open Design Form Window .Insert A You'r UserControl On Form.
Insert This Code In UserControl Move Event
'-------------------------------
Me.Caption = UserControl1.Width1
UserControl1.Width1 = X + 100
-----------------------------
Run Project And MouseMove On ActiveX And Drag Drop This
[+]By NasserNiazy in10:36 Thu 19 Apr 2007|
|
|
by Gareth Branwyn Paperback: 384 pages Publisher: Que; 1st edition (September 29, 2003) Finally, a robots book for people who don`t know the first thing about robotics! Absolute Beginner`s Guide to Robots is well-written, inviting, and action-packed, with engaging ideas and fascinating factoids about robots and robot-related arts and sciences. You are led gently into the intimidating world of robotics, but nearly 400 pages later, you emerge with a respectable knowledge of robot history, the major fields and `schools` of robotics today, and the basic skills and resources needed to create hobby robots. |
![]() |
Java Web Services in a Nutshell By Kim Topley 662 pages Java Web Services in a Nutshell is a high-speed tutorial and a quick reference for the technologies that Sun Microsystems is creating for implementing web services with Java. This book is a succinct introduction and handy reference to the Java/XML APIs, more commonly known as the JWSDP or `Java Web Services Development Pack.` |
![]() |
Web Database Applications with PHP & MySQL By Hugh E. Williams, David Lane 1st Edition March 2002 Web Database Applications with PHP and MySQL offers web developers a mixture of theoretical and practical information on creating web database applications. Using PHP, and MySQL, two open source technologies the are often combined to develop web applications, the book offers detailed information on designing relational databases and on web application architecture, both of which will be useful to readers who have never dealt with these issues before. |
![]() |
Zope Web Application Construction Kit Paperback: 576 pages Publisher: Sams; Bk&CD-Rom edition (October 11, 2001) Zope is a powerful application server and content management system, but because it is an open-source technology there is a tremendous need for reliable, practical documentation showing developers how to leverage Zope to its fullest |
![]() |
Programming PHP By Rasmus Lerdorf, Kevin Tatroe 524 pages Programming PHP is a comprehensive guide to PHP, a simple yet powerful language for creating dynamic web content. Filled with the unique knowledge of the creator of PHP, Rasmus Lerdorf, this book is a detailed reference to the language and its applications, including such topics as form processing, sessions, databases, XML, and graphics. Covers PHP 4, the latest version of the language. |
![]() |
KDE 2/QT Programming Bible by Griffith, Arthur Publisher: IDG/Hungry Minds No. of Pages: 648 (approx) Designed for beginning to advanced C and C++ programmers, this tutorial teaches readers the details of building GUI interfaces for desktop applications that will run in the KDE desktop environment. Because KDE is built on the legacy X-window graphics APIs, as well as the widgets of the widely distributed KDE Toolkit, readers must master a complex programming architecture, as well as the intricacies of standard GUI elements such as windows, events, toolbars and menus. Expert author Arthur Griffith untangles this web of relationships and shows readers how to build compelling GUIs for Linux workstations and other desktops. |
![]() |
Professional PHP Programming by Jesus Castagnetto, Sascha Schumann, Deepak Veliath, Harish Rawat, Chris Scollo Paperback: 909 pages Publisher: Wrox Press Inc; 1st edition (December 15, 1999) This book covers middle-tier programming with PHP. PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. |
![]() |
Palm OS programming bible ISBN: 0764546767 Publisher: IDG/Hungry Minds Estimated Published Date: December, 2000 No. of Pages: 893 (approx) Provides the information developers need to write applications for any device running Palm OS. This includes: Palm OS architecture and applications design; programming the user interface; storing data; and communicating with other platforms. The CD-ROM contains all sample code from the book. |
![]() |
Hack Proofing Your E-Commerce Site By L. Brent Huston 512 pages The Complete Guide to Implementing a Secure E-Commerce Site. Security in the virtual world of the Internet is even more confusing than in the real world. |
![]() |
Hack Proofing Your Web Applications By Julie Traxler 576 pages The Complete Guide to Developing Secure Web Applications. As a developer, the best possible way to focus on security is to begin to think like a hacker. |
![]() |
HTTP: The Definitive Guide By David Gourley, Brian Totty With Marjorie Sayer, Sailu Reddy, Anshu Aggarwal 1st Edition September 2002 656 pages Web technology has become the foundation for all sorts of critical networked applications and far-reaching methods of data exchange, and beneath it all is a fundamental protocol: HyperText Transfer Protocol, or HTTP. |
![]() |
Java Web Services By Dave Chappell, Tyler Jewell 276 pages Java Web Services shows you how to use SOAP to perform remote method calls and message passing; how to use WSDL to describe the interface to a web service or understand the interface of someone else`s service; and how to use UDDI to advertise (publish) and look up services in each local or global registry |
![]() |
The C++ Programming Language (Special 3rd Edition) Author: Bjarne Stroustrup Publisher: Addison-Wesley Professional Paperback: 911 pages More than 500,000 programmers have benefited from previous editions! This is a complete rewrite of the most widely read and most trusted book on C++. Based on the ANSI/ISO C++ final draft, this book covers the C++ language, its standard library, and key design techniques as an integrated whole. |
![]() |
Java Extreme Programming Cookbook By Eric M. Burke, Brian M. Coyner 288 pages Brimming with over 100 `recipes` for getting down to business and actually doing XP, the Java Extreme Programming Cookbook doesn`t try to `sell` you on XP; it succinctly documents the most important features of popular open source tools for XP in Java-- including Ant, Junit, HttpUnit, Cactus, Tomcat, XDoclet-- and then digs right in, providing recipes for implementing the tools in real-world environments. |
![]() |
Programming LEGO® Mindstorms™ with Java By Jürgen Stuber, Giulio Ferrari, Søren Hilmer, Ron Gonzalez, Andy Gombos, Mick Porter, Jamie Waldinger Edited by Dario Laverde Publisher: Syngress 464 pages This book is also appropriate for a variety of programming levels; those with only a modicum of Java knowledge, as well as those at an advanced level will find much to learn within these pages. |
![]() |
Programming Visual Basic .NET, 2nd Edition By Jesse Liberty 558 pages Programming Visual Basic .NET, Second Edition is the complete guide to application development using Visual Basic .NET. Thorough, entertaining, and easy to follow, this book provides a comprehensive and detailed overview of the language, object-oriented programming, and the .NET Framework, and goes even further--you`ll learn how to create Windows and Web applications, as well as Web services... |
![]() |
Essential Books on Numerics and Numerical Programming Thorough up-to-date treatment of the behavior of numerical algorithms in finite, precision arithmetic. Positional number theory, fixed-and floating-point arithmetic Write efficient, high-speed arithmetic routines, and more! Compiled into easy-to-read PDF format, Essential Books on Numerics and Numerical Programming CD-ROM includes these special features: Adobe Acrobat 3.0,Fast and accurate full-text search utility, Complete text of all books |
![]() |
Programming the Microsoft Windows Driver Model Format: Paperback, 878pp Publisher: Microsoft Press The Microsoft Windows driver model (WDM) supports Plug and Play, provides power management capabilities, and expands on the driver/minidriver approach. Written by long-time device-driver expert Walter Oney in cooperation with the Windows kernel team, this book provides extensive practical examples, illustrations, advice, and line-by-line analysis of code samples to clarify real-world driver-programming issues. |
![]() |
Programming Spiders, Bots, and Aggregators in Java Paperback: 512 pages Publisher: Sybex Inc; Bk&CD-Rom edition (February, 2002) Spiders, bots, and aggregators are all so-called intelligent agents, which execute tasks on the Web without the intervention of a human being. Spiders go out on the Web and identify multiple sites with information on a chosen topic and retrieve the information. |
![]() |
Sams Teach Yourself Shell Programming in 24 Hours by Sriranga Veeraraghavan Paperback: 486 pages The vast majority of users utilize the Korn Shell or some variant of the Bourne Shell, such as bash. Sams Teach Yourself Shell Programming in 24 Hours covers these shells. It begins with a generalized tutorial of Unix and tools and then moves into detailed coverage of shell programming. Sams Teach Yourself Shell Programming in 24 Hours is one of the best values because it provides readers with more information for less money. |
![]() |
Tricks of the 3D Game Programming Gurus-Advanced 3D Graphics and Rasterization ISBN: 0672318350; Published: Jun 2, 2003; Copyright 2003; Dimensions 7-3/8` x 9-1/8` ; Pages: 1728; Edition: 1st. Today is the greatest time in history to be in the game business. We now have the technology to create games that look real! Sony`s Playstation II, XBOX, and Game Cube are cool! But, all this technology isn`t easy or trivial to understand - it takes really hard work and lots of Red Bull. The difficulty level of game programming has definitely been cranked up these days in relation to the skill set needed to make games. |
![]() |
Unix Systems Programming: Communication, Concurrency and Threads, Second Edition Authors: Kay Robbins, Steve Robbins Publisher: Prentice Hall PTR This book is comparable to other best-selling UNIX books, such as UNIX Network Programming, by Richard Stevens. Covers fundamentals, asynchronous events, concurrency, and communication. For programmers in need of a better understanding of UNIX systems programming. |
![]() |
Programming the Parallel Port: Interfacing the PC for Data Acquisition & Process Control by Dhananjay V. Gadre `Data acquisition is the process of gathering information on a phenomenon by acquiring data on one or more variables...` The book also covers the Enhanced Parallel Port (EPP), the Extended Capabilities Port (ECP), interfacing Analog to Digital converters, and data acquisition under Linux. |
![]() |
Java 1.4 Game Programming (Wordware Game and Graphics Library) Paperback: 647 pages Publisher: Wordware Publishing; Bk&CD-Rom edition (February 1, 2003) With the release of Java 1.4, it is now possible to develop more advanced computer games using the Java language than ever before. Java 1.4 Game Programming focuses on the technical aspects of game programming using the latest release of Java, beginning with an introduction to the Java programming language and building upon that knowledge by exploring the key elements required to develop games, such as graphics, input, sound, and networking. |
[+]12:55 Teusday, April 24, 2007| Send Comment
![]() |
Chris Crawford on Game Design Publisher : New Riders Publishing Pages : 496 Chris Crawford on Game Design is all about the foundational skills behind the design and architecture of a game. Without these skills, designers and developers lack the understanding to work with the tools and techniques used in the industry today... |
![]() |
Software Engineering and Computer Games Publisher: Addison-Wesley Copyright: 2002 Format: Paper; 648 pp This book should be a requirement of anyone that wants to write games – period André Lamothe, author and CEO of Xtreme Games There are many books on the art of games programming but now acclaimed author Rudy Rucker has gone a step beyond and transformed it into a science. |
![]() |
Tricks of the 3D Game Programming Gurus-Advanced 3D Graphics and Rasterization ISBN: 0672318350; Published: Jun 2, 2003; Copyright 2003; Dimensions 7-3/8` x 9-1/8` ; Pages: 1728; Edition: 1st. Today is the greatest time in history to be in the game business. We now have the technology to create games that look real! Sony`s Playstation II, XBOX, and Game Cube are cool! But, all this technology isn`t easy or trivial to understand - it takes really hard work and lots of Red Bull. The difficulty level of game programming has definitely been cranked up these days in relation to the skill set needed to make games. |
![]() |
Wireless Game Development in C/C++ with BREW Paperback: 550 pages Publisher: Wordware Publishing, Inc. (April 25, 2003) Designed for game programmers interested in developing mobile phone applications, this book uses QUALCOMM`s BREW development environment to illustrate a variety of techniques in the field of wireless phone games. |
.Net
![]() |
.NET Framework Essentials, 3rd Edition By Thuan L. Thai, Hoang Lam 3rd Edition August 2003, 380 pages. Fully updated for version 1.1 of the .NET Framework, .NET Framework Essentials, 3rd Edition is an objective, concise, no-nonsense overview of the Microsoft .NET Framework for developing web applications and services. Written for intermediate to advanced VB, C/C++, Java, and Delphi developers, .NET Framework Essentials, 3rd Edition is also useful to system architects and leaders who are assessing tools for future projects. |
![]() |
.NET Framework Solutions: In Search of the Lost Win32 API 592 pages; If you’ve begun programming using Microsoft’s .NET Framework, you’ve discovered a lot of new and improved functionality. But, more than likely, you’ve also discovered a lot of missing functionality. Indeed, a third of the functions supported by the old Win32 API are not yet supported by .NET. |
![]() |
Applied Microsoft .NET Framework Programming Format: Paperback, 591pp Publisher: Microsoft Press This title takes advanced developers and software designers under the covers of .NET to provide them with an in-depth understanding of its structure, functions, and operational components so they can create high-performance applications for .NET more easily and efficiently. |
![]() |
A_Programmers_Guide_to_.NET By Alexei Fedorov. Published by Addison Wesley Professional. Dimensions 7-3/8x9-1/4 ; Pages: 720; Edition: 1st. The new Microsoft platform, Microsoft.NET provides countless opportunities for different services and systems to interact, allowing programmers to develop powerful solutions for the internet. If you are a programmer or developer wanting to take full advantage of Microsoft.NET, this book, which provides essential information for the whole of the .NET platform, is for you |
![]() |
Building Microsoft® ASP.NET Applications for Mobile Devices, Second Edition Author: Andy Wigley and Peter Roxburgh Pages: 720p Extend your programming expertise across the widest range of mobile devices with this incisive guide to Microsoft ASP.NET mobile controls. Now integrated into Microsoft Visual Studio .NET 2003, ASP.NET mobile controls enable you to build applications that render intelligently on different devices—regardless of markup language, browser, or form factor. |
![]() |
C# Web Development for ASP.NET: Visual QuickStart Guide Pages: 456; Edition: 1st. C# was developed from the ground up to serve as the main language for Microsoft`s new .NET framework--and to compete with Java. C# Web Development for ASP.NET: Visual QuickStart Guide is aimed at beginning developers who may have experience with scripting languages but are not necessarily experienced with object-oriented languages. Using task-based examples and hundreds of screenshots, all code examples are presented in the context of ASP.NET development, aimed at Web developers. |
![]() |
COM and .NET Interoperability by Andrew Troelson Review By Peter A. Bromberg, Ph.D. Having now completed a reading of my fourth book by Andrew Troelson (starting with `Developers Workshop to COM and ATL 3.0`), I can confidently state one truth: Andrew Troelson is a master programmer, teacher and author. This guy, quite simply, is a walking Encyclopedia Britannica of the .NET platform. |
![]() |
Developing Web Applications with Visual Basic.NET and ASP.NET John Alexander, Billy Hollis 400 pages. John Alexander and bestselling author Billy Hollis show programmers how to develop enterprise-level Web applications using Microsoft`s popular programming language--Visual Basic.NET. |
![]() |
Performance Testing Microsoft .NET Web Applications Format: Hardcover, 284pp Publisher: Microsoft Press Performance tuning is increasingly important as desktop applications move to a Web-centric, software-as-a-service model. Performance analysis and tuning ensures that .NET-based applications perform as well as or better than traditional desktop applications. |
[+]By NasserNiazy in10:35 Thu 19 Apr 2007|
|
450 Fee Ebook In This Folder's |
|||
| Awsome 3D Game Developments : No Programming Required.chm | 115M | ||
| Bible/ | - | ||
| Database/ | - | ||
| Java/ | - | ||
| Linux/ | - | ||
| MIT.Press-Introduction.to.Algorithms.2nd.Edition.pdf | 13M | ||
| MIT.Press.2D.Object.Detection.and.Recognition.eBook-TLFeBOOK.pdf | 7.2M | ||
| Macromedia/ | - | ||
| Microsoft .NET/ | - | ||
| MyManual/ | - | ||
| Networking/ | - | ||
| OReilly/ | - | ||
| UML with Rational Rose 2002.pdf | 9.2M | ||
| WEB/ |
Other Librery
[+]By NasserNiazy in10:34 Thu 19 Apr 2007|
The Satellite Communication Applications Handbook (Artech House Space Applications Series)

Handbook covers the latest advances in satellite technology and applications. Features new chapters on mobile digital audio radio and VSAT networks. For satellite communications professionals and network architects. Includes index and references. Previous edition: c1997.
Validation of Telecom Systems with SDL

Validation of Communications Systems with SDL provides a clear practical guide to validating, by simulation, a telecom system modelled in SDL. SDL, the Specification and Description Language standardised by the International Telecommunication Union (ITU-T), is used to specify and develop complex systems such as GSM, GPRS, UMTS,
W-CDMA and cdma2000 for 3G Mobile Networks

As service providers start to build 3G (3rd generation) and UMTS (Universal Mobile Telecommunications Systems) networks, they'll have to begin by implementing W-CDMA (Wideband Code Division Multiple Access)--the new access technology. Here's an explanation of that technology network managers can use to make design, purchasing,
Microsoft Excel Functions and Formulas: Excel 97--Excel 2003 (Wordware Applications Library)

Equipped with a variety of functions and easy to use, Microsoft Excel is the tool of choice when it comes to crunching numbers, building charts, and analyzing tables. But most users only scratch the surface of the program's functionality, especially the built-in formulas designed to make everyday operations and real-world tasks more efficient. Microsoft Excel Functions
Pro Crystal Enterprise / BusinessObjects XI Programming (Pro)

Pro Crystal Enterprise/BusinessObjects XI Programming shows you how to create customized solutions using the Business Objects/Crystal Enterprise object model. Here you'll see the object model utilized to create professional-quality tools like on-demand web services, report metadata extraction, scheduling, security, and user management.

Pro BizTalk 2006 is a high-end resource that is based on real feedback from BizTalk developers. Authors George Dunphy and Ahmed Metwally are well known within the BizTalk community, and here they cover topics not discussed in other books, like performance tuning, scalability, and administration. This book also features examples of specific, real-world implementations.

The increasing business use of wireless and mobile technologies on a variety of devices has accelerated the need for a better understanding of the technologies involved. Business Data Communications and Networking: A Research Perspective addresses the key issues for businesses utilizing data communications and the increasing importance of networking technologies in business. Business Data Communications and Networking:
Windows Vista Just the Steps For Dummies (For Dummies (Computer/Tech))

* This updated bestseller covers programming essentials for the newest version of Java, the popular platform-independent, object-oriented programming language
* The material is fully updated and focuses on the new Java SDK 1.5, addressing the needs of new or inexperienced Java developers
Beginning Ruby on Rails E-Commerce: From Novice to Professional

Beginning Ruby on Rails E-Commerce: From Novice to Professional is the first book of its kind to guide you through producing e-commerce applications with Rails--the stacked web framework taking the world by storm. The book dives right into the process of creating a production-level web application using agile methodologies and test-driven development combined with Rails best practices.
Beginning Ruby: From Novice to Professional

Ruby is perhaps best known as the engine powering the hugely popular Ruby on Rails web framework. However, it is an extremely powerful and versatile programming language in its own right. It focuses on simplicity and offers a fully object-oriented environment.
Design Patterns (Wordware Applications Library)

Design patterns books have been gaining popularity since languages like Java and C++ first became widely used. Since Microsoft released its first truly object-oriented language, .NET, software designers from an even broader range of business and programming spheres have been looking for ways to refine and write better code.
Ajax For Dummies (For Dummies (Computer/Tech))

Ajax is short for “Asynchronous JavaScript+CSS+DOM+XMLHttpRequest.”
Even if you weren’t intimidated before, that tidbit is probably enough to make you reach for the Excedrin. Just reach for Ajax For Dummies instead. With screen shots, actual code and explanations, and live Web sites where you can see Ajax applications doing their thing, it will have you using Ajax to create Web applications that look an act like desktop applications in no time. With Ajax, you can speed up and clean up your Web applications
The Struts Framework: Practical Guide for Java Programmers

"I heartily endorse this book. Since an early copy of Sue's manuscript hit my desk, it has not left my side and is now well thumbed and gathering coffee stains from regular use."
Simon Chappell - Java Programming Specialist with a Fortune 100 company.
Managing E-Commerce and Mobile Computing Technologies

Examining the challenges and limitations involved in implementing and using e-commerce technologies, this guide describes how these technologies have been very instrumental to many organizations around the globe. Discussed is how, through the use of electronic commerce, organizations of all sizes and types are able to conduct business without worrying about the territorial market limitations of the past.
Knowledge Networks: Innovation Through Communities of Practice

Knowledge Networks: Innovations Through Communities of Practice draws on the experience of people who have worked with CoPs in the real world and to present their combined wisdom in a form that is accessible to a wide audience. CoPs are examined from a practical, rather than a purely academic point of view.
Free/Open Source Software Development

Free/Open Source Software Development gives an overview of the current research streams in the field of free and open source software development. A multitude of research approaches are used to explore free and open source software development processes, attributes of their products and the workings within the development communities. This book offers a glimpse beyond 'classical'
Telecommunications Breakdown: Concepts of Communication Transmitted via Software-Defined Radio

This book helps readers build a complete digital radio that includes each part of a typical digital communication system. Chapter by chapter, the learner creates a Matlab realization of the various pieces of the system—exploring the key ideas along the way, and in the final chapter “puts it all together” to build a fully functional receiver. For communication systems builders.
Series 60 Smartphone Quality Assurance: A Guide for Mobile Engineers and Developers

S60 is the world leading smartphone platform. It has gained this position due to the huge developer base innovating on top of the S60 platform, the Product Creation Community who can provide expertise in different device program phases and tasks and the user-friendly interface that the platform provides. S60 Smartphone Quality Assurance introduces each of these themes.
[+]By NasserNiazy in10:34 Thu 19 Apr 2007|
[+]By NasserNiazy in10:33 Thu 19 Apr 2007|
New Pyton Larning
|
|
[+]By NasserNiazy in10:32 Thu 19 Apr 2007|
Cabling The Complete Guide to Network Wiring 3rd Edition
The physical linkages responsible for carrying a company's data continue to be the most neglected components of the typical network--to the extent that nearly 700f all network-related problems result from poor cabling.
Wrox Vbscript Programmers ReferenceWrox Vbscript Programmers Reference
Enterprise Resource Planning Solutions and Management
ISBN: 1931777063 Title: Enterprise Resource Planning Solutions and Management Author: Fiona Fui-Hoon Nah Publisher: IRM Press Publication Date: 2002-04 Number Of Pages: 310 pdf 1,4 mb
Google Adsense SecretsPassword: filecatchers.com
ASP.dot.NET.2.0.Beta.Preview
The changes in ASP.NET 2.0 are numerous, far-reaching, and exciting. If you ve been working with previous versions of ASP.NET, this book will give you a head start in understanding and applying ASP.NET 2.0.
Performance Tuning and Optimizing ASP.NET Applications
Performance Tuning and Optimizing ASP.NET Applications is targeted at developers who want to optimize the performance of their ASP.NET applications in the production environment.
SAMS Teach Yourself PHP in 24 hours
Think of all the things you could do in 24 hours. Go sightseeing. Read a book. Learn PHP. Sams Teach Yourself PHP in 24 Hours is a unique learning tool that is divided into 24 one-hour lessons over five sections. Starting with the basics, you will discover the fundamentals of PHP and how to apply that knowledge to create dynamic websites with forms, cookies and authentication functions.
Link By:http://www.iranhotlinks.com/sec/ihl/
[+]By NasserNiazy in10:31 Thu 19 Apr 2007|
New Ebook
(Ebook) - Html - Linux Configuration & Installation (Slackware).zip 1.7M
(Ebook) Redhat Linux Rhce Cramsession.pdf __________________523K
(Sams 2002) - Enhydra XMLC Java Presentation Development.rar 2.5M
(eBook) Sun - Solaris 9 SysAd Guide - Advanced.pdf ___________1.4M
(eBook - pdf) Solaris Kernel Tuning for Security.pdf_____________ 112K
(eBook - pdf) Zope and MySQL.pdf_________________________130K
(ebook) - Slackware Linux Unleashed, Third Edition.zip___________944K
(ebook - English) Advanced Linux Programming.pdf _____________3.7M
(ebook - HTML) JBoss and PostgreSQL.rar___________________19K
(ebook - PDF) JBoss Group - JBoss All Docs Subscription.zip_____17M
(ebook - PDF) JBoss Server Development with Eclipse.pdf _______371K
(ebook-PDF) Slackware Linux Essentials (edonkeylinks.com) [f.zip__2.1M
(ebook - chm) - Misc - Debian The Perfect Setup.chm____________635K
(ebook-html) - SAMS - Slackware Linux Unleashed - Kamran Hus.zip925K
(ebook-pdf) - SAMS - DB2 Developer's Guide-Fourth Edition.pdf ___19M
(ebook - pdf) Hack Proofing Linux.pdf ________________________12M
(ebook - pdf) Programming Linux Games.pdf____________________1.8M
(ebook - pdf) UNIX Cook Book.pdf__________________________107K
(ebook - pdf) UNIX Programmer's Manual.pdf___________________1.2M
(ebook-txt) David Mertz - Text Processing In Python.zip____________1.4M
(ebook.-.html).RHCE.Syngress.Red.Hat.Certified.Engineer.Study.Guide.2nd.ed.Ebook.Only.nothingyoudon't.rar 13M
2_Oracle OCP Admin Exam.doc______________________________11M
100_LINUX_TIPS_AND_TRICKS.PDF_______________________1.2M
AIX Reference for Sun Solaris Administrators.pdf __________________5.0M
APress - The Definitive Guide to MySQL, 2nd Ed - 2004 - (By Laxxuss).chm8.7M
A_Buffer_Overflow_Study_-_Attacks_and_Defenses_(2002).pdf_______485K
ActiveState.Visual.Python.for.VS.NET.2003-1.8.0.shared_via_w.rar _____17M
Addison Wesley - Advanced Linux Networking.chm___________________3.0M
Addison Wesley - Firewalls and Internet Security.rar___________________1.6M
Addison Wesley - Learn to Program Using Python 1st edtion.zip__________242K
Addison Wesley - Linux Kernel 2.4 Internals.rar_______________________164K
Addison Wesley - Multitool Linux - Practical Uses For Open Source Software.rar6.0M
Addison Wesley - Perl To Python Migration - 2001 - (By Laxxuss).chm______426K
Addison Wesley - PostgreSQL - Introduction and Concepts.pdf____________2.7M
Addison Wesley - Sendmail Performance Tuning.chm____________________548K
Addison Wesley - Tcl and The Tk Toolkit.pdf__________________________948K
Addison Wesley - UNIX.Network.Programming.Volume.1.3rd.Ed.The.Sockets.Networking.API-LiB.chm5.4M
Administracion Tomcat.pdf_________________________________________515K
Advanced_Python_programming.pdf__________________________________194K
Apache Jakarta Tomcat 2 (APress).pdf________________________________1.8M
Apache based WebDAV with LDAP and SSL HOWTO3.pdf_______________50K
Boson CCNA 640-801.pdf_________________________________________10M
Clustering with Tomcat.pdf__________________________________________186K
Core_Python_Programming[Wesley J. Chun](Prentice Hall PTR).pdf __________7.9M
Coriolis - Open Source Development With CVS.pdf_______________________1.1M
Coriolis - Solaris 8 System Administrator Exam Cram.rar____________________2.0M
CorrectExams Oracle 1Z0-031 Exam Study Guide v1-2003.pdf_______________1.0M
DATABASE.#.Apache.Server.2.bible.rar________________________________2.9M
Data Structures and Algorithms with Object-Oriented Design Patterns in Python (2004).chm3.3M
Db2 Cookbooks.zip________________________________________________1.2M
Debian GNU-Linux Bible.pdf_________________________________________6.7M
Debian Linux Cookbook - Tips And Techniques For Everyday Use.pdf__________7.1M
Design and Performance of the OpenBSD Statefull Packet Filter - Slides.pdf______252K
Digital.Press.Oracle.High.Performance.Tuning.for.9i.and.10g.eBook-DDU.chm____10M
Digital Press - Oracle High Performance Tuning for 9i and 10g.chm______________10M
Exam Cram - Solaris 9.pdf____________________________________________17M
Exim The Mail Transfer Agent.pdf_______________________________________5.7M
FAQ_Tomcat_SOAP_SSL.pdf________________________________________182K
FreeBSD-MailServer-IMAP_POP3.pdf__________________________________223K
FreeBSD-MailServer-Sendmail.pdf______________________________________262K
FreeBSD Chinese HowTo.pdf__________________________________________1.1M
FreeBSD Developers' Handbook.pdf_____________________________________1.3M
FreeBSD Handbook_5.1.chm__________________________________________2.3M
FreeBSD faq book.pdf [found via www.fileDonkey.com].zip___________________398K
GUI Programming with Python.zip_______________________________________16M
Guide_to_Building_an_OpenBSD_PPPoE_Gateway.mht______________________70K
How_To_Think_Like_A_Computer_Scientist-Learning_With_Python-2002.pdf_____863K
How_to_Build_a_FreeBSD_Firewall_with_IPFILTER_[bajardistro.com.ar].tar.gz ___22K
How to Build a FreeBSD-STABLE firewall with IPFILTER.pdf__________________66K
Hungry.Minds.-.BEA.WebLogic.Server.Bible.-.2002.-.(By.Laxxuss).pdf___________15M
ITCertify - Oracle 9i 1Z0-031 Database Fundamentals I v15[1][1].0.pdf___________769K
Interprocess Communications in Linux.chm__________________________________1.9M
Intrusion Detection Systems with Snort - Prentice Hall - 2003.pdf_________________2.5M
JBoss Administration (3.2.x Series) - 2003.pdf ______________________________8.4M
JBoss Administration and Development 2nd Ed (2002).pdf______________________6.9M
JBoss_Group~JBossCMP_2nd_Ed~(2002).pdf.zip___________________________354K
John.Wiley.AndSons.Network.Performance.Toolkit.Using.Open.Source.Testing.Tools.eBook-LiB.pdf4.4M
John.Wiley.and.Sons.PHP5.and.MySQL.Bible.eBook.pdf______________________16M
Linux.C++.Programming.HOWTO.pdf_____________________________________233K
Linux Bible RedHat.pdf_________________________________________________6.4M
Linux Red Hat Security and Optimization.zip_________________________________4.4M
Linux_RedHat_Cluster_Manager_InstallationAdministrationGuide.pdf______________1.1M
McGraw-Hill - MySQL - Essential Skills - 2004.chm__________________________14M
McGraw.Hill.-.Oracle.Database.10g..High.Availablity.with.RAC.Flashback.&.Data.Guard.chm9.3M
McGraw.Hill.RHCE.Red.Hat.Certified.Engineer.Linux.Study.Guide.Exam.RH302.4ED.Mar.2004.eBook-DDU.chm10M
McGraw.Hill.Red.Hat.The.Complete.Reference.Enterprise.Linux.and.Fedora.Edition.eBook-DDU.chm5.6M
McGraw Hill - Oracle Database 10g, A Beginner's Guide.chm____________________2.4M
McGrawHill-Oracle_Database_10g_New_Features.chm________________________1.6M
McGraw Hill - Sun Certified Solaris 9 0 System and Network Administrator All-in-One - 2003 [CHM].rar9.4M
Mcgraw-Hill Osborne 310-014, 310-015 Scsa Solaris 9 Study Guide (2002).zip______9.4M
Mcgraw Hill Osborne Media How To Do Everything With Your Ipod Ebook-Ddu.pdf__11M
New Riders - Advanced Linux Programming.chm______________________________552K
New Riders - Inside Linux.pdf_____________________________________________6.7M
New Riders - Jython for Java Programmers.chm_______________________________713K
New Riders - PHP Functions Essential Reference.chm___________________________782K
New Riders - PostgreSQL Essential Reference.chm_____________________________440K
New Riders - Web Application Development With PHP4.chm_____________________1.4M
New Riders - XML and PHP.chm__________________________________________1.0M
Nmap network security scanner man page.doc_________________________________161K
No Starch - Linux Cook Book-1.2.pdf_______________________________________7.1M
No Starch Press - Absolute BSD. The Ultimate Guide to FreeBS.pdf________________7.8M
OpenBSD-Firewall_IDS.pdf_______________________________________________72K
OpenBSD_for_newbies.pdf _______________________________________________104K
Oracle Database 10g - DBA.pdf____________________________________________3.6M
Oracle Database 10g - New Features.pdf______________________________________1.7M
Osborne - Rhce Red Hat Linux Certified Engineer Linux Study Guide Exam Rh302 3Rd Ed.rar11M
PHP-Nuke-7.1.0.zip______________________________________________________5.8M
PHP 5 For Dummies.pdf___________________________________________________6.0M
PHP And PostgreSQL.pdf__________________________________________________58K
POSTFIX + COURIER-IMAP + MYSQL + QUOTA + SASL.pdf__________________39K
Peachpit Press - PHP for the World Wide Web Visual Quick Start Guide.chm___________8.9M
Postfix-Amavisd-New.pdf__________________________________________________31K
Postfix-Cyrus-Web-cyradm-HOWTO.pdf______________________________________202K
Postfix-cyrus-postgreSQL-web-cyradm.pdf_____________________________________753K
Postfix_SSL-HOWTO.pdf__________________________________________________19K
Practical Programming in Tcl and Tk (book).pdf__________________________________1.9M
Premier - PHP Fast And Easy Web Development 2nd Edition.chm____________________3.3M
Premier.Press.Game.Programming.with.Python.Lua.and.Ruby.ebook-LiB.chm__________2.3M
Premier Press - Administering And Securing The Apache Server - 2002 [CHM].chm____13M
Prentice.BEA.WebLogic.Server.Administration.Kit.eBook-LiB.chm________________1.3M
Prentice.Business.Intelligence.For.The.Enterprise.eBook-LiB.chm__________________1.5M
Prentice Hall - Integrating Linux and Windows.pdf______________________________4.2M
Prentice Hall - Linux Assembly Language Programming.rar________________________2.1M
Prentice Hall - Linux Desk Reference, 2nd Edition.chm___________________________1.1M
Prentice Hall - Solaris Security.rar__________________________________________1.3M
Prentice Hall - The Art Of Unix Programming (Eric Raymond) - 2003 - (By Laxxuss).pdf_2.4M
Prentice Hall - UNIX Fault Management A Guide For System Administration.chm______2.8M
Prentice Hall - UNIX Shells by Example, Third Edition.chm_______________________2.1M
Prentice Hall - UNIX User's Handbook 2nd Edition.chm_________________________4.7M
Professional Apache Tomcat.chm__________________________________________9.7M
Programming Ruby - The Pragmatic Programmer's Guide.pdf_____________________7.1M
Python_2.1_Bible.pdf____________________________________________ 6.3M
Python_Programming_with_the_JavaT_Class_Libraries_-_Addison_Wesley_-_2002.chm1.8M
Que - C++ Professional Programmer's Handbook.pdf_____________________1.0M
Que - Linux Socket Programming By Example - fly.pdf ____________________3.9M
Que - Maximum Security 4th Edition.chm______________________________2.9M
Que - MySQL 2nd Ed.chm________________________________________1.9M
Que - MySQL and PHP from Scratch.chm____________________________1.3M
Que - Practical Firewalls.rar_______________________________________2.9M
Que - Practical Linux.rar__________________________________________7.6M
Que - Solaris 9 Network Administrator Exam Cram 2 (Exam CX-310-044).zip1.9M
Que - Solaris 9 System Administrator Exam Cram 2 - 2003 - (By Laxxuss).pdf14M
Que - Special Edition Using Linux 4th Edition.pdf ______________________5.7M
Que - The Concise Guide to DNS and BIND.chm______________________800K
Que - UNIX Hints Hacks.chm_____________________________________806K
Red Hat; The Complete Reference Enterprise Linux & Fedora Edition (mcgraw-hill).rar5.6M
Red Hat Linux Bible - Fedora and Enterprise Edition.chm_________________14M
Red Hat Rhce Rh302 Exam Simulator V4 0 Datecode 20030501-Jgt.rar______4.0M
Redhat Rhce Study Guide.pdf______________________________________217K
SYNGRESS-Ruby_Developers_Guide.pdf____________________________4.3M
Sams,.MySQL.Certification.Study.Guide.(2004).DDu.chm________________1.2M
Sams, Mysql Tutorial (2004).chm___________________________________639K
Sams - BEA WebLogic Server 8.1 Unleashed (2003).chm________________14M
Sams - C++ Primer Plus, Fourth Edition.chm__________________________4.4M
Sams - C++ Unleashed-en-pdf.pdf _________________________________4.0M
Sams - C Primer Plus 3rd Edition.chm_______________________________3.8M
Sams - C Programming - Just the FAQS - PDF.rar_____________________1.6M
Sams - MySQL and JSP Web Applications Data Driven Programming Using Tomcat And MySQL.chm5.1M
Sams - PHP Developers Cookbook 2nd Edition.chm___________________606K
Sams - PHP and MySQL Web Development.chm_____________________8.1M
Sams - PHP and PostgreSQL Advanced Web Programming.chm _________2.5M
Sams - PostgreSQL.chm________________________________________3.2M
Sams - PostgreSQL Developers Handbook.chm______________________2.2M
Sams - Red Hat Linux Unleashed.zip_______________________________ 2.3M
Sams - Teach Yourself BEA WebLogic Server 7.0 in 21 Days - 2002 - (By Laxxuss).chm 6.3M
Sams - Teach Yourself PHP MySQL And Apache In 24Hours.chm_______3.3M
Sams - Teach Yourself Python In 24 Hours.rar_______________________2.4M
Sams - Teach Yourself Shell Programming.tgz________________________317K
Sams - Zope Web Application Construction Kit - CHM.chm_____________8.3M
Securing-Optimizing-Linux-RH-Edition.pdf _________________________4.9M
Securing-Optimizing-Linux-The-Ultimate-Solution-v2.0.pdf _____________4.4M
Security Evaluation of the OpenBSD Operating System.pdf _____________76K
Simple Apache and Tomcat HOWTO.pdf __________________________49K
Slackware.pdf____________________________________________4.9M
Slackware Linux Essentials.pdf ______________________________3.4M
Slackware Linux Unleashed, Third Edition.rar___________________904K
Snort Enterprise.pdf _____________________________________1.1M
Solaris 9 - Student Guide Part 2 - Sa299.pdf___________________6.6M
Solaris 9 - Student Guide part 1 - SA239.pdf __________________6.5M
Solaris 9 Fun with Sunscreen.pdf ____________________________111K
Solaris 9 SCSA.rar______________________________________22M
Solaris 9 Student Guide SA399.pdf _________________________3.9M
Ssh Tectia Server 4.0.3.zip ________________________________5.0M
Steve'S Rhce Study Guide.doc_______________________________751K
Sun SCSA 310-014 Solaris 9 Admin I Exam Q&A v6.0 CorrectExams.pdf966K
Sun SCSA 310-015 Solaris 9 Admin II Exam Q&A v6.0 CorrectExams.pdf 767K
Sun Scsa 310-015 Solaris 9 Admin Ii Exam Q&A v6.0 Correctexams(1).pdf768K
Sybex - COMPLETE JAVA 2 CERTIFICATION STUDY GUIDE 3RD EDITION.rar8.1M
Sybex - Firewalls.24Seven.2nd.Edition.rar_______________________12M
Sybex - Linux Network Servers.rar____________________________6.4M
Sybex - Linux System Administration.rar_________________________7.1M
Sybex - Mastering MySQL 4.chm _____________________________1.9M
Sybex Linux Power Tools 2003.chm____________________________12M
Sybex OCP Oracle 10g New Features For Administrators.pdf ________15M
Sybex Solaris 9 Sun Certified System Administrator Study Guide.chm____3.5M
Syngress - Hack Proofing Sun Solaris 8.pdf _______________________6.8M
Syngress - Snort2 Intrusion Detection.pdf ___________________________7.0M
Syngress.Snort.2.1.Intrusion.Detection.Second.Edition.May.2004.eBook-DDU.pdf12M
TIJ-2nd-edition.zip______________________________________________1.2M
Teach Yourself JSP 2.0 with Apache Tomcat in 24 Hours (Sams, 2003).chm 2.8M
Test King - Solaris 9 Sun Certified System Administrator Part I - 310-014 4.2.rar 628K
Test King - Sun 310-044 Sun Certified Network Administrator For Solaris 9 (4.0).pdf 692K
Test King Oracle 1Z0-031 (4.1).pdf ____________________________________539K
Testking - 310-014 Sun SCSA Solaris 9 System Administration I Edt4.2.pdf _____ 663K
Testking 310-015 - Solaris 9 - Sun Cert. Syst. Adm. part II v1.pdf ____________450K
Tuning Openbsd Tar.gz____________________________________________138K
Tutorial For Building j2Ee Applications Using Jboss And Eclipse.chm_________4.4M
UNIX Shells by Example, 3rd Edition.rar_____________________________ 1.5M
Using Linux As A Router.pdf_______________________________________30K
VIM Quick Reference Card.pdf _____________________________________100K
VPN Linksys Befvp41 Vpn Router To Openbsd Ipsec Server Wireless Mini How-To.zip 256K
Version Control with Subversion(2).pdf________________________________1.3M
Version Control with Subversion.pdf __________________________________1.2M
WhizLabs Red Hat RHCE Exam RH302.zip_____________________________5.0M
Whizlabs - Oracle OCP - Exam Simulator 4.0 - 1Z0-031 - 20030422.rar______4.2M
Whizlabs - Red Hat RHCE - Exam Simulator 4.0 - RH302 - 20030501.rar_____4.0M
Wiley - Mastering Resin - 2003.chm __________________________________13M
Wiley - Mysql PHP Database Applications.pdf __________________________3.5M
Wiley - Secure PHP Development - Building 50 Practical Applications.pdf _____12M
Wiley - The UNIX-Haters Handbook.pdf______________________________ 3.5M
Williams, Sam - Free as in Freedom-Richard Stallman's Crusad.pdf___________ 847K
Writing Apache Modules with Perl and C.pdf ____________________________3.6M
Wrox - C++ tutorial.chm____________________________________________1.2M
Zope Bible.pdf___________________________________________________4.4M
[e-book][Linux] Securing and Optimizing Linux - RedHat Editi.pdf_____________4.9M
[ebook] Apache Server Survival Guide.rar_______________________________2.3M
[ebook] Data Structures And Algorithms With Object-Oriented Design Patterns In Python (2003).zip3.5M
[ebook] IpTables Tutorial.pdf ________________________________________1.6M
[ebook] Python Essential Reference, Second Edition.rar_____________________ 536K
[ebook] Python Library Reference.rar___________________________________916K
[ebook]SUN certified System Administrator for Solaris v9.0 .zip_______________9.4M
[ebook] Tcl_Tk for Programmers.rar___________________________________240K
[ebook]_Red_Hat_Linux_Networking_and_System_Administration.zip_________7.2M
beehive_-_the_book_of_zope_-_how_to_build_and_deliver_web_apps.zip______3.9M
eBook.McGraw.Hill.Osborne.Oracle.Database.10g.SQL.chm________________849K
ebook_Snort_v2.0.0_Install.Guide.FreeBSD_english.pdf____________________64K
ebook html - Python Guide - For Beginners.zip___________________________102K
iptables-HOWTO.pdf______________________________________________86K
linux-Addison.Wesley.The.Art.Of.Unix.Programming.chm___________________1.5M
linux - Advanced Bash Shell Scripting Guide.pdf__________________________4.6M
linux_programming_unleashed.pdf_____________________________________6.3M
manual_nmap.zip_________________________________________________12K
mastering_iptables.pdf_____________________________________________628K
nmap.pdf ______________________________________________________60K
oracle ocp 1z0-031 whizlabs exam simulator v4.0 datecode 20030422.rar_____4.2M
postfix-filtering.rar___________________________________51K
python24.chm______________________________________3.6M
python_wdsl.pdf____________________________________134K
smarty.chm________________________________________251K
sspe.pdf__________________________________________692K
thinking in python.chm________________________________178K
tuning openbsd.pdf__________________________________183K
unison-2.13.16-manual.pdf ___________________________426K
user-guide - ethereal.pdf_____________________________3.2M
winxp-openbsd_ipsec_tunnel-mode_vpn_with_x509v3_certificates.pdf
[+]By NasserNiazy in10:31 Thu 19 Apr 2007|
New Programing Free Ebook For All You!!
[+]By NasserNiazy in10:30 Thu 19 Apr 2007|
Palm, Inc.
Coverity inspects all active C and C++ products, with the goal of achieving zero defects. Download Document
Wind River
Learn how Wind River boosted development productivity 30% and cut time-to-market 20%. Download Document
Veritas
Learn how Coverity found bugs in large, complex storage software VERITAS thought was virtually bug free. Download Document
[+]By NasserNiazy in10:30 Thu 19 Apr 2007|
All This book For Programer's
http://rapidshare.de/files/9782165/0735621853.rar.html
ِhttp://rapidshare.de/files/9781966/0735621292.rar.html
http://download.en911.com/uploadfile/ebook/ebook-25.zip
or
http://www.templateen.com/uploadfile/ebook/ebook-25.zip
http://rapidshare.com/files/1456992/M.A.Weiss_Data_Structures_C.rar
http://rapidshare.de/files/8078577/Wrox.Professional.ASP.NET.2.0.Nov.2005.eBook-LinG.rar.html
http://lab.lpicn.org/pub/books/-
Reference:http://ebook.blogfa.com/
[+]By NasserNiazy in10:29 Thu 19 Apr 2007|
(E-Book - Martial Ar..> 1.9M
(E-Book - Martial Ar..> 1.9M
(Ebook) Acupuncture ..> 3.0M
(Ebook) Acupuncture ..> 3.0M
(Ebook)(Occultisme) ..> 2.7M
(Ebook)(Occultisme) ..> 2.7M
(Woodworking) Sheet ..> 1.1M
(eBook) The Strange ..> 82k
(ebook) (fr)(occulti..> 340k
(ebook) (fr)(occulti..> 340k
(ebook) David Blaine..> 434k
(ebook) David Blaine..> 291k
(ebook) Wang Shu-Chi..> 657k
(ebook) Wang Shu-Chi..> 657k
(ebook)(Fr)(occultis..> 5.9M
(ebook)(Fr)(occultis..> 5.9M
(ebook)(Fr)(occultis..> 490k
(ebook)(Fr)(occultis..> 490k
030915 [French Fr Ps..> 905k
2 Dim Mak Encycloped..> 733k
2 Wing Chun History-..> 181k
2 Wing Chun History-..> 181k
2_introduction_au_ps..> 93k
3_la_tlkinsie,_par_t..> 198k
4_feu_et_glace.pdf 60k
5_comment_faire_une_..> 160k
6_des_choses__faire_..> 66k
7_paintball_psi_et_a..> 75k
Acupuncture (front).jpg 75k
Acupuncture Akupunkt..> 6.5M
Amazing subliminal M..> 18k
Anonymous.-.Magic.Tr..> 305k
Artes Marciais - Pow..> 982k
Astral Projection An..> 58k
Astral Projection Co..> 72k
Astral Projection Co..> 50k
Astral Projection Co..> 46k
Astral Projection co..> 72k
Buddhist Meditation ..> 890k
Chi-Kung Developmend..> 4.0M
Chi-Kung Developmend..> 1.3M
Cool compress頰ar D..> 3.7M
Copie de wing chung-..> 13.3M
Copie de wing chung-..> 409k
Cours Visual Basic E..> 193k
DIM MAK - FOX TV Chi..> 7.3M
David Blaine Street ..> 84k
David Copperfield Ma..> 103k
Dim Mak Point and Pr..> 11k
Ebook - Buddhist Med..> 181k
HYPNOSE/ -
Karat頓hotokan & Ko..> 35k
MOI/ -
Martial Arts - Dim M..> 815k
Martial Arts - Dim M..> 93k
Meridians in Acupunc..> 910k
Occultisme - Lao Tse..> 146k
Occultisme - Le Proj..> 656k
Occultisme - Les Pro..> 290k
Occultisme - Pierre ..> 1.2M
Occultisme - Robert ..> 195k
Occultisme -The Herm..> 1.5M
Occultisme -The.Herm..> 1.3M
Occultisme Satanisme..> 381k
PsiPog_net Did You ..> 14k
Psychologie - Eggets..> 1.9M
ReBorneD/ -
[Ebook_FR - French -..> 10.8M
[Ebook_FR - French -..> 31.1M
[Ebook_FR - French -..> 8.5M
[Magic] Levitation L..> 140k
[Tai Chi] [Qigong] E..> 444k
[conspiracy-UFO-Rept..> 112k
[conspiracy-UFO-Rept..> 112k
[e-Book FRA - Occult..> 11.1M
[e-Book FRA - Occult..> 27.5M
[e-Book FRA - Occult..> 8.4M
[ebook - elivre FR] ..> 109k
[ebook - elivre FR] ..> 109k
[ebook FR - French -..> 667k
advanced telekinesis..> 22k
allenarsi al dim mak..> 109k
anthony robbins Eboo..> 1.5M
crop-circles.pdf 999k
dim mak and acupunct..> 17k
eBooks - Math - Math..> 418k
ebook - Martial Arts..> 1.3M
martial arts - Dim ..> 140k
parapente.pdf 620k
plan de Dijon.pdf 1.9M
points vitaux.zip 2.5M
seb tk pypy geant ac..> 2.4M
[+]By NasserNiazy in10:29 Thu 19 Apr 2007|
http://rapidshare.com/files/1544502/Photoshop_CS_for_Photographers.part1.rar
http://rapidshare.com/files/1553310/Photoshop_CS_for_Photographers.part2.rar
http://rapidshare.com/files/1625440/Photoshop_CS_for_Photographers.part3.rar
http://rapidshare.com/files/4637797/NIGMAE-a55sceners4dfd4an21506.rar.html
http://rapidshare.de/files/27687905/Speak.English.Like.an.American-ebook.pdf http://rapidshare.de/files/27692616/Speak.English.like.an.American-Audio.rar
http://rapidshare.com/files/1434736/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part01.rar
http://rapidshare.com/files/1434737/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part02.rar
http://rapidshare.com/files/1434738/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part03.rar
http://rapidshare.com/files/1454041/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part04.rar
http://rapidshare.com/files/1454042/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part05.rar
http://rapidshare.com/files/1454044/Specialized_Solutions_Certified_Ethical_Hacker_9CDs.part06.rar
http://rapidshare.de/files/18442060/Wrox_s_SQL_Server_2005_Express_Edition_Starter_Kit.rar
http://rapidshare.de/files/19661508/Vietdown.org_Qos.rar.htm
http://rapidshare.de/files/19690875/PCT_0706.rar
http://rapidshare.de/files/16771690/EnterpriseResourcePlanning_SolutionsandManagement_muya.rar
http://rapidshare.de/files/19651710/w016010_Wrox_-_VBScript_Programmer_s_Reference.pdf.html
http://rapidshare.com/files/2326284/www.yoknall.com_VTC.CorelDRAW.Graphics.Suite.X3-LinGiSO.part5.rar
http://rapidshare.com/files/2326303/www.yoknall.com_VTC.CorelDRAW.Graphics.Suite.X3-LinGiSO.part2.rar
http://rapidshare.com/files/2326318/www.yoknall.com_VTC.CorelDRAW.Graphics.Suite.X3-LinGiSO.part4.rar
http://rapidshare.com/files/2326322/www.yoknall.com_VTC.CorelDRAW.Graphics.Suite.X3-LinGiSO.part1.rar
http://rapidshare.com/files/2326327/www.yoknall.com_VTC.CorelDRAW.Graphics.Suite.X3-LinGiSO.part3.rar
http://rapidshare.com/files/1385846/Kluwer.Academic.CMOS.Memory.Circuits.rar
http://rapidshare.de/files/36103759/Statistical.Analysis.of.Management.Data.rar
Password : megarapid.net
[+]By NasserNiazy in10:26 Thu 19 Apr 2007|
All This Book Is Pdf(Acrobat Reader)Format And Language=Farsi
Of irandevelopers Librery Adress:http://www.irandevelopers.com
[+]By NasserNiazy in10:26 Thu 19 Apr 2007|
Hello!
Forms Send Data For Function
ByRef: in this form send main data for function
if change data in function or procedure changed data in all program
model:
Private Function Zarb(ByRef Value1%,ByRef Value2%)as Integer
Zarb=value1*value2
value1=0:value2=0
End Function
in this function change send data in line3 & changed this data in program
in line3 value1&value2=0
ByVal:if send data in function by ByRef .not sended main data in function
send need copy of data in functioin.
Model:
Private Function Zarb(ByVal Value1%,ByVal Value2%)As Integer
Zarb=value1*value2
value1=0:value2=0
End Function
in this function change data.not change data in program need change in function
if insert free space in by and val creat compile Error
[+]By NasserNiazy in10:25 Thu 19 Apr 2007|
this post is larning a form api.creating form and move it and write formcaption Form.Left & Form.Top
in this project not used timercontrol
creat new project and add a module ,copy this code in module.
module code:
'API Types
Public Type RECT
Left As Long
Top As Long
Right As Long
Bottom As Long
End Type
'API Constants
Const WM_MOVING = 534
Const GWL_WNDPROC = (-4)
'API declarations
Private Declare Function SetWindowLong Lib "user32.dll" Alias "SetWindowLongA" (ByVal hWnd As Long, ByVal nindex As Long, ByVal dwnewlong As Long) As Long
Private Declare Function CallWindowProc Lib "user32.dll" Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, lParam As RECT) As Long
Private Declare Function DefWindowProc Lib "user32.dll" Alias "DefWindowProcA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Dim OldhWndProc As Long
Private Function OnMove(ByVal hWnd As Long, ByVal uMsg As Long, ByVal wParam As Long, lParam As RECT) As Long
'Handle the OnMove event
If uMsg = WM_MOVING Then
'The form is moving!!
Form1.Caption = "Left: " & lParam.Left & " ,Top: " & lParam.Top
'Insert your code HERE
End If
'Call the old WindowProc
OnMove = CallWindowProc(OldhWndProc, hWnd, uMsg, wParam, lParam)
End Function
Public Sub InstallOnMovingEvent(frm As Form)
'Install the new WindowProc - SubClassing
OldhWndProc = SetWindowLong(frm.hWnd, GWL_WNDPROC, AddressOf OnMove)
End Sub
Public Sub RemoveOnMovingEvent(frm As Form)
'Restore the original WindowProc
SetWindowLong frm.hWnd, GWL_WNDPROC, OldhWndProc
End Sub
dublclick on form and crear all form code and copy this code in form
Private Sub Form_Load()
InstallOnMovingEvent Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
RemoveOnMovingEvent Me
End Sub
efew meve form and enjoy!!
[+]By NasserNiazy in10:24 Thu 19 Apr 2007|
NasserNiazy:
hello,welcome to my site.this site for larning programming and reference of computer Ebook . For Best Useing this site goto archive and see all post.tank's
For Stop Music RightClick In GreenBox And Select Play Or Forward