PDA

View Full Version : سوال: تبدیل کدهای VB.Net به VB 6.0 -فوری فوری



omid-vbAuto
سه شنبه 30 آذر 1389, 14:35 عصر
:ناراحت:دوستان عزیز سلام

من می خوام برخی کدهای ساده VB.Net رو به VB 6.0 تبدیلش کنم.چکار کنم؟

کدها هم اینها هستن:




System.Diagnostics.Process.Start("iexplore.exe", "www.barnamenevis.org")



و این :



If My.Application.CommandLineArgs.Count > 0 Then
Dim p1 As String = My.Application.CommandLineArgs(0)
Label1.Text = p1
End If

Felony
سه شنبه 30 آذر 1389, 15:09 عصر
و بشر گوگل را آفرید ...


System.Diagnostics.Process.Start("iexplore.exe", "www.barnamenevis.org")
http://www.google.com/search?hl=en&client=opera&hs=57g&pwst=1&rls=en&&sa=X&ei=oZgQTe75GsnB8QPLpIWCBw&ved=0CBcQvwUoAQ&q=shellexecute+in+vb&spell=1



If My.Application.CommandLineArgs.Count > 0 Then
Dim p1 As String = My.Application.CommandLineArgs(0)
Label1.Text = p1
End If
http://www.google.com/search?client=opera&rls=en&q=command+line+in+vb&sourceid=opera&ie=utf-8&oe=utf-8