Feeds:
Posts
Comments

Archive for September, 2007

Here is a little piece of code to get your way around with Excel in VB .Net using VS 2005.
    Dim objExcel As Excel.Application
    Dim objWorkBook As Excel.Workbook
    Dim totalWorkSheets As Excel.Worksheet
    Dim objWorkSheets As Excel.Worksheet
    Dim ExcelSheetName As String = “”
    objExcel = CreateObject(“Excel.Application”)
    objWorkBook = objExcel.Workbooks.Open(“C:\myExcel.xls”)
    ‘ this code gets the names off [...]

Read Full Post »

If you would like to find some charater/s in a column in the table and replace it here is a simple querry.
Note: For beginner please make sure you know what an update statement does. This query is going to update the column values in your table. So if you are just testing please use the Select statement [...]

Read Full Post »

Once again I am blogging about the Regular expresisons at work.
Here is a link to my previous blog. I guess now I have become an addict to using Regular Expressions to make life easier and am now longer a newbie to them.
Today I just came accross the task of cleaning the users input string on one [...]

Read Full Post »

I was taken by surprise when one of my servers hung up. No web site was showing I was getting an error of service not available message in my explorer. I remotely logged into my server and found out that one of  the drives had run out of space; and the disk cleaning utility had fired [...]

Read Full Post »

Well another revolution by Microsoft is on its way.
Silverlight has been officially released.
 
I have developed a little web application using Windows Expression Blend and Visual Studio Orcas and was really impressed. Well being a web developer I can forecast that this lethal combination of MS to integrate animation and the basic web is awesome. It [...]

Read Full Post »

Hi folks this is the second time I am posting about yet another event by Mr. Syed Najam Ahmad who is the first Pakistani Qualified Google Advertising Professional.
Yep Najam is coming up with another workshop on the 9th of September in Islamabad a continuation of the one held in Feb this year. Link back.
Its a one day [...]

Read Full Post »