Shell("açılacak dosya konumu")
System.Diagnostics.Process.Start("dosya konumu")
arkadaşlar bu c# adam vb.net de sormuş.private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(@"C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE");
}
Burada adres yoluna bilgisayardaki adresi yapıştır çalışır.
[TIMER'A EKLENECEK]
Dim Unqown as string
Unqown = Unqown + 1
If progressbar1.value = 100 then
System.Diagnostics.Process.Start("dosya.exe")
Timer1.enabled = false
else
label1.text = Unqown
Unqown = progressbar1.value
end if
timer ve progress bar ne alakaVB.Net:[TIMER'A EKLENECEK] Dim Unqown as string Unqown = Unqown + 1 If progressbar1.value = 100 then System.Diagnostics.Process.Start("dosya.exe") Timer1.enabled = false else label1.text = Unqown Unqown = progressbar1.value end if
VB.Net İçin geçerlidir.
timer ve progress bar ne alaka![]()
progresbar valuesi yavaş yavaş artacak ondan sonra progresbar dolunca program çalışacak arkadaş onu belirtmek istemiştimer ve progress bar ne alaka![]()
varPeki bunun path yolunu serverdan da ip ile çekme sansımız varmıdır ki