Microsoft Kuwait conducted another successful DigiGirlz as part of the “Shape Your Future” Education Exhibition organized by the Ministry of Education on May 1st, 2012. The event was under the auspices of Sheikha Dr. Suad Al Sabah.220 high school girls attended the event and it was very... More...
Wednesday, May 2 Dina Lasheen - MSFT
I still get questions about installing Arabic VB6 applications. The problem occurs when you deploy your VB 6 application to other machines, which doesn’t have VB , VS or Office. Your application doesn’tdisplay RightToLeft correctly. The cause: is that you need to have VBAME.DLL in your W... More...
Thursday, Apr 5 Dina Lasheen - MSFT
I needed to disable sorting in a DataGridView. I thought I would find something like DataGridView.AllowSort and simply set to AllowSort=false, but I couldn’t find it. Finally, I figured it out. You need to access each column in the DataGridView and set it as NotSortable. This is a small code... More...
Thursday, Jan 26 Dina Lasheen - MSFT