VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Book House Inventory Management(Update 16th Feb. 2008)

by Raman Mehta (3 Submissions)
Category: Complete Applications
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

This Project manages the Books inventory of a Book Shop or Book House(or whatever names it is called by).It includes trasactions like sale and purchase of books, managing customers,suppliers,subject categories etc. This project also demonstrates creating scrolling forms and displays scroll bars when form is resized.
Update 16th Feb. 2008: fixed a minor bug in search form. Now I can really think of the software to be error free.
This software has been redesigned in certain aspects and almost all errors have been eliminated.I have made utmost attempt to make it error free and a perfect one. However I will keep on removing errors as and when these are discovered. So please help me find out any errors discovered by you so that it turns out to be a perfect one. Thanks a lot to VBC-a heaven for aspiring programmers and Thanks to all users for their valuable feedback.Please don't forget to vote my project.

API Declarations
Private Declare Function GetWindowLongA Lib "user32" (ByVal hwnd As Long, ByVal nIndex As Long) As Long
Private Declare Function SetWindowLongA Lib "user32" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long
Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hwnd As Long, ByVal crey As Byte, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long
Private Const GWL_EXSTYLE = (-20)
Private Const WS_EX_LAYERED = &H80000
Private Const LWA_ALPHA = &H2&

Rate Book House Inventory Management(Update 16th Feb. 2008)

Download Book House Inventory Management(Update 16th Feb. 2008)

Download Book House Inventory Management(Update 16th Feb. 2008) (564 KB)

Book House Inventory Management(Update 16th Feb. 2008) Comments

No comments have been posted about Book House Inventory Management(Update 16th Feb. 2008). Why not be the first to post a comment about Book House Inventory Management(Update 16th Feb. 2008).

Post your comment

Subject:
Message:
0/1000 characters