|
- What are H1, H8000, etc. ? | Tek-Tips
Hi, I'm just wondering if anyone could tell me what H1 is, or what H8000 means, etc? Public Const VK_SHIFT = H10 Public Const VK_CAPITAL = H14 Public Const VK_CONTROL = H11 Dim IsShifted As Boolean Dim IsCaps As Boolean Dim IsCtrl As Boolean IsCaps = (GetKeyState(VK_CAPITAL) And H1)
- Why does font-size not inherit ? | Tek-Tips
Thanks Dan, but are there some 'rules' to follow ? "Font and other attributes are not always inherited when tables are being used" Whilst I understand what you are saying, and I can see that this would work in this case; it all seems a bit hit and miss - do you know of anywhere on the web, or a good book, that definitively explains which elements inherit and which ones dont - and more
- Microsoft VBScript runtime error 800a01b6 | Tek-Tips
Tek-Tips is the largest IT community on the Internet today! Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!
- Launch . VBS file from button on HTML page | Tek-Tips
Can this be done? I have 3 scripts, VBS files The first builds an HTML page and a working file The other 2 take the working file and perform actions I need code on the HTML that invokes the other 2 VBS files objPendRpt writeline " " count " Computers from " Dom "" gives me
- center-align menu item text | Tek-Tips
I am using Visual Studio 2010 Professional I created a web form showing menu items that allow the user to go to another aspx page For this purpose, I used Menu control from the Navigation section in the Toolbox The menu appears fine in the browser However, the text of the MenuItem is
- Moving Aplications to a new screen in C# | Tek-Tips
Hey all, I am trying to write an application that will list all graphical applications and move them to a different monitor on a timed interval I have no issues getting the list of processes that i need or the timing piece, but i'm having problem figuring out how to capture which screen an
- SDDPCM query : pcmpath query device lt;n gt; | Tek-Tips
What are meaning the stars in the path column in the query : pcmpath query device 12 DEV#: 12 DEVICE NAME: hdisk12 TYPE: 2145 ALGORITHM: Load Balance
- Error: Only content controls are allowed directly in a . . . - Tek-Tips
Hello, from my research i noticed that i have something wrong with my masterpage, because when i try to do something like: Response Write("alert('Elr')") It highlight the code and when i do a rollover the text diaplays: "Path file\\Ciudad aspx": ASP Net runtime error: Only Content Controls
|
|
|