Archive for the ‘FREE SOURCE CODE DOWNLOAD’ Category

CuteFlow:Free Document Management System

CuteFlow:Free Document Management System

CuteFlow is a webbased open source document circulation and workflow system. Users are able to define “documents” which are send step by step to every station/user in a list. It’s an electronical way for doing (i.e. internal) document circulations. A document can be assembled from input fields of different types. The fields can be filled with values by the receiver of the document directly in the users E-Mail-Client. After a completed circulation you will have a completely filled document. Also attachments to the document are possible (i.e. for illustration material). All operations like starting a workflow, tracking, workflow-definition or status observation can be done within a comfortable and easy to use webinterface.

Continue reading…

Mysql in visual basic Sample Source Code

  1. 'Here I create a variable named MySQL as a new connection object for MySQL
  2. Global MySQL As New MySQL_CONNECTION
  3.  
  4. Private Function MySQL_Connect() As Boolean
  5. Dim res_MySQL As MYSQL_CONNECTION_STATE
  6.  
  7. MySQL_Connect = False
  8. res_MySQL = MySQL.OpenConnection("server", "username", "password", "database", 3306, CLIENT_COMPRESS)
  9.  
  10. If res_MySQL = MY_CONN_OPEN Then
  11. MySQL_Connect = True
  12. End Function
  13.  
  14. ' Query -> MySQL query to execute.
  15. ' CloseRS -> Optional. Close recordset created after executing Query.
  16. ' RS -> Optional. Reference to externaly created variable, declared as MYSQL_RS. If not closed, it will be available to the program after the query is executed.
  17. ' lAffected -> Optional. Numer of rows affected after te Query.
  18. Public Sub SQLQuery(ByVal Query As String, Optional ByVal CloseRS As Boolean = False, Optional ByRef RS As MYSQL_RS, Optional ByRef lAffected As Long)
  19. Dim ERR As MYSQL_ERR
  20.  
  21. Set RS = MySQL.Execute(Query, lAffected)
  22. Set ERR = MySQL.Error
  23.  
  24. If ERR.Number <> 0 Then
  25. ' Handle any eventual errors that occurred during MySQL query
  26. End If
  27. ERR.Clear
  28. Set ERR = Nothing
  29.  
  30. If CloseRS Then
  31. RS.CloseRecordset
  32. Set RS = Nothing
  33. End If
  34. End Sub
  35. Continue reading...

Web Design for Developers: A Programmer’s Guide to Design Tools and Techniques (With Source Code)

This item was filled under [ FREE SOFTWARE DOWNLOAD, Java, Multimedia, PHP, Programming ]

Web Design for Developers: A Programmer’s Guide to Design Tools and Techniques (With Source Code)

Brian P. Hogan “Web Design for Developers: A Programmer’s Guide to Design Tools and Techniques (With Source Code)”Web Design for

Continue reading…

Developer Express 2009 v.2.6

I share in this post the last version I download from a page that does not remember libraries for developers. NET I hope you find them useful.

Developer Express 2009 v.2.6

Continue reading…

Hotel Management System (VB6 Source Code)

ABC Hotel Management System (VB6 Source Code)

ABC Hotel Management System (VB6 Source Code)

ABC Hotel offers accommodation, meals and other services to local and foreign guests. It also offers additional facilities to individuals or groups. When a Guest arrives at the receptionist, his personal details are first entered and then he selects one of the available unoccupied rooms depending on his/her taste.

Continue reading…

IsCoolButton.ocx Free Download

 

IsCoolButton.ocx Free Download

Continue reading…

HookMenu.ocx Free Download

 

HookMenu.ocx Free Download

Continue reading…

LVbuttons.ocx Free Download

 

LVbuttons.ocx Free Download

Continue reading…

Accounting System Source Code In VB6

Accounting System Source Code In VB6

Accounting System Source Code In VB6

 

This software handles 4 main parts of Accounting Cycle i.e  General Journal/Ledger, Balance Sheet, Trial Balance, Income Statement, (with Transactions) This is my first posting on PSC. I had to make a project on Accounts Management. I Continue reading…

Inventory and Account Receivable System (RE-UPLOADED)

pic2005105125472724 Inventory and Account Receivable System (RE UPLOADED)

A Complete Inventory and Account Receivable System – This is an inventory and account receivable system project which I made some of my client here in Philippines.The program uses ADO and have lot of functionalities. The program can be able to run using keyboard,track user updates and etc. If you download this program you will learn the fallowing:(1) Know how to use ADO in real world business software. (2) Know how to handle millions of records using paging techniques.(3) How to use listview in database programming. (4) How to use flexgrid in creading a Master Detail form. (5) How to use crystal report (6) How to how to design a good looking software. (7) You will learn how to use custom define procedures and functions to optimize your codes. (8) You will learn the used of string and file manipulation in real world. (9) The used of API in real world database programming.There is a lot more to learn from this code… so download it and share your comment on what you have learn. Please don’t forget to vote! I CONSIDER YOUR VOTE AS ONE WAY ON HOW YOU WILL ACKNOWLEDGE MY WORK!! have a nice day and GOD Bless :-) -Philip

Continue reading…