Archive by Author

Visual Studio Açılış Ekranını Durdurmak

İşte size Visual Studio açılış ekranında tasarımını yaptığınız Visual Studio Paketinin gösterilip gösterilmediğini anlamnıza yarayacak basit ama kullanışlı bir parametre: /splash      Bu parametre sayesinde, Visual Studio basit bir "Devam etmek için Ok’ye basın" yazılı basit bir dialog gösterecektir. Siz ok tuşuna basmadığınız sürece de Visual Studio Açılış ekranında bekleyecektir.     Aşağıdaki komut satırı ise [...]

Read more

Unattended installation of Visual Studio 2005 Team Explorer

    If you have a team working on a dotnet project having members more then 5, installation of Visual Studio 2005 Team Explorer would be a time consuming process. So you’ve probably gonna love following trick With the help of following comman-line parameter, you may create an ini file that shows how to install Team [...]

Read more

CodePlex – Another Open Source project portal from Microsoft

Microsoft has been started beta version of CodePlex, another open source project portal  after gotdotnet; but that one supported with aspx and team foundation server.     Here is the discription of site with their own word : “CodePlex is an online software development environment for open and shared source developers to create, host and manage [...]

Read more

How to Pause Visual Studio Splash Screen

Here is a simple yet usefull swith for visual studio to test your VSPackage’s splash screen support: /splash    With that switch, Visual studio simply displays a dialog saying “click OK to continue” which pauses VSFollowing commandline can be used to pause vs for exprimental enviroment: devenv /rootsuffix Exp /splash

Read more

How to Restrict Internet Explorer Control Panel Settings

On your start menu click on run and type Regedit on run dialog, this will open registery editor. Then browse to HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Control Panel (If path doesn’t exist, you may create it yourself). Within that key you may enable any restriction you want, all you [...]

Read more

Readonly variables in Php

  One of the coolest thing in php5 stuff is overloading. You can control access to your variable via __call, __get and __set methods. You may also make your variables readonly to other classes as shown below : class SomeClass { /***********************************************************************************/ /* -=Data Members=- */ /***********************************************************************************/ private $variables = array(); private $readOnlyVariables = array(); [...]

Read more

Generating Registery Entries for Your VSIP package Installer

If you have finish development of your package; you should probably looking for ways to create installer. Simply create an install project on VS; add output of your package. Finally you should insert some registery entries to register it on client’s machine.    To do so is quiet simply; just open a Visual Studio command [...]

Read more
Açılışta Otomatik Yüklenen VSIP Paketlerinde Boş Gelen DTE’ler

Açılışta Otomatik Yüklenen VSIP Paketlerinde Boş Gelen DTE’ler

 VSIP paketimi otomatik olarak açılışta yüklenebilmesi için aşağıdaki kodu kullanarak işaretlemiştim: [ProvideAutoLoad(UIContextGuids.NoSolution)]  Bu arada merak edenler için; otomatik paket yükleme hakkıda daha fazla bilgiyi ilgili yazımda bulabilirsiniz. Paketimi bu şekilde işaretlemenin ardından initialize methodumun içerisinde DTE nesnesine aşağıdaki kodla ulaşmaya çalıştım : [DTE dte = GetService(typeof(DTE))      Ama her ne denediysem DTE nesnesi boş geliyordu. Bu [...]

Read more

VSIP Paketiniz İçin Kayıt Kütüğü Girdilerini Oluşturmak

Eğer VSIP paketinizin geliştirme süreci bittiyse; muhtemelen şu an da lurulumunu hazırlamakla meşgulsunuzdur. Bunun için yapmanız gereken şey, basitçe, bir Visual Studio kurulum projesi oluşturmak ve paketinizin çıktısını bu kuruluma eklemek. Ardında da son kullanıcının makinesinde paket kaydınızın yapılabilmesi için bazı kayıt kütüğü girdilerine ihtiyacınız olacaktır.    Bunu yapmak aslına bakarsanız gözünüzde büyüttüğünüz kadar zor [...]

Read more

Null DTE when VSIP Package is Auto Loaded on Startup

In my VSIP package, I’ve mark with the following attribute to indicade it should load at startup: [ProvideAutoLoad(UIContextGuids.NoSolution)] You can find details about other auto load options on my other post. And then in initialize function I’ve try to get DTE object with the following code . DTE dte = GetService(typeof(DTE)) But DTE is allways [...]

Read more
Page 25 of 26« First...10...2223242526
QR Code Business Card