VBSkinner Pro v. 2.0


Windows Software | VBSkinner Pro v. 2.0


Skin ActiveX vbSkinner for Visual Basic 6.
Add skin support to your VB6 projects.

Visual Basic 6.0 programs can have a distinctive look with this ActiveX control, making your programs
to have skin in a way very easy to implement. Furthermore, it can give you the possibility to allow your users
to create their own skins.

Features:


Add skin support to the forms just placing this control on them.

Has automatic skin support for MsgBoxes and InputBoxes.

You can add skins to all the forms in the program with only one Skinner control in the first form and adding just one line of code.


There are two versions of vbSkinner: the version Free and the version Pro.
The first one is free and displays a predefined skin, of which you can see an image above. The second one has many more characteristics, like to select skin, to give to the user the possibility of changing the skin, buttons (optional) in the title bar with specific functions:
1) Always on top,
2) Minimize to title bar,
3) Help,
4) Change skin,
Homepage
VBSkinner Pro Home Page

Download Rapidshare
Rapidshare


0 21.11.2009
0 / by lpopovici / Blog:

active skin 4.2.7


Windows Software | Active Skin 4.2.7


ActiveSkin is a UI development environment lets you create complex interface "skins" with non-rectangular windows, shadows, morphing, animations, and semi-transparency. Skins can be saved in the application or over the Internet. Version 4.0 adds a set of SkinObjects that work in both windowed and windowless modes, full support for translucent layered windows, new transitions and animated procedural texture effects, key-frame animation, and a completely new SkinBuilder. Also new in this release: a render event that can draw directly on a skin surface; scaling properties; improved animation performance; and enhanced menu support. ActiveSkin works with Visual Basic, Visual C++, and Delphi.

( Read More )

0 19.11.2009
0 / by lpopovici / Blog:

AppDev - Learning to Program Using Visual Basic 2008



AppDev - Learning to Program Using Visual Basic 2008 | 2.23 GB

in this course, you値l learn to use Visual Studio 2008 to explore the Visual Basic language. The course starts with a quick overview of the .NET platform, examining assemblies, Microsoft Intermediate Language, Visual Studio profiles, XML comments, IntelliSense, and debugging. From there, you値l learn all the language features that you must internalize in order to create full-featured Web or Windows applications that make best use of the .NET platform. You値l learn about data types, variables, and operators, along with all the important flow control structures. You値l work through several examples demonstrating the power of the .NET Framework, and dig into creating and consuming your own classes and objects. The course moves on to working with data structures, such as arrays and collection classes, before finishing up with discussions of generics, handling exceptions and working with delegates and events. The course concludes by introducing the new LINQ-oriented features added to the .NET Framework 3.5, including anonymous types, lambda expressions, and more. By the end of this course, you will understand the important basic concepts that will allow you to start creating the applications you need.

( Read More )

0 07.11.2009
2 / by moivo / Blog:

Mastering Visual Basic .NET Database Programming


Mastering Visual Basic .NET Database Programming
By Evangelos Petroutsos, Asli Bilgin

Publisher: Sybex | 2002 | 960 Pages | ISBN: 0782128785 | PDF | 8.23 MB



( Read More )

+1 27.09.2009
6 / by ebok / Blog:

Microsoft Visual Basic Game Programming For Teens


Microsoft Visual Basic Game Programming For Teens
By Course Technology PTR

Publisher: Jonathan S. Harbour | 2005 | 393 Pages | ISBN: 159200587X | PDF | 10.86 MB



( Read More )

0 27.09.2009
0 / by ebok / Blog:

Visual Basic.NET How to Program


Visual Basic.NET How to Program
By Harvey M. Deitel, Paul J. Deitel, Tem R. Nieto

Publisher: Prentice Hall; 2 edition | 2001 | 1517 Pages | ISBN: 0130293636| PDF | 14.22 MB



( Read More )

-1 23.09.2009
12 / by ebok / Blog:

Visual Basic v6.0sp6 (With Components)


RAR | 31.2 MB


Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is also considered a relatively easy to learn and use programming language, because of its graphical development features and BASIC heritage


( Read More )

+3 05.09.2009
6 / by mrjoojoo / Blog:

Programming Visual Basic 2005


Programming Visual Basic 2005
O'Reilly | Sep 2005 | ISBN: 0596009496 | English | 568 pages | CHM | 13 MB

The goal of this book is to make you immediately productive, creating Windows and Web applications using Visual Basic and its associated tools.
The focus of this book is on building Windows applications and building Web applications (including Web Services). In a sense, this is really two books in one. The first book could have been called Building Windows Applications with Visual Basic and Visual Studio 2005, and the second Building Web Applications And Web Services with Visual Basic and Visual Studio 2005. By putting them in a single volume, we can combine all the supplemental and background material, and give you more bang for your buck.

( Read More )

0 22.05.2009
0 / by tvdhp / Blog:

Visual Basic 2005 In a Nutshell


Publisher: O'Reilly Media; 3 edition (January 1, 2006) | ISBN-10: 059610152X | CHM | 1,1 Mb | 746 pages

When Microsoft made Visual Basic into an object-oriented programming language, millions of VB developers resisted the change to the .NET platform. Now, after integrating feedback from their customers and creating Visual Basic 2005, Microsoft finally has the right carrot. Visual Basic 2005 offers the power of the .NET platform, yet restores the speed and convenience of Visual Basic. Accordingly, we've revised the classic in a Nutshell guide to the Visual Basic language to cover the Visual Basic 2005 version and all of its new features.

( Read More )

0 22.05.2009
0 / by tvdhp / Blog:

Beginning VB 2008 Databases: From Novice to Professional





409 pages | Newnes (July 14, 2008) | 1-59059-947-0 | PDF | 8 Mb


Beginning VB 2008 Databases teaches you everything you need to know about relational databases, SQL, and ADO.NET 2.0, giving you a sound start in developing console and Windows database applications. The book also includes chapters on the new SQL Server XML data type and the forthcoming LINQ enhancements to the next version of Visual Basic.

In addition to teaching you database basics like using SQL to communicate with databases, this book provides you with detailed, code-practical techniques to access data in Visual Basic 2008 across a range of coding situations. Code-heavy and full of practical detail, this book has been fully revised and upgraded for .NET 3.5 and offers you the best contemporary practice in this core programming area, so that you値l find yourself using it in nearly all your .NET projects.

* Provides step-by-step instructions on how to install and configure necessary tools
* Presents all essential SQL query and update concepts and syntax, so you don稚 need prior familiarity with relational databases or SQL
* Describes how to use ADO.NET transactions, exceptions, and events
* Covers ADO.NET features for handling XML, text, and binary data within a Visual Basic 2008 context
* Explains all concepts through straightforward code examples

What you値l learn

* How relational databases work and how to use them
* How Visual Basic uses ADO.NET to access databases
* How to write stored procedures in T-SQL and call them from Visual Basic programs
* How to use XML in database applications
* How to use LINQ to simplify VB database programming
* How to install SQL Server 2005 Express and use it to teach yourself databases by doing databases

Who is this book for?

Beginning VB 2008 Databases is for every VB programmer. Database programming requires relatively little knowledge of VB but a lot of knowledge about relational database concepts and the database language SQL. This book assumes no prior database experience and teaches you, always through hands-on examples, how to create and use relational databases with SQL and how to access them with VB. Almost every application needs to access a database, and this book teaches all the fundamentals you may ever need to develop professional database applications.

Download rapidshare
download e-book

Join our dot net blog @ The Dot Net framework blog


+3 16.05.2009
4 / by NicoJuicy / Blog:

Microsoft Office Excel 2007 Visual Basic for Applications Step by Step


# Paperback: 384 pages
# Publisher: Microsoft Press (May 16, 2007)
# Language: English
# ISBN-10: 073562402X
# Size: 14mb
# type: chm

Experience learning made easy, and quickly teach yourself Microsoft Office Excel 2007 Visual Basic for Applications (VBA)--one step at a time! Work at your own pace through the easy numbered steps and practice files on CD, and master the fundamentals for using VBA to create custom software solutions and automating tasks in Excel 2007--no developer experience required! You'll learn how to automate spreadsheets, write your own functions and procedures, and customize menus and toolbars. You'll discover Excel Objects, including workbooks, range objects, graphics, and PivotTablesョ. .

( Read More )

+5 08.05.2009
4 / by tvdhp / Blog:

VBScript2EXE v1.5


Windows Sofware | VBScript2EXE v1.5 | 5.12MB

Convierta Ficheros Visual Basic Script a Ejecutables (EXE)
VBScript2EXE, es una pequena aplicacion que convierte archivos Visual Basic Script (vbs) a Ficheros Ejecutable (EXE) de manera sencilla y rapida de esta manera protegeremos nuestro codigo.
VBScript2Exe is a program that quickly converts Visual Basic scripts to executable files (.exe), protecting contents of .vbs files from being changed by other users accidentally or intentionally.

( Read More )

+5 02.04.2009
3 / by cyberexito / Blog:

Microsoft Visual Basic 2008 Step by Step


575 pages | Jan 27, 2008 | PDF | 19 Mb

Teach yourself the fundamentals of working with Visual Basic 2008 one step at a time. With Step by Step, you work at your own pace through hands-on, learn-by-doing exercises. Whether you're a beginning programmer or new to this specific language, you'll understand the core capabilities and fundamental techniques for Visual Basic 2008 and rapidly build robust, elegant applications.

Each chapter puts you to work, showing you how, when, and why to use the latest features of Visual Basic guiding you each step of the way as you create actual components and working applications for Windows. You'll also explore data management and Web-based development topics. PLUS get practice files with sample code and data sets on the companion CD.

( Read More )

+4 28.02.2009
19 / by farzad / Blog:
return to top ^

Search →



Calendar →

Top 30 Blogs →

BlogUsers
Portable2493
Music Box576
Blog for design1391
Katsumi's Collection1554
Heaven of eBooks1288
Soft423
Rosea T.G885
Wonderful Music727
Wallpaper Queen842
Music Videos1011
Top Blog718
free share718
hat643
Heaven of Softwares675
SAyHI810
SA F.A.Q. Blog960
Dangerous Archive373
ylanov452
Best eBook569
PRAISER Man509
Music Queen235
hema999487
Download and Download447
AG Stupendous Collections505
Taken531
Apple572
Downloads504
Saga TV598
Update Zone384
Nesstle442
* Popularity of a blog is considered under the following formula:
users * 3 + news

top/new 100

Statistic →

Members Online 1142



MySQL Q: 4 (0.10139799118042 sec)