HTA forum

Author Message
Fredledingue

  • Total Posts : 572
  • Scores: 2
  • Reward points : 0
  • Joined: 5/9/2005
  • Location: Europe
  • Status: offline
HTA forum Tuesday, February 21, 2006 12:56 PM (permalink)
0
I need an HTA forum cuz I'v somthin to say about HTA.
 
A separate HTA forum could useful because vbscript codes are sometimes different in HTA and also because talkiing HTA you forcibly talk HTLM and that's  in a vbs forum.
Fred
 
#1
    ginolard

    • Total Posts : 1347
    • Scores: 23
    • Reward points : 0
    • Joined: 8/11/2005
    • Status: offline
    RE: HTA forum Tuesday, February 21, 2006 8:40 PM (permalink)
    0
    I second this suggestion.  There's not enough talk about HTAs!
    Author of ManagePC - http://managepc.net

     
    #2
      Snipah

      • Total Posts : 1339
      • Scores: 8
      • Reward points : 0
      • Joined: 11/1/2004
      • Location: Scotland
      • Status: offline
      RE: HTA forum Wednesday, February 22, 2006 8:01 AM (permalink)
      0
      I see where you are coming from. I have given it thought once before, and the conclusion was that in relation to VBScript, HTA discussion space is to be done in the main WSH & Client Side VBScript forum.
       
      There is enough space to discuss the subject, in relation to VBScript.
       
      Since we are a VisualBasicScript forum, we cannot fully specialize on the specific matter of HTA. Evenmore when, as you mentioned, you forcibly will talk about HTML alot.
       
      So, you can open topics in the main forum about HTA's in regards to VBScript.
       
      Hope this helps.
      For more information, please see the "Read me First" topic.

      http://www.visualbasicscript.com
       
      #3
        Country73

        • Total Posts : 754
        • Scores: 10
        • Reward points : 0
        • Status: offline
        RE: HTA forum Wednesday, February 22, 2006 9:28 AM (permalink)
        0
        I have to agree with Snipah on this one.
         
        It would be nice to have, but the main forum (WSH & Client Side VBScript) should be able to cover the VBS portion of HTA's.
         
         
        #4
          Fredledingue

          • Total Posts : 572
          • Scores: 2
          • Reward points : 0
          • Joined: 5/9/2005
          • Location: Europe
          • Status: offline
          RE: HTA forum Thursday, February 23, 2006 1:01 AM (permalink)
          0
          And what about the HTA portion of VBS?
           
          Oh, I see there are only 4293 posts in the VBScript forum (why is called WSH & Client Side VBScript by the way?)
          so it's easy to find infos on specific uses of VBS.
           
           
          Fred
           
          #5
            Snipah

            • Total Posts : 1339
            • Scores: 8
            • Reward points : 0
            • Joined: 11/1/2004
            • Location: Scotland
            • Status: offline
            RE: HTA forum Thursday, February 23, 2006 3:28 AM (permalink)
            0
            i.e. If you are searching on how to generate output from VBScript and store it in a <table> you can Search the forum on those names: vbs table hta
             
            The VBScript portion of HTA covers the same as the HTA portion of VBScript.........it's all in the name....
            For more information, please see the "Read me First" topic.

            http://www.visualbasicscript.com
             
            #6
              Fredledingue

              • Total Posts : 572
              • Scores: 2
              • Reward points : 0
              • Joined: 5/9/2005
              • Location: Europe
              • Status: offline
              RE: HTA forum Friday, September 15, 2006 7:15 AM (permalink)
              0
              I don't agree because I'v come across some code that works in VBS file but will need a diffrerent translation in HTA.
               
              I also think that tips about buttons and input boxes could be useful because it provide an interface with your VBscript.
              But it's not strictely VBS, it's HTM code. And in HTA the boudaries between HTM and VBS are not clear: You have a bug and don't know if it's the HTM part of the code or in the script. Then it appears that you error is a pure HTM one.... how does it fit in a "WSH & Client" forum?! I mean in a "WSH" forum especialy?!
               
              The samle can be said about PHP.
               
               
               
               
               
              Fred
               
              #7
                ebgreen

                • Total Posts : 8227
                • Scores: 98
                • Reward points : 0
                • Joined: 7/12/2005
                • Status: offline
                RE: HTA forum Friday, September 15, 2006 8:02 AM (permalink)
                0
                I think the point is that this is a VBScript forum not an HTML forum. So if you want to discuss the VBScript portion of an HTA, then the WSH is the engine being used to execute the code and it is appropriate to discuss it here. If you have an HTML problem in your HTA, then it strictly is not appropriate to discuss it in a VBScript forum. That is not to say that you shouldn't post the problem, you will probably get an answer regardless. It just means that the there is no need to create a seperate category simply because HTAs are essentially a hybrid of VBScript and HTML.  
                "... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
                Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
                http://www.visualbasicscript.com/m_47117/tm.htm
                 
                #8
                  mbouchard

                  • Total Posts : 2110
                  • Scores: 29
                  • Reward points : 0
                  • Joined: 5/15/2003
                  • Location: USA
                  • Status: offline
                  RE: HTA forum Tuesday, September 19, 2006 12:24 AM (permalink)
                  0
                  If you want to call out that the post is about hta just put a HTA prefix in your subject

                  i.e.
                  Subject:     HTA: Some info here.
                  Mike

                  For useful Scripting links see the Read Me First stickey!

                  Always remember Search is your friend.
                   
                  #9
                    Fredledingue

                    • Total Posts : 572
                    • Scores: 2
                    • Reward points : 0
                    • Joined: 5/9/2005
                    • Location: Europe
                    • Status: offline
                    RE: HTA forum Friday, July 20, 2007 11:10 AM (permalink)
                    0

                    ORIGINAL: ebgreen

                    I think the point is that this is a VBScript forum not an HTML forum. So if you want to discuss the VBScript portion of an HTA, then the WSH is the engine being used to execute the code and it is appropriate to discuss it here. If you have an HTML problem in your HTA, then it strictly is not appropriate to discuss it in a VBScript forum. That is not to say that you shouldn't post the problem, you will probably get an answer regardless. It just means that the there is no need to create a seperate category simply because HTAs are essentially a hybrid of VBScript and HTML.  

                     
                    To which forum should I adress my request for a question about inserting a mini (vb)script in the button onclick property?
                    Fred
                     
                    #10
                      TNO

                      • Total Posts : 2094
                      • Scores: 36
                      • Reward points : 0
                      • Joined: 12/18/2004
                      • Location: Earth
                      • Status: offline
                      RE: HTA forum Friday, July 20, 2007 2:41 PM (permalink)
                      0
                      I'm sure it wouldn;t be too difficult to create and post a guide on .HTA vs .VBS in the Post a VBScript section.
                       
                      As for your button question I thing the regular WSH section is fine.
                       
                      <button onclick="MsgBox 'FooMaster Flex'"></button>
                      To iterate is human, to recurse divine. -- L. Peter Deutsch
                       
                      #11

                        Online Bookmarks Sharing: Share/Bookmark

                        Jump to:

                        Current active users

                        There are 0 members and 1 guests.

                        Icon Legend and Permission

                        • New Messages
                        • No New Messages
                        • Hot Topic w/ New Messages
                        • Hot Topic w/o New Messages
                        • Locked w/ New Messages
                        • Locked w/o New Messages
                        • Read Message
                        • Post New Thread
                        • Reply to message
                        • Post New Poll
                        • Submit Vote
                        • Post reward post
                        • Delete my own posts
                        • Delete my own threads
                        • Rate post

                        2000-2012 ASPPlayground.NET Forum Version 3.9