Results 1 to 12 of 12

Thread: test my app please!

  1. #1

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628

    Exclamation test my app please!

    test my app. i dont know if it works on all OS's. it works on mine
    Attached Files Attached Files

  2. #2
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    i would if you posted the source instead of exe
    My software never has bugs. It just develops random features...

  3. #3
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    I can type faster than your app can keep up.

    Edit Copy causes the app to loose focus.

    Edit Copy should never work if the user has not selected anything. Yours clears the clipboard.

    Edit Delete should only be available if a selection exists.

    Edit set font should show the current font. It is empty for me.

    File Print is F*d

    Exit is always CTRL X not CTRL E

    You are missing alot of accelerator keys.

    The HTML menu could use a few if its own.

    File not found should have a better error message.

    ALL FILES *.* should be an option for the open window

    Large files overflow your app. (it is trapped)

    OS-- Win XP
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  4. #4

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    teehee. whats wrong with the copy thing?

  5. #5
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    wooo Lord_Rat your my new beta tester
    My software never has bugs. It just develops random features...

  6. #6
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    Well it WORKS...but haven't really tried out the features.
    I'm bringing geeky back...

  7. #7
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    i got all the same as lord rat just the copy seems to be working alrite and i had no problems with the speed
    My software never has bugs. It just develops random features...

  8. #8
    Frenzied Member JungleMan's Avatar
    Join Date
    Feb 2001
    Posts
    2,033
    lord, what's your CPU speed? and you Tommy?
    I'm bringing geeky back...

  9. #9
    Lively Member
    Join Date
    Apr 2001
    Location
    UK - Liverpool
    Posts
    113
    AMD 1ghz
    My software never has bugs. It just develops random features...

  10. #10

    Thread Starter
    Fanatic Member Vanguard-MnC's Avatar
    Join Date
    Apr 2002
    Location
    Inactive for like ever.
    Posts
    628
    please tell me whats wrong with it so i can fix it. like lord rat. I'm gonna try and fix all of that

  11. #11
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Originally posted by Lord_Rat

    Exit is always CTRL X not CTRL E
    CTRL X is Cut

    ALT + F + X is Exit

    Or ALT + F4

  12. #12
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    In Windows commands I agree, however, based on his other commands, he is using the Console (DOS) conventions.

    CTRL Q is also acceptable.

    CTRL E is not.

    Copy thing:

    Open up NotePad

    Type in some text.

    Copy it

    Now, with nothing highlighted, press CTRL C again.

    Now, paste

    You will see that the second copy did not overwrite the data that was on the clipboard. Your app, however, does.

    CPU thing. I had autoscroll on, which WinXP also applies to text, so that was all me. Sorry. BTW WinXP with an AMD 1800+ (rated 1532 MHz)
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

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