Creating A Stock Control System Using .net?

Jan 15, 2007

my project is about creating stock control system to a bookstore which you can get details of books available,slow moving books..etc i just want to know about creating forms for my project what kind of forms you needed for ex: add,edit,delete btns.

View 4 Replies


ADVERTISEMENT

Update A File For A Stock Control System In 2008?

Jun 7, 2011

How to update a file for a stock control system in vb 2008

View 2 Replies

How To Do System Stock Computer

Jul 25, 2009

how to do system stock computer using vb.net?

View 1 Replies

Stock Standard ImageList Common Control

Mar 10, 2011

To simplify things, I have a new VB .NET 2008 Windows Form Application with absolutely no code yet. The only control I have on the form is a stock standard imagelist common control. Using the inbuilt editor for adding images, i've added one single 16x16 jpg image (just to simplify things). If I build and run the application at this point I get the following error.An error occurred creating the form. See Exception.InnerException for details. The error is: Index was outside the bounds of the array. I don't expect to see any images at this point when I 'Run' the application. I just need to work out why I'm getting the error. Later on I'll be referencing the imagelist in another control.

View 1 Replies

Using Inheritance-Based Controls - Creating As New Classes (not UserControls) Inheriting From An Existing System Control

Oct 15, 2011

I seem to be having a problem with controls that I am creating as new classes (not UserControls) inheriting from an existing system control. Everything seems ok while I create the control code, through to the compile (which is successful and adds the control to the toolbox) and dragging the control from the toolbox to the GUI surface. However, when I then debug or compile the project, I get a message such

[Code]...

View 2 Replies

Get An Error In The Query Builder - View The Data In Datagrid Control For The Stock Management

Sep 25, 2011

I use visual basic 2010 professional edition. I am working on a project on it with access on the backhand. i want to view the data in datagrid control for the stock management. I also want to setup a query in the query builder which will search the database according to the ID but i cant get it right i dont know why. i type in the form filter this: LIKE @ID + '%'. But when i click somewhere else, an error appears which says: Data type error in expression.

View 1 Replies

Creating A System Variable?

Jun 10, 2011

WINDOWS PLATFORM: WINDOWS 7APPLICATION LANGUAGE: VISUAL BASIC 2010 EXPRESSWINDOWS FORMS DESIGN.CONTROLS: CHECKBOXES, RADIO BUTTONSDear VB Programmers,The function of the checkbox is to: check whether the application will display a particular page @ start up or not.

View 2 Replies

Creating A POS (point Of Sales) System

Dec 15, 2011

I have just finished college and I am awaiting my exam date. I have created some desktop applications for my portfolio, but now I want to create a Point of Sales (POS) system to add to the list.I notice in supermarkets and various shops that POS systems use touch screen monitors to interact with the program.My first question is, do I need to use different code or controls in my applications so they can be used with touch screen monitors.I have created an application for hotels for booking rooms (not for a client, just as a demo project), but if there is anyone out there who could give me some pointers on how to create the POS system.I will be doing some research and I will start designing some controls over the next few days. I am looking forward to getting this project started.

View 2 Replies

Creating Simple POS System For Bakeshop?

Jun 21, 2010

i want to create a simple POS system, can you tell me how can i hide group of buttons/ controls on the first load of a form and then group of controls will just show after a button is clicked or selected. Also i want to have a display (on same form) of what is selected by the user.

View 3 Replies

Challenges Creating A Correlative Update System

Apr 8, 2010

I have a program that I have gotten as far as programming it to inform the user of updates, have them push a button to download it. The updated version of the exe will be downloaded into a subfolder called "Updates", where there is a program called "Updater.exe"This program is one form, with a progress bar and informs the user the program is being updated. Every time I run through it step by step it appears to work, but in a real environment the program stalls out. It doesn't crash, but the bar continues to move with no action being taken. I can not help but wonder what on earth must be going on in the code, which you can see is quite sloppy and rather unweildy:[code]And there is of course the issue of not being able to change data on the hard drive without administrator privileges as is being discussed here: url... When I finally get a manifest working for this program to require administrator access....how could that screw up this updating process...How can I better perform this, what seems to me, simple process of deleting the old file and replacing it with the update?

View 8 Replies

Creating A Tool To Log Encountered By Users Of System

Jan 14, 2009

I haven't been doing a programming for awhile now. But, I was a VB programmer before. I will be creating a tool to log issues encountered by the users of our system. It will be a web based. I'm planning to create it in VB.Net. Any resources that you could share is greatly appreciated. I'm looking for a ready program that I could start with to speed up my programming.

View 1 Replies

Creating User Account Login System?

Mar 14, 2012

I am trying to create a windows forms login using vb.net and sql that has the option to create user accounts with such properties like administrator and more.

View 6 Replies

Creating WAV Files Or A Mp3 File Using The System Beep?

Aug 5, 2010

i've been looking at something like this A Simple Beep - Reminiscing about ZX Spectrum audio - CodeProject But is not what i'm looking for. I want to know how to create a wav or a mp3 file using the system Beep!Simple i want to write a wav file with the specific Console.Beep(700, 220) Sound.

View 2 Replies

System.IO.IOException When Creating A Test File

Aug 26, 2009

Determining the max filename & path size of the OS.zip I whipped up a quick app to test the max filename & path length for a chosen folder. It works gr8 except when I choose the root of the C-drive. When I do, I get this error:

[Code]...

View 3 Replies

How To Calculate The Stock

Oct 8, 2011

Producttable : PId, Openingstockdate , openingstock , Closingstockdate , Closingstock
Despatchtable : PId, Qty , date
Receipttable:PId, Qty , date

[code].....

View 3 Replies

Creating Control From 'control Array?

May 8, 2011

I have an array of picture boxes as so:

Dim pieces(500) As PictureBox
pieces(1) = New PictureBox
With pieces(1)

[Code].....

The program does not crash or anything, but the picturebox is no where to be seen on the form. How to I make this work correctly?

And is 'Control Array' the correct term for this? or something else?

View 2 Replies

.net - Creating System Level Environmental Variables Manually?

Feb 16, 2010

How do one create System Level environmental variables manually. I just installed a GeoSupport Desktop Edition software and in the document it is mentioned that I need to create system-level environmental
variables for PATH and GEOFILES manually

Add the location of the GDE executables to the system-level environmental variable PATH.Normally this means adding C:Program FilesGeosupport Desktop Editionin to the PATH.

View 1 Replies

Creating Folders In System Root - No Sufficient Privileges

Jan 11, 2010

I am trying to create a new folder in C:\Windows\System32\oobe but I cannot get sufficient privileges. Here is the bit of code that has the error
' I have "CreateDirectory("C:\Windows\System32\oobe\info\backgrounds") in the Form load sub
Sub CreateDirectory(ByVal Path As String)
Directory.CreateDirectory(Path)
End Sub

And then in Form Load I have:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
CreateDirectory("C:\Windows\System32\oobe\info\backgrounds")
End Sub

It keeps saying I don't have the privileges. Is there any way around this? I also need to put files in that folder later on.

View 5 Replies

Is AES A Viable Solution For Creating A Hash Verification System

Apr 1, 2009

I am writing a program that and like to implement data verification system. It needs to return a unique string for any value entered. My question boils down to: is it possible for an AES function to return the same value for two different entries? The source values will becoming from data held on a magnetic stripe card.

more details

I posted this through my phone originally, and I am now just getting back to this post.

I've been looking around the web and while reading Wikipedia's article on SHA, I see that SHA-2 (SHA-256/224, SHA-512/384) have no detected collisions (assuming the article is accurate/up-to-date). This is desirable. Any recommendations on what version of SHA-2 I should use?

View 5 Replies

Threads / Timers Troubles While Creating System Service

Apr 5, 2012

I thought that creating a simple system service under VB .NET would be a piece of cake. Boy, was I wrong. First, I find general postings through Google that say you should use the Windows.Forms.Timer. Then, I found conflicting information that says you have to derive the timer from a timer class through code to make it work. Then, people are reporting all sorts of trouble using the various types of threads available. I can't debug threads using the VS 2010 Just-in-Time debugger for obvious reasons (although, I don't know if there is an alternate method to doing this).My project is an application launcher (similar to cron) that will fire off periodically within a certain amount of seconds. I am trying to use the Process.Start() method. I have a Beep() function as the first instruction, and the Process.Start, along with a Process.WaitForExit method to make it block as the last instruction. I had my code doing this through timers, but now I am starting to use threads. No difference in execution. The over-ridden OnStart method does kick off (as I am certain through debugging), but nothing ever happens when starting the service in production, as if it were ignoring all my code. Putting loops and logic in the OnStart method yields a process that won't start. I know it is a threading issue, but I also know it must be mandatory to use threads. I am now dumbfounded as to how to make this work. I am curious to know the solution.

In addition to the service class, I have a ServiceInstaller and ProcessInstaller implemented that I copied verbatim from MSDN.Here is some of the code I am trying to work with. Note that this simply reflects the current state of my code in trying to implement the logic within a thread instead of a timer (which to me would be optimal):[code]

View 2 Replies

Develop A Stock Program VB?

Jul 13, 2011

I'm having problems with a stock program that I'm developing. It's a program that adds a quantity of products to a field called stock quantity in a table named Stocks. In the part of adding a quantity inserted by the user it's ok, it works, but it adds to all fields in the table.I need that the user may choose also the product Id of the product to add, in order to prevent the situation above.

[code]...

View 10 Replies

Get Stock Data From Webservicex.net?

Dec 23, 2010

My textbox never gets any data:

Imports System
Imports System.IO
Imports System.Net[code]......

View 1 Replies

How To Check If Item Is In Stock

Feb 15, 2012

I am looking to make a program to check if an item is in stock on a website, but I am not too sure about how to go about it.

View 2 Replies

Print Out My Stock CLASS?

Oct 17, 2009

I am learning vb.net and right now I am struggling. I am trying to figure out how to print out my stock CLASS.

I have a timer click event that will create a new stock object with dummy information. Everytime I create a new object, I want to print it out, just to make sure everything is working correctly[code]...

View 12 Replies

Print Out Stock CLASS?

Oct 17, 2009

I am learning vb.net and right now I am struggling. I am trying to figure out how to print out my stock CLASS.

I have a timer click event that will create a new stock object with dummy information. Everytime I create a new object, I want to print it out, just to make sure everything is working correctly

Public Class stock
Private dblopen As Double
Private dblclose As Double

[Code].....

View 2 Replies

SQL Query For Calculation Of Stock

Aug 29, 2009

I am using vb express and MsAccess as database. I am trying to write a query for the calculation of Stock. My tables are as under:

PurchaseTable(PTId, ItemId, Description, Quantity, Price, Amount)
SalesTable(STId, ItemId, Description, Quantity, Price, Amount)

I want a query for stockcalculation to show data as under:

ItemId, QuantityPurchased, QuantitySold, Balance(QuantityPurchased - QuantitySold)

how I can get the above information through a query on the above two tables to be displayed in a Listview.

View 3 Replies

SQL Query For Stock Calculation

Aug 29, 2009

I am using vb express and MsAccess as database.I am trying to write a query for the calculation of Stock.My tables are as under:PurchaseTable(PTId, ItemId, Description, Quantity, Price, Amount)SalesTable(STId, ItemId, Description, Quantity, Price, Amount)

I want a query for stockcalculation to show data as under: ItemId, QuantityPurchased, QuantitySold, Balance(QuantityPurchased - QuantitySold)

How I can get the above information through a query on the above two tables to be displayed in a Listview.

View 10 Replies

Creating A Loan Operting System Similar To Calyx Point?

Jun 28, 2009

Is anyone creating a loan operting system similar to calyx point? If so contact me to hear proposal.[URL]..

View 1 Replies

Creating A Logon System To Check Users In SQL2008 Express?

Jun 21, 2010

I am currently creating an application to track timekeeping (a clock in/out system) and I am trying to work out the best way to do this.

I have a Main Form which contains buttons to ;

- Log in
- Out for Break
- In from Break
- Log out

When a user presses the "log in" button the logon form appears, the user then enters their username and password. What happens next is where I would like the help.

Process is as follows:Click Logon Enter Username/Password Check Logon Form for errors (eg no password etc) Check User is in Database (using SQL query) If user is in DB and username and pass are ok then refer back to the main form to perform Stored Procedure for what the user wants to do (eg logon or or out for break etc). Set label on main form to show user as logged on My question is should I be using a public variable and calling the main form again or in the user logon form having 4 options and using an IF ELSE to select the appropriate Stored Procedure?

View 3 Replies

Creating A Task Loggin System - Removing Scroll Bars

Sep 13, 2011

Im in the process of creating a task loggin system for my work, and im in the final stage now of tidying the design etc, and i have a text area where a scroll bar is visible but disabled, is there a way to remove the scroll bars completly and when the user goes passed a certain line make them appear? i no i could say scroll bar = false but i wont it to appear when it hits a certain line.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved