Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Timeout Handling Control (dll)
- The Timeout Handling Control can handle both the ASP.NET session timeout and the ASP.NET forms authentication timeout. The Timeout Handling Control can be used on individual pages or it can be added to the master page to handle the timeout situation on all content pages. The Timeout Handling Control can...
- Tags: Page, Microsoft ASP.NET, BSP Software, Timeout Handling Control, AJAX, .Net, Middleware, Internet, Software/Web Development, Web Development, Web 2.0, Software Development, Enterprise Software, Software
- Software downloads 2008-02-19
- FireBox X700 using WatchGuard System Manager
- How do you configure the firebox to disconnect idle connections 30 minutes or more without having to add user alias? ThanksIdle TimeoutThere should be a setting under "Authentication Settings" to set your Session Timeout and Idle Timeout values.
- Tags: lhardy@...
- Discussion threads 2007-11-14
- SafariNoTimeout (dmg)
- Safari, free Web browser from Apple, suffers from a very short request timeout - 60 seconds. Some database-driven report pages and others fail to load because of that timeout. SafariNoTimeout is a haxie that allows you to change the connection request timeout in Safari to a different value (by default...
- Tags: Apple Safari, SafariNoTimeout, Web Browsers, Internet
- Software downloads 2007-12-18
- Port knocking
- Hi i configured Port-knocking on Port 22 and also configure timeout to close this port..i read that after the timeout ends new connections will block but established connections will remain open.this is not my case .. indeed after the timeout new connections are not opened..however my opened SSH session is...
- Tags: yanivs.sa1@...
- Discussion threads 2007-06-02
- Error 1026 Using SHFileOperation
- I am using SHFileOperation to copy some files from an Install CD to the Target folder. The program works fine on W2K and XP, but under W98, I get a File System Error (1026).I know that this Function needs to have the Null characters added properly, & I have done...
- Tags: Error 1026 Using SHFileOperation, Long Dim, icscomputersaz@..., programming, SHFileOperation, String, String Dim
- Discussion threads 2005-01-26
- VBA Expert..urgent help
- ****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- VBA Expert..urgent help
- ****** Following code giving run time error 438 *** how to fix that error..pls help..its urgent'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(,
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- My autologon script won't when scheduled to run at startup.
- I am using the following script to auto logon about 20 stand alone xp workstations not attached to a server which all have deep freeze installed on them. I need to be able to auto logon to the workstations so I can run applications. Does anyone know a way I...
- Tags: bigdog4579@..., RegLocAutoLogon, REG_SZ
- Discussion threads 2007-06-28
- Dim the variables
- In VBA under Access (A2K) when IDim myStr AsString------------^- no space as you did in your code listing - it throws a error. Same for your second variable
- Tags: Scripting languages, ray.learmond@...
- Discussion threads 2007-05-18
- monitor is dim
- I have a HP ZV5000 pavilion laptop. When the a/c adapter was plugged in, the screen was bright and if I worked directly off the battery the screen would be dim. Now from out of nowhere, when the a/c adapter is plugged in, the screen is very dim...
- Tags: dlwojo@..., monitor, A/C adapter, A/C, adapter
- Discussion threads 2007-08-29
- networking Issue
- I am having an Dell Laptop, am able to connect to the net,logon to the domain but unable to download mails into my outlook thru the LAN nor thru Internet using data connection PCMCIA Card. The error given is timeout, tried increasing the timeout interval but in vain.I am not...
- Tags: shettyvs@..., network
- Discussion threads 2007-09-19
- urgent help from VBA Expert
- 'Dim Cell As RangeDim myWord As ObjectDim PathDocu As String Set myWord = CreateObject("word.application") 'Set myWord = GetObject(, "Word.Application") Set myWord = GetObject("g:globalmaheshoffer letter.doc") myW
- Tags: fanku@..., myWord.ActiveDocument.Bookmarks, programming, software, VBA
- Discussion threads 2006-11-03
- Commondialog in VB6
- how do i use commondialog in VB6 for the openfiledialog function?I tried to program it as below, but didnt work.Dim openFile As New Commondialogcommondialog.showopenbut I do not get commondialog class from IDE and get a syntax error at the Dim openfile.... line-TIAMparamDIM var as New typevar.methodas inDim MyLabel as New...
- Tags: Label
- Q&A 2005-11-03
- How can I schedule a autologon script to run at a specific time and date
- I have the following script that I need to run at a specific time and date. Can anyone help me with this? Here is the script.Option Explicit'''Declarations'''Dim objShellDim RegLocAutoLogonDim keyDefaultDomainNameDim valDefaultDomainNameDim keyDefaultUserNameDim valDefaultUserNameDim keyDisableCADDim valDisableCADDim keyAutoAdminLogonDim valAutoAdminLogonDim keyForceAutoLogonDim valForceAutoLogonDim keyDefaultPasswordDim valDefaultPassword''''Define keys and values''''RegLocAutoLogon = "HKLMSoftwareMicrosoft" & _"Windows NTCurrentVersionWinlogon"keyDefaultDomainName =...
- Tags: bigdog4579@..., RegLocAutoLogon, REG_SZ
- Discussion threads 2007-06-28
- MCE Customizer 2005 (zip)
- MCE Customizer 2005 aims to hide or show start menu items, autostart enhanced DVD content, set DVD notification timeout. You also can set skip forward interval, set skip back interval, and set more info panel timeout. Other features include set seek bar timeout, activate display my music as last viewed,...
- Tags: Password, Interval, Olcay Buyan, DVD, Consumer Electronics, Personal Technology, Home Entertainment
- Software downloads 2005-10-06
- adStoredProcedure Timeout
- Hi,I running a stored procedure from VB6 using adStoredProcedure, and it's timing out. it takes a little over a minute for the stored procedure to run Is there a way to set the timeout for longer than the default?Thanks
- Tags: safaridog@...
- Discussion threads 2007-01-20
- .Net problem or Server 2000
- I have deployed an application in the Database server using .NET flatform but once the users has logged on to the application an error occurs "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool.
- Tags: .NET, Application servers, Middleware, Databases, joevivas2005@..., Microsoft .NET, server
- Discussion threads 2007-09-27
- Batch file in VB
- I want to execute a batch file from vb.next line shld execute only after completing the execution of batch file.Can somebody help meYou use the Shell object to run the batch file with the bWaitOnReturn value set to True. The next line won't execute until the batch file exits.This vbscript...
- Tags: ammamukesh@..., Cmd, Long Dim iTask, Microsoft Visual Basic, programming, Shell
- Q&A 2005-11-30
- Remote Desktop timeout
- Is there a workaround to keep my remote desktop session active longer than the GPO allows? IE: something (script maybe?) that will bump my session when it gets close to timeout?
- Tags: bonzaibrian@..., remote desktop
- Discussion threads 2007-10-31
- << Previous
- page 1 of 1
- Next >>