xTremeSurfer Posted March 22, 2012 Report Share Posted March 22, 2012 (edited) No link!E un program cu carea accesezi mai usor forumul Scuze daca am fost prea indraznet !Is incepator fac si eu ce imi trece prin minte P.S. e pus sa dea run la chrome Edited April 18, 2012 by xTremeSurfer Quote Link to comment Share on other sites More sharing options...
nSnoopy Posted March 23, 2012 Report Share Posted March 23, 2012 Download Rst Whatsnew.exeE un program cu carea accesezi mai usor forumul Scuze daca am fost prea indraznet !Is incepator fac si eu ce imi trece prin minte P.S. e pus sa dea run la chrome Si daca nu ai chrome? Quote Link to comment Share on other sites More sharing options...
bogdan_99rap Posted March 23, 2012 Report Share Posted March 23, 2012 (edited) wtf?? e fumos dar nu la fel de comod ca un bookmark Edited March 23, 2012 by bogdan_99rap Quote Link to comment Share on other sites More sharing options...
Nytro Posted March 23, 2012 Report Share Posted March 23, 2012 Elena? Quote Link to comment Share on other sites More sharing options...
SilviuSDS Posted March 23, 2012 Report Share Posted March 23, 2012 Download Rst Whatsnew.exeE un program cu carea accesezi mai usor forumul Scuze daca am fost prea indraznet !Is incepator fac si eu ce imi trece prin minte 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. Quote Link to comment Share on other sites More sharing options...
bcman Posted March 23, 2012 Report Share Posted March 23, 2012 Frumos! M? bucur c? î?i place programarea. Orice program, cât de mic, posteaz?-l aici. Sunt pu?ini care fac ceva ei în?i?i ?i astfel de oameni trebuie aprecia?i. Nu vrei s? postezi ?i sursa? Quote Link to comment Share on other sites More sharing options...
sandabot Posted March 23, 2012 Report Share Posted March 23, 2012 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 Quote Link to comment Share on other sites More sharing options...
nSnoopy Posted March 23, 2012 Report Share Posted March 23, 2012 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# ? Quote Link to comment Share on other sites More sharing options...
sandabot Posted March 23, 2012 Report Share Posted March 23, 2012 @nSnoopy , da , dar in schimb era mult mai usor in vb.net.(l-am decompilat) Quote Link to comment Share on other sites More sharing options...
xTremeSurfer Posted April 18, 2012 Author Report Share Posted April 18, 2012 damn:D cum pot sa fac sa nu mai apara datele despre pc-ul meu cand fac programul? thx Quote Link to comment Share on other sites More sharing options...
Alecsillidan Posted April 18, 2012 Report Share Posted April 18, 2012 in visual studio ai Properties, la assembly poti modifica tu autorul, copyright-ul etc. Quote Link to comment Share on other sites More sharing options...