Closed Thread
Results 1 to 5 of 5

Thread: how can made inventory system in vb6?

  1. #1
    Join Date
    Mar 2010
    Posts
    1
    Rep Power
    0

    how can made inventory system in vb6?

    salam sir;
    how can made inventory system in vb6?please you will inform to me full coding example and tutorial of this my project.
    thanks sir if you are help me

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: how can made inventory system in vb6?

    It depends ENTIRELY on the requirements of your inventory system. I would generally suggest immediately switching to VB.NET or some other language, however. Assuming this isn't homework (which we don't do), some important questions include: what type of database will you use, what are your users' requirements, what type of growth do you anticipate in the future, and will you try to market this product outside your company?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: how can made inventory system in vb6?

    Code:
    Dim foundAnswer as Boolean
    Dim reply as String
    foundAnswer = false
    
    Do Until foundAnswer
        If( user.PostedCode() ) Then
            If( user.PutForthEffort() ) Then
                CodeCallMembers.Help();
                foundAnswer = true
            Else
                reply = "Forum != PersonalTutor"
                CodeCallMembers.Laugh()
            End If
        Else
            reply = "Forum != PersonalTutor"
            CodeCallMembers.Laugh()
        End If
    Loop
    -CDG10620
    Software Developer

  5. #4
    Blimp's Avatar
    Blimp is offline Programmer
    Join Date
    Dec 2009
    Location
    Leicester , UK
    Posts
    147
    Rep Power
    8

    Re: how can made inventory system in vb6?

    That made my day, CDG. Thanks!
    Meh.

  6. #5
    cdg10620's Avatar
    cdg10620 is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Texas
    Posts
    387
    Blog Entries
    3
    Rep Power
    12

    Re: how can made inventory system in vb6?

    Glad I could make your day.
    -CDG10620
    Software Developer

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Inventory class using Queues
    By camouser1s in forum C and C++
    Replies: 4
    Last Post: 04-14-2011, 08:16 PM
  2. How to skip Protected Directories and Files in a Inventory Scan
    By Sharper_Software in forum Visual Basic Programming
    Replies: 3
    Last Post: 06-12-2010, 09:55 PM
  3. Replies: 1
    Last Post: 05-18-2010, 03:30 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts