Tuesday, July 22, 2008

Set RowHeader in Datagridview

Private Sub dgvPlanner_RowPostPaint(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewRowPostPaintEventArgs) Handles dgvPlanner.RowPostPaint

Me.dgvPlanner.Rows(e.RowIndex).HeaderCell.Value = dgvPlanner.Rows(e.RowIndex).Cells("TimeSlot").Value

End Sub

Monday, July 21, 2008

Unable to connect SQL Server 2005

When you try to connect to an instance of Microsoft SQL Server 2005 from a remote computer, you may receive an error message. This problem may occur when you use any program to connect to SQL Server.


This is because to connect to SQL Server Database Engine you must have a network protocol enabled. You can use SQL Server Configuration Manager to enable, disable, and configure network protocols.
How to configure SQL Server 2005 to allow remote connections.

Sunday, July 6, 2008

Workaround for Lsass.exe file

http://support.microsoft.com/kb/924995

Integrating SharePoint and Outlook 2007

http://www.outlookexchange.com/Articles/JasonSherry/sherry_c24p1.asp
http://www.outlookexchange.com/Articles/JasonSherry/sherry_c24p2.asp
http://www.outlookexchange.com/Articles/JasonSherry/sherry_c24p3.asp

Tuesday, July 1, 2008

For Xbox Fans

Microsoft reportedly will cut Xbox 360 price.

Microsoft plans to cut the price of its best-selling Xbox 360 Pro model by $50 to $299 in the next few weeks, the Hollywood Reporter reported, citing anonymous sources.

http://news.cnet.com/Microsoft-reportedly-will-cut-Xbox-360-price/2100-1043_3-6242903.html?tag=nefd.top

Adobe, Google, Yahoo enabling Flash searches

The project would allow Flash pages to be returned in a search, meaning millions of rich Internet applications will become searchable.

Adobe has created a special Flash player for the search engines that acts like a virtual user going through each application. It actually goes through the runtime of each Flash application and translates it into something the search engines can understand. So all of those fancy interactive Flash Websites and other rich Internet applications that have been invisible to search engines, can now be seen by them.

http://www.infoworld.com/article/08/06/30/Adobe-Google-Yahoo-enabling-Flash-searches_1.html