|
- Coverage Paths | Tek-Tips
Anyone help with coverage paths I have 2 coverage paths 1 and 2 in these coverage paths I have h1 set for all 6 points In coverage path 1 I have set next path as 2 Nothing fancy here from what I can see, problem is the system will not follow next path, it just rings point 6 without flipping
- How to Append Current Date to Export Dump file name | Tek-Tips
hi everyone, This is 10g on Windows I want my dump file name to reflect the date it was ran on I'm using the Job Scheduler tool in Database Control So
- Why doesnt text-align:justify work? Help | Tek-Tips
It would indeed help to tell you what you need to change, if you'd also tell us, what you expect to see or happen If you rather want centering than block formatting text, you rather will want to use css style margin:auto Besides browsers still understand <center> < center> and while that won't validate for most doc types, it will work Bye, Olaf
- Query a Registry Key | Tek-Tips
Public Const KEY_QUERY_VALUE = H1 Public Const KEY_SET_VALUE = H2 Public Const KEY_ALL_ACCESS = H3F Public Const REG_OPTION_NON_VOLATILE = 0 Declare Function RegCloseKey Lib "advapi32 dll" _ (ByVal hKey As Long) As Long Declare Function RegCreateKeyEx Lib "advapi32 dll" Alias _ "RegCreateKeyExA" (ByVal hKey As Long, ByVal lpSubKey As String, _
- 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
- 2 divs parallel w o negative top: value | Tek-Tips
Greetings: I have two little issues here which I hope to be easily solvable by the experienced members here: 1) I want to put 2 divs of the same size parallel to each other, how can I do this without using top: -xyz on the right div (with xyz being the height of the left div) Is there some
- 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
- Send 8-bit data over serial port; values over 3F are being set to 3F
As described in the subject, I'm attempting to send 8-bit data to an external component using the serial port However, it appears that the top two bits are being forced to 0; any value I attempt to send above 3F is 3F at the other end Can anyone see what's wrong based on the code below
|
|
|