Jump to content

how can made inventory system in vb6?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
mohammedali2010

mohammedali2010

    Newbie

  • Members
  • Pip
  • 1 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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

#3
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
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

#4
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
That made my day, CDG. Thanks!

#5
cdg10620

cdg10620

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 389 posts
Glad I could make your day. :)
-CDG10620
Software Developer