Jump to content
xTremeSurfer

Am facut un mic programel !

Recommended Posts

Download Rst Whatsnew.exe

E un program cu carea accesezi mai usor forumul :D

Scuze daca am fost prea indraznet !

Is incepator fac si eu ce imi trece prin minte :D

P.S. e pus sa dea run la chrome :)

Si daca nu ai chrome?

Ar trebui pur si simplu sa deschida un url cu browserul prestabilit.

Si ca sa fie ceva interesant, ar trebui sa citeasca un feed de exemplu si sa iti arate ultimele topicuri.

Ca si bogdan si eu folosesc tot un bookmark pentru a intra pe rst.

Link to comment
Share on other sites

Source :

private void Form1_Load(object sender, EventArgs e)
{
}

private void Button4_Click(object sender, EventArgs e)
{
}

private void Button2_Click(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/");
}

private void Button3_Click(object sender, EventArgs e)
{
}

private void Button3_Click_1(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/forum/search.php");
}

private void Button1_Click(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/forum/search.php?searchid=298582");
}
}
}

Destul de simplist , iti doresc succese in continuare :)

Link to comment
Share on other sites

Source :

private void Form1_Load(object sender, EventArgs e)
{
}

private void Button4_Click(object sender, EventArgs e)
{
}

private void Button2_Click(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/");
}

private void Button3_Click(object sender, EventArgs e)
{
}

private void Button3_Click_1(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/forum/search.php");
}

private void Button1_Click(object sender, EventArgs e)
{
Process.Start("chrome", "https://rstcenter.com/forum/search.php?searchid=298582");
}
}
}

Destul de simplist , iti doresc succese in continuare :)

Daca nu ma insel este scris in C# ? :)

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...