Results 1 to 21 of 21

Thread: What is everybody working on?

  1. #1
    Guest
    Databases...games...HTML editors...spreadsheets...blah blah blah

    What sort of projects are people working on?

  2. #2
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621

    Red face

    I'm working on two projects at the moment .

    1, Interface to a current billing system and reporting this in an access database.

    2, Enhancement to a Crap ICL program
    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Talking

    I'm terrible at finishing things and coincedently I was just today trying to figure out a way of managing all these unfinished projects and I'm going to build a VB Project manager! (Yet another project for the list... most of these projects are about 80% done.

    Code:
    DES Project
    GIF Project
    LWZ Compression Project
    Project Project (merge with project below ??)
    Project Management Project (see below)
    OCX Project (progbar, hyperlink)
    DLL Project (sort, search, encrypt etc)
    VB KnowledgeBase Project 
    History/Diary Project
    3D anim Cube Project (Back face removal)
    Neural Network Project
    Inno Front End (simple)
    
    his is what I'm thinking about for the Project manager...
    
    Project Management
        VB Addin ??
        Project list with Current status (Open, Closed)
        Creates own SubDir to hold source code (shared code depository needed too)
        Dir structure management
        Open Project
            Quick view task list
            open source
            Run Current exe
            Project description and goals
            Used Objects list (read vbp file)
        Import Project
            Point to VBP file
            Scan for dependancies, mods frms etc (read vbp file)
            popup on cls and mod files for shared
            copy files
        Backup Projects    
            Collect all of maindir and compress (zip? bar graph would be good! Encrypt)
        Links & Tools
            Inno Setup
                Create template file with copy and paste script text ready
                Include Inno Package?
            VB Knowledgebase
            
     
        DIR Management
     
            \MainDir
                Program.exe
                \ProjectsDir
                    \Project1Dir
                    \Project2Dir
                    \Project3Dir
                \Shared
                    \Cls
                    \Mod
    I have a bad habit of dropping a project once I've got the concept finished and working.

    Work project get done, but they're not fun. These are just home projects

    [Edited by Paul282 on 06-28-2000 at 08:13 AM]
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  4. #4
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604

    Unhappy

    hi,

    i am creating two programs

    1) a monopoly game linked to my local town
    2) a new interface as opposed to the windows one.

    Merlin ?

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  5. #5
    Junior Member
    Join Date
    Jun 2000
    Posts
    28
    I am currently working on a database that tracks rolls of steal for one of the local steel companies in my city, pretty boaring stuff. I think I am going to convert it to a web app when I am done, it's something that I have yet to do.
    Using VB 6.0 SP 3
    Bed goes up, bed goes down

  6. #6
    Guest
    I am currently working on a package of different Casino Games.

  7. #7
    Lively Member
    Join Date
    Jun 2000
    Posts
    85

    Unhappy

    I'm currently working on a program that merges 2 or more pdf files together. This is just the first step in the project. and right this minute I'm not enjoying it. :-(
    Using VB6 Still Pluging away

  8. #8
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    That would be for my teacher to keep track of students grades and their overall progress + the student will have the ability to connect to my teacher's computer and with the students username and password he/she will be able to see his/her grades, comments etc. So basically it will be kind of server application for the app I've already created for students.

  9. #9
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    I will be making an install wizard soon

  10. #10
    Addicted Member Mih_Flyer's Avatar
    Join Date
    Mar 2000
    Location
    some place there
    Posts
    241

    Angry

    ok i'm the only one who has no project to make , any ideas for me???

  11. #11
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    At work:
    Just finished a program that reports sales order bookings, and sales order changes.
    Also finished another app, that graphically displays the demand for a finished product (in a factory, so the demand is mostly created by sales orders), against the coverage (can be stock, workorders in progress, or - if outsourced - purchase orders).

    At home:
    Playing around with the network functions in mrp.dll, netapi32.dll, and the NT security functions in advapi32.dll
    One prog is to show the files in use at a specific server, with the user who has the file open. Additional functionality is to send a message to that user.
    I'm adding some features now, like selecting a server (NetServerEnum) or a share (NetShareEnum) from a list.
    I also would like to browse the network, and return the local path on the server of the file selected. I'm having some problems with this, so if anyone has an idea how to translate a UNC path to a servername, and the local path on that server I would be greatfull. The problem is with multiple shares in a path.
    How do I detect that the second share in the following path is a share and not a folder:

    \\server\share\folder\share\folder\file

    Any info on WNetGetResourceInformation is welcome.

  12. #12
    Hyperactive Member compuGEEK's Avatar
    Join Date
    May 1999
    Location
    Mpls,MN,USA
    Posts
    281

    Thumbs up

    I'm working on an IIS app that will accept input from
    the user and send it to a SQL7 database. I'm also working on getting SQL to store images.

    I'm also toying with the idea of an ActiveX control, but I don't know yet what the pro's and cons of using an ActiveX control are yet.

  13. #13
    Hyperactive Member mikef's Avatar
    Join Date
    Jun 2000
    Location
    Beach bound...
    Posts
    510
    For work I am developing CNC machining software to operate automated milling machines. It is VERY cool and will be on the market in about 30 days. It was work work, but it was fun.

  14. #14
    Addicted Member
    Join Date
    May 2000
    Posts
    142

    At work:
    Doing ASP programming....

    -Developing front end Web Tools for Administrative Staff to have easy use of SQL database (pretty easy and boring)

    -tyring to get dynamic image thumbnailing to work (roadblocks everywhere)

    -using matlab web server and database toolbox to do error-reduction for data coming in on LAN (just starting)

    At home:
    I don't program! Only do it at work cuz I have too...

    dvst8
    Secret to long life:
    Keep breathing as long as possible.

  15. #15
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Hehe, Paul, I have about 50 unfinished projects and i don't have time to work with 1 or 2 at the same time.

    Currently:

    RTS game
    Winamp Lyrics Editor/Displayer
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  16. #16
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    I'm working on two:
    For fun, a game to practice with BitBlt
    And for major practice, Im making an online game to practice BitBlt and Winsock at the same time.

    I have the same problem Paul, if you could only see the folders and folders full of unfinished projects.

  17. #17
    Guest

    Project

    Currently I am working on a Search/Seizure Warrant Inventory that gather information and generate reports.

  18. #18
    Member
    Join Date
    Nov 1999
    Location
    Manila, Philippines
    Posts
    59
    I am working on two projects:

    1. Data Integration System
    2. Sales Monitoring System
    Mikey
    A/P
    Using VB6 SP4 Enterprise Ed.

  19. #19
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    I am working on a project to :

    accept user definitions for their MIS system, (like layout, logics, enabling, default, integrity check, workflow control etc)
    generate VB source code and optionally automatic compile (VB5.0, VB 6.0 and ASP)
    Generate documentation, such as DB layout, ER diagram, program spec, user guide, help file

    it is around 90% done and undergo pilot testing.

  20. #20
    Fanatic Member mikeycorn's Avatar
    Join Date
    Jun 2000
    Location
    Aliso Viejo, CA, USA
    Posts
    526

    Smile My first VB6 program (collectively: "ahhhhh")

    I'm working on my first program in VB6, it's a program that will automatically pull up random questions from a text file full of multiple choice questions for the A+ quiz and test me on the material. It's going to sort the multiple choice randomly, too, so that you can't start memorizing the letters to the corresponding questions.

    . . . Hey Mih_Flyer, you were wondering if anyone had any ideas for a project for you to get into? Seeing as how you're a med student, maybe coding some sort of study guide program would be worth your while.



    mikeycorn

  21. #21
    Addicted Member
    Join Date
    Apr 2000
    Posts
    215
    I am working on an internet search utility, to search different search engines, a bit like webferret just not as good lol. I've completed the searching part of it, I just gotta add some options or something to it.

    if you want to check it out what is done so far, and tell me if it works for you on your computer or not goto:
    http://forums.vb-world.net/showthrea...threadid=21163
    a link to download it is there.

Posting Permissions

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



Click Here to Expand Forum to Full Width