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. ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10452217.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20150401.html
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20425590....
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20801323.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_20820102.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21424926.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21443104.html
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...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_21536608.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21713229.html
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22150928.htm...