Advertisement

1 - 10 of 256 containing alltags:("nothing") (0.001 seconds)
When I have a COM object and do a "Set XXX=Nothing" on an ASP page, I find that the object is not really released.  The only way I can get it to release is when the object goes out of page scope.  ...
Zones: ASP, Microsoft ProgrammingDate Answered: 06/19/2000 Grade: A Views: 0
In Outlook, I want to work with the Item that has been selected by single clicking on it.  The code below, does only work if an item has been opened.  If an item has only been selected by single ...
Zones: Visual BasicDate Answered: 07/13/2001 Grade: B Views: 0
Is there a way to check if an object is = "Nothing".  That is when an object hasn't been assigned a value it equals "Nothing".  Is there like an IsNothing command or something comprable?
Zones: VB ControlsDate Answered: 12/13/2002 Grade: B Views: 0
I develop a program that use late binding to call a dll to load a form and release the dll once the form is loaded so that I can change or recompile the dll that is situated in the server even if t...
Zones: Visual BasicDate Answered: 03/15/2004 Grade: A Views: 0
I have a Canon Powershot S40 camera. I have correctly installed the WIA drivers (on numerous occasions because of this problem!) and I can see that the camera drivers are all there when I check the...
Zones: Windows XP, Adobe Type ManagerDate Answered: 01/30/2004 Grade: A Views: 0
Please tell me which is preferable, code1 or code2 and why. Both works. Thanks. Code1: Dim RS   as New ADODB.Recordset DO WHILE    If RS.State = adStateOpen then       RS.Close       Set RS...
Zones: Visual BasicDate Answered: 05/16/2005 Grade: A Views: 0
I have a log off button on my page which clears the session and redirects you to the login page. However if I type the URL of one of the password protected pages after I have logged out of the s...
Zones: ASP.Net ProgrammingDate Answered: 06/27/2005 Grade: B Views: 0
Using XP Professional SP2. When I go Start > Control Panel and click on 'Add/Remove Programs' nothing happens. Have gone into the registry using Regedit and under HKEY_LOCAL_MACHINE/SOFTWARE/Micros...
Zones: Windows XPDate Answered: 09/01/2005 Grade: A Views: 0
I am trying to upload a file to my webserver. The directory that the file goes is a sub of my web app. I want the name of the file too stay the same. When I use inpFileUp.PostedFile.FileName it ret...
Zones: ASP.Net ProgrammingDate Answered: 01/27/2006 Grade: A Views: 0
Object.ReferenceEquals...what's the point? I have stated to look at the Microsoft Application blocks to see what i can harvest for my projects.  Going through the code i noticed a lot of things ...
Zones: MS Visual BasicDate Answered: 02/06/2007 Grade: A Views: 13