Sales And Inventory System

This is a sample process of Sales and Inventory system that monitor the process of one Department store,all those process in this program is a basic process of one Department Store,if you want this system just download it Below: Happy Coding!!!! The Hardest thing to do is to do nothing!!!! Download sam...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Add Button Menu in a Toolbar in Vb6

To do this, you must add first a component go to PROJECT>COMPONENTS>Microsoft Windows Common Controls SP6, then add tool bar on the form, and follow the steps on the image below: 1.) Right-click the tool bar and click properties at the Caption text property just write,for example Reports and at the Style: select...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Create a Timer in VB2010

This is the very basic way on how to code or create your own timer using VB 2010, you must add 2 Labels Control and 1 Timer control and also a 3 command button for you Handle whether you want to start,stop and reset So this is the main code for you set up and get the output shown  in the image above, i used the very...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How To Calculate the Listview Coloumns

This is a sample code on how you to easy Calculate the sum of a list-view column this is my way on how to do this,determine the listview count, i used FOR LOOP,the most powerful loop among the loop structures and it will show you like shown in the image below: so here we go,the code will look like this: Dim Adrian,...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Data Type Mismatch in Function Object

"Data Type Mismatch in Function Object " Solved After i encounter this error message i found that my Data Type on my database is mismatch, because i want to display a Currency type on a data report of my project which is a current data type is varchar(50) so obviously Data Type Mismatch so i found my own solution by changing the Data Type to Float, for me to display a sum of my database field on my data report through the used...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

How to Load Picture or Image in Picture Box in VB6

This code will teach you on how to load a picture or image on a Picture Box Control from your hard drive,the basic and simple code will look like this: Private Sub Command1_Click()    Picture1.Picture = LoadPicture("E:\Button Cancel copy.jpg") End Sub Hope this will help your simple Problem!Happy Coding ...
Continue Reading with Borgy's Blog »
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Copyright @ Codes-47.Blogspot.Com. Powered by Blogger.