Welcome to MSDN Blogs Sign in | Join | Help

Rahul Soni's blog

Never assume the obvious is true!

News



  • These postings are provided "AS IS" with no warranties, and confers no rights.

December 2006 - Posts

How to read User and System Variables using VBScript
Quite easy! Dim objWSH Dim objUserVariables Dim objSystemVariables Set objWSH = CreateObject("WScript.Shell") 'This actually returns all the User Variables, and you either loop through all, or simply print what you want Set objUserVariables = objWSH.Environment("USER") Read More...
Are you getting OutOfMemoryExceptions when uploading large files?
Getting OutOfMemoryExceptions when uploading large files is a very common problem and we troubleshoot it quite frequently at Microsoft GTSC. JohanS has a very nice entry on his blog and I can't resist myself to link to the solution which he provided! Read More...
Visual Basic and IE 7, open pages in new Tab or Window or wait for the page to be displayed completely
I was working on a project where I had the following requirement, and for a moment I thought, "Man, that's like a 5 min task for me!!". And it should have been!!!! Unfortunately though, I couldn't find the right document at the right time and it took Read More...
Yippee!! VS 2005 SP 1 is available now... Finally!!! :)
I am so happy to see the Visual Studio 2005 Service Pack 1 (SP1) being released (finally)! Know more about it here ! I am too excited to write more :-) Click, Install, Enjoy!!! -Rahul Read More...
Open EXCEL file with VB6 and read the content
I was planning to write an application today which simply opens an Excel file and read the Cell values into an array so that I could manipulate it accordingly. Since I don't have VS.NET installed on my home PC, I decided to do it with VB6 :o) Here is Read More...
Network Monitor
Quite often, we need to analyze Network traces to find out if the issue is something related to IIS... or the Client... or the Network (say, firewall, proxy etc.) itself. Although we have a specialized team in Microsoft PSS (Product Support Services) Read More...
Page view tracker