
How to Append Current Date to Export Dump file name | Tek-Tips
Dec 30, 2008 · 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...
Query a Registry Key | Tek-Tips
Jun 14, 2004 · 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 …
Moving Aplications to a new screen in C# | Tek-Tips
Oct 11, 2007 · 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 …
how to use Wnetaddconnection2 API | Tek-Tips
Oct 28, 2009 · hi friends, i want to connect to a folder which is on server. i have used wnetaddconnection2 api but it couldn't work for me. may be i am not having proper...
Send 8-bit data over serial port; values over 3F are being set to 3F
Nov 25, 2003 · 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 …
SDDPCM query : pcmpath query device <n> | Tek-Tips
Jun 7, 2001 · 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...
Pass HTML Form data to Dymo Printer with Javascript | Tek-Tips
Jun 15, 2009 · Hello! I'd really love some help with this, if you could! I work for a meeting/event planning company and we handle conferences and meetings and deal with Registration and …
Listview Numerical Sorting | Tek-Tips
Jun 17, 2003 · I am working with a ListView control and have a number of columns of data. The first sub item is a reference which is just a standard integer. I would like to sort the ListView in …
How to send HTML emails with ASP classic? | Tek-Tips
Jan 2, 2024 · Congratulations SoftwareRT on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!
Using ShellExecute to close/stop a running VB6 exe | Tek-Tips
Nov 17, 2006 · I have used ShellExecute to print and open files, but is there a way to stop/close a running VB6 exe that was started using a Shell function? I have a main VB program that …