milano88 Posted June 3, 2010 Share Posted June 3, 2010 Merhaba Kintaro Hocam size Yine İşim Düştü Kullanıcı Adı İşletim Sistemi Servis Paketi Bunları Gösteren Bir Kod Yazdım Ama Olmadı Yanlış Nerde Acaba Yardım Edermisiniz? osName = System.GetOSName(); Label.SetText("label.os", osName) sistem = System.GetOSVersionInfo(); Label.SetText("label.sp", sistem.CSDVersion)[/CODE] Kullanıcı Adı Çıkıyor Fakat İşletim Sistemi ve Servis Paketi Çıkmıyor Link to comment Share on other sites More sharing options...
djonur007 Posted June 3, 2010 Share Posted June 3, 2010 @Milano88 istediğin şeyle ilgili bir apz paylaşıldı zaten. apz'yi incelersen anlıyacaksın. Link to comment Share on other sites More sharing options...
milano88 Posted June 3, 2010 Author Share Posted June 3, 2010 @Milano88 istediğin şeyle ilgili bir apz paylaşıldı zaten. apz'yi incelersen anlıyacaksın. onuda indirdim djonur007 ama oradada göstermiyor araştırma yaptım zaten rahat ol hazırcı değilim sevmedemde zaten sadece ufak bir yardım istedim ok Link to comment Share on other sites More sharing options...
KintaRo Posted June 3, 2010 Share Posted June 3, 2010 İşletim sistemin Windows 7'mi ? Eğer Windows 7 ise çalışmaması normaldir. Şimdi kullanıcı adı nrde saklanıyor ona bakıyorum. Link to comment Share on other sites More sharing options...
milano88 Posted June 3, 2010 Author Share Posted June 3, 2010 İşletim sistemin Windows 7'mi ? Eğer Windows 7 ise çalışmaması normaldir. Şimdi kullanıcı adı nrde saklanıyor ona bakıyorum. işletim sistmim windows 7 evet hocam... Ama SP yi geçtim çıkmaz zaten İşletim sistemi türü niye çıkmıyor Link to comment Share on other sites More sharing options...
KintaRo Posted June 3, 2010 Share Posted June 3, 2010 İşletim sistemini göstermemesi sendeki AMS'nin versiyonundan kaynaklanır. Eski sürümse Windows 7'de boş değer döndürür. Ya AMS 7.5.1006 veya 7.5.1008 veya 8.0 kuracaksın yada diyeceksin ki; strOs = System.GetOSName() if strOs == "" then Label.SetText("Label1", "Windows 7") elseif strOs == "Windows XP" then Label.SetText("Label1", "Windows XP") elseif strOs == "Windows Vista" then Label.SetText("Label1", "Windows Vista") end[/CODE] Link to comment Share on other sites More sharing options...
milano88 Posted June 3, 2010 Author Share Posted June 3, 2010 şimdi baktım 7.5.1004 kullanıyormuşum hocam hemen 7.5.1008 indiriyorum bu verdiğiniz kodu paylaştığınız apz dosyasının işletim sistemi kodları ile değiştirsem olurmu ? Link to comment Share on other sites More sharing options...
KintaRo Posted June 4, 2010 Share Posted June 4, 2010 Doğru yere koyarsan olur tabi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.