Ryan2065
-
Total Posts
:
60
- Scores: 6
-
Reward points
:
27400
- Joined: 2/4/2011
- Location: Minnetonka, MN
-
Status: offline
|
HTA GUI creation
Wednesday, May 09, 2012 11:11 AM
( permalink)
So I'm working on making my first HTA (quickly edit/add rules in SCCM 2012) but I'm running into a problem. I can code all the back end stuff, but I can't figure out how to make the HTA look pretty. Basically, I want to be able to place the boxes and buttons wherever I want to but right now the script places the box in free space in the HTA window. Is there a way to add where you want the box to be in the application? I think in other languages, you usually anchor one of the corners. Can I do this in a HTA?
|
|
|
|
akaplan
-
Total Posts
:
141
- Scores: 34
-
Reward points
:
16320
- Joined: 4/22/2003
- Location: North Carolina
-
Status: offline
|
Re:HTA GUI creation
Wednesday, May 09, 2012 11:26 AM
( permalink)
The easiest thing to ensure formatting is to use tables, and set the borders to zero.
|
|
|
|
npherson
-
Total Posts
:
379
- Scores: 57
-
Reward points
:
65040
- Joined: 8/19/2009
- Location: Saint Paul, Minnesota
-
Status: offline
|
Re:HTA GUI creation
Wednesday, May 09, 2012 8:09 PM
( permalink)
The display portion of an HTA is just plain old HTML, so any of the pretty stuff is possible. If you post your HTA code, we could help with suggestions. Pretty counts!
|
|
|
|
skynrain
-
Total Posts
:
7
- Scores: 0
-
Reward points
:
100
- Joined: 5/10/2012
-
Status: offline
|
Re:HTA GUI creation
Thursday, May 10, 2012 10:38 AM
( permalink)
|
|
|
|