Results 1 to 16 of 16

Thread: Program Designing[RESOLVED]

  1. #1

    Thread Starter
    Lively Member vhinehds's Avatar
    Join Date
    Aug 2003
    Location
    Philippines
    Posts
    79

    Resolved Program Designing[RESOLVED]

    Hi good day to all!

    Im not new in VB6.0, but there's lacking in me which i want to improve...and that is designing my program interface. is there a link or site that would help me in conceptualizing program designs? if none, can somebody give me an advise on what would be a better technique or pointers to consider in designing. im just not happy in my program designs. Thanks.
    Last edited by vhinehds; Oct 20th, 2004 at 06:42 AM.
    Prepare your Soul for the Reaper.

  2. #2
    PowerPoster Deepak Sakpal's Avatar
    Join Date
    Mar 2002
    Location
    Mumbai, India
    Posts
    2,424
    Follow Microsoft Standards. Windows, MS Office are very good examples to study.

  3. #3
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236
    Please post an example of what your apps looks like. From there we can see what needs to be improved/modified.
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  4. #4

    Thread Starter
    Lively Member vhinehds's Avatar
    Join Date
    Aug 2003
    Location
    Philippines
    Posts
    79

    Program Designing

    thanks Keithuk, here's my sample layout of one of my programs which i developed for our company. this is contractor employees database. your comment and advise badly neede...
    Attached Images Attached Images  
    Prepare your Soul for the Reaper.

  5. #5
    PowerPoster Keithuk's Avatar
    Join Date
    Jan 2004
    Location
    Staffordshire, England
    Posts
    2,236
    Well, just looking at the picture it looks ok, but I can't see any other forms or code.

    What don't you like about the layout?
    Keith

    I've been programming with VB for 25 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

  6. #6

    Thread Starter
    Lively Member vhinehds's Avatar
    Join Date
    Aug 2003
    Location
    Philippines
    Posts
    79

    Program Designing

    actually im not satisfied with my layouting ability. in that layout i just dont know if it looks fine to both a new user and old user of the program. is the positioning of my listbox, textboxes, combobox and other controls are appropriate or strategically in-placed.

    that's why im in need of a good guidelines in program interface designing...if there is that you know. thanks man, need your reply.
    Prepare your Soul for the Reaper.

  7. #7
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263
    Our basic in-house conventions are:

    1) Keep all forms consistent - that is the most important
    2) Keep all controls (buttons/check boxes) that require mouse action close to each other - no one wants to move the mouse all over the screen to click something.
    3) Use ALT-x type keyboard shortcuts.
    4) Make sure that mouse-action is hardly never required - the focus and cursor should move naturally from object to object.
    5) Concentrate "mouse-click" controls in upper left corner. You never know when someone will use an improper resolution (too low) and not see the lower right corner of the form - and not be able to click "SAVE" for instance.

  8. #8
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137
    I recomend learning some photoshop. If you want to make beautifull appz with out paying for beautifull controls. I am going to make a sample tabbed dialog for ya and you will se what i mean.
    Attached Images Attached Images  
    Live to love, Not to hate

  9. #9
    Addicted Member
    Join Date
    Nov 2003
    Posts
    137
    Here is the source files
    Attached Files Attached Files
    Live to love, Not to hate

  10. #10
    Fanatic Member ZeBula8's Avatar
    Join Date
    Oct 2002
    Posts
    548
    here's a link to a book which you can order or read it online -

    User Interface Design for Programmers

  11. #11

    Thread Starter
    Lively Member vhinehds's Avatar
    Join Date
    Aug 2003
    Location
    Philippines
    Posts
    79

    Program Designing

    wow! i haven't checked some of your samples files or sites 'coz i've just got in, but thanks a lot guys for the big help. i'll check them all now...thanks again.
    Prepare your Soul for the Reaper.

  12. #12
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457
    AtomSoft - how do you customise the tab control llike that? I can't checkout your code post because I can only undo a .zip file. Could you possibly post the code zipped up so that I can work through it. Awsome looking control by the way.

    Thanks in Advance
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

  13. #13
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989
    You dont, and cant customize the tab control like that, but you can make 3 different images (if there are 3 tabs), each one showing a different tab button as "pressed" and then use 3 picture boxes to hold those three images, you then add the controls you want to the them, and make transparant labels without captions (placed over the tabs) to act like a button, and if somone presses button (tab) 1 you make the picture1 visible and all others invisible and so on...

  14. #14
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989
    Here is a beautifull (not visually ) example of how to do it.
    Attached Files Attached Files

  15. #15
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457
    So simple when you know how .... and now I know. Thank you baja_yu.
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

  16. #16
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989
    Glad I could help

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