Jump to content
xisto Community
iGuest

Visual Basic 6.0 Help

Recommended Posts

I been trying a hard time working on constructing an application using VB6 and my problem is how to add the data and values of different text box. What codes and controls will be needed?Example: Creating a weekly profit app. Everyday, different earnings will be listed and save and the application will solve it automatically at week end. Can you please hep me ? Thanks !

Share this post


Link to post
Share on other sites

This barcode control for VB.NET may be helpful, and here is a detailed totorial of how to use it. Here is a sample code:

 

 

 

Dim barcode As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode
barcode.Symbology = KeepAutomation.Barcode.Symbology.Code39
barcode.CodeToEncode = "123456789"
barcode.generateBarcodeToStream("Stream Object")

 

Share this post


Link to post
Share on other sites

This barcode control for VB.NET may be helpful, and here is a detailed totorial of how to use it. Here is a sample code:

 

Dim barcode As KeepAutomation.Barcode.Bean.BarCode = New KeepAutomation.Barcode.Bean.BarCode

barcode.Symbology = KeepAutomation.Barcode.Symbology.Code39

barcode.CodeToEncode = "123456789" barcode.generateBarcodeToStream("Stream Object")

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.