Jump to content
friday

Intrebare Incepator Visual Studio

Recommended Posts

Am inceput sa lucrez in vs 2010 , si am o intrebare.

Cum pun sa porneasca un link pe "Toturial"

De exemplu as vrea sa pun www.google.ro

dasdasdasg.jpg

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

namespace gigi_Hack_2._4

{

public partial class Form1 : Form

{

public Form1()

{

InitializeComponent();

}

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)

{

}

}

}

Link to comment
Share on other sites

ii va deschide cu IE pentru ca se va executa comanda sub dos.Stiu ca este enervant sa vezi un utilizator ca asta care iti cere informatii si este batut in cap numai ca poate mai trece unul de care se prinde ceva si nu intele.Do it right:D. Explica-i omului ce face clasa Process si ce se intampla cand faci asta.

Link to comment
Share on other sites

ii va deschide cu IE pentru ca se va executa comanda sub dos.Stiu ca este enervant sa vezi un utilizator ca asta care iti cere informatii si este batut in cap numai ca poate mai trece unul de care se prinde ceva si nu intele.Do it right:D. Explica-i omului ce face clasa Process si ce se intampla cand faci asta.

Se deschide cu browser-ul prestabilit.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...