Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2006
    Location
    Belize City
    Posts
    16

    The Wierdest Windows clipboard Question

    I've been reading the other post about the clipboard feature, but none of them answer my question.

    Here it is; Im using several web pages in an app, I need to leave all functionality availablele for the user. However dont want anyone to be able to use anything from the app, I encrpted all the files into a single .exe using http://www.typhoonsoftware.com which works very well. I've eliminated the right click menu by using a personalize one from http://www.javascriptkit.com/script/...lickmenu.shtml
    now the only vulnerability left is to highlight some text and press Ctrl + c. I've tried the following scripting on the AMS6 "On Key", but it doesnt work. Please help.
    _____________On Key______________________________________
    if e_Modifiers.ctrl and e_Key == 67 then
    Web.SetEnabled("Web1", false);
    end

  2. #2
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    result = e_Modifiers.ctrl and e_Key == 67
    Web.SetEnabled("Web1"..result, false);

  3. #3
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    I appears that Wonderboy just made the 10,000th post in the AMS6 discussion area!
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

  4. #4
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    lol i just realised that now when you mentioned it.

  5. #5
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    You win a free ice cream cone!!!

    Code:
                                 ###                                
                            ## # # # # ###                          
                           #              ##                        
                         ##                ###                      
                         #                    #                    
                         # #######             #                    
                         ###      #          #  #                  
    Made By:             ##      #              ##                  
    The Dutch Dude         #   ##            #   #                  
    T.van...@fz.hse.nl      ###                  #                  
                         ###                      #                
                     ####                          ###              
                    #                                 ##            
                    #                    # # #          #          
                   #                                     #          
                  ## # # # # #     # #                   #          
                ##                                       #          
                #                              #         #          
                #                                        #          
                #  #                   # # #              ##        
                ##                                          #      
              ##                                   #         #      
             #                                       #        #    
             #                                                #    
             #                                                 #    
            ##                                                #    
             #                                               ##    
             ##                                             ###    
             #####  ####                            ######### #    
              #  X   #  ##########################   ## #X   #      
              #                                       # #    #      
               #       #       #       #       #     # #    #      
               #                                     # #    #      
                #X   X # X   X # X   X # X   X # X   # # X #        
                #                                    # #   #        
                 ###   X   X   X   X   X   X   X   X# #X  #        
                  #X###X###X###X###X###X###X###X#######X##          
                  ##X# # X## ### ###X###XX #X# #X# # ###X#          
                  ###      ###X    ###X#     #X###    ###          
                  #XX# X ##X ##X # ##### # X####XX X ##X#          
                   # ## ###   X   #   # X ### #  #X ### #          
                   # ###XX X X #X#XX X X #X#XX X X#X##X#            
                   #X   X    ##X# X#    #  #X   ###   X#            
                   # # X X##X#XX X X##X#XX X X##X# X # #            
                    # #  ## X##   # ####  # #### #X # ##            
                   ##X ##X X #XX X###XXX#X X## X X X###            
                    ##X##   # ####X #   X X###  #  #X #            
                    #X##XX X#### X## X X###XXX#X XX# X##            
                     #X X ###X# # # X X##X# # X ##### #            
    Made By:         ##X## #XX#X X ###X#XX X X###XXX#X#            
    The Dutch Dude  ##### # # X X## # # X # ###XX # X #            
                     X X X X ###X# X X X X##X##X X X###            
                     #### X X#X ##X # X X#X # X # X#X#              
                         ##########################
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

  6. #6
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    Woow.. looks Delicues, hey thanks TJS

  7. #7
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    Not everyday you get a Digital ice cream!lol

  8. #8
    Join Date
    Jan 2000
    Posts
    2,002
    Quote Originally Posted by Wonderboy
    Not everyday you get a Digital ice cream!lol
    Yeah, but taste it. To me it tastes like LCD monitor... yech. hmmm... now my mouse tastes intersting... kind like sweat and salami... not bad. Now let's try my keyboard... oh forget it... there is enough skin in there to create another person...

  9. #9
    Join Date
    Apr 2005
    Location
    In Wonderworld
    Posts
    246
    lol that sounds well,not good for the keyboard

  10. #10
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629
    The forum is growing
    Many people are feeding it

Similar Threads

  1. Quick Question Showing Windows system time in AMS
    By slafta in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 11-25-2004, 11:36 PM
  2. INFO: JET and MDAC (Complete) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:35 AM
  3. INFO: JET 4.0 SP7-SP8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:34 AM
  4. INFO: Setup Factory and the Windows Installer
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-22-2002, 10:38 AM
  5. HOWTO: Install Files to the Windows Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-18-2002, 02:33 PM

Posting Permissions

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