24 Posted Topics
Re: nice article after further more research it is because your pc has any backdoor services installed so just identify unknown services and delete them and this malware set chrome default search engine with any unknown search engine so delete this search engine from chrome and change your desire search engine … | |
Re: or if picture in resources folder then //pictureBox1.Image = Properties.Resources.PictureName; i.e pictureBox1.Image = Properties.Resources.img3; | |
hi friends i have made 1 application in c#,,,,,,,,,,,,,,,it has lot of loop so when it are doing process in loop my window application form hang and dumb so i cant access any button of form ???????????????????????? how can i solve it ???????????????????????????????????? Thanks in Advance | |
Re: try thing if still problem then sent you error thanks array_unique :- ______________________________________________________________________ $query = mysql_query("SELECT answers FROM users"); $result=mysql_query($query); while($row=mysql_fetch_array($result)) { $row = mysql_fetch_array($result); answerArr[]=$row[0]."<br>"; } $answerArrDistinct[]=array_unique($answerArr); foreach($answerArrDistinct as $answer) { echo $answer; //show all unique answers } | |
Re: This Code is Best in all codes use these html code in aspx page >>>>> [CODE=html]<FORM NAME="Calc"> <TABLE BORDER=4> <TR> <TD> <INPUT TYPE="text" NAME="Input" Size="16"> <br> </TD> </TR> <TR> <TD> <INPUT TYPE="button" NAME="one" VALUE=" 1 " OnClick="Calc.Input.value += '1'"> <INPUT TYPE="button" NAME="two" VALUE=" 2 " OnCLick="Calc.Input.value += '2'"> <INPUT TYPE="button" … | |
how recover window xp session like firefox when i open firefox and died my laptop battery firefox open automatically last opened page,,,,,,,,,like i wanaaa auto open my last program when my laptop battery dead????????????????????how i got with any sotware or setting????? | |
how to delete line number 3 or any line of my csv file ????????????????? like test.csv 1.jhon 2.sarah 3.ricky //delete this row of csv 4.martin | |
hi i want to delete line from my csv file after echo or process this line can any one help???????????? thanks in advance!!!!! here is my code [CODE]$fp = fopen('surInput.csv','r') or die("can't open file"); while($csv_line = fgetcsv($fp,1024)) { for ($col = 0, $j = count($csv_line); $col < $j; $col++) { … | |
Re: Network Protocol Analyzer(Also For p2p Traffic) is Good option | |
Re: in form2.cs public Form2() { InitializeComponent(); } public Form2(string s) { InitializeComponent(); textBox1.Text = s; } in form1.cs Form2 f = new Form2(textBox1.Text); f.Show(); | |
Re: this.refresh(); or this.update(); | |
Re: i think you are missing initial or main entry function | |
Re: 1st table empTb>>depno(FK) 2nd table deptTb>>depno(PK) select e.empId,e.empName,e.depno,d.depName from empTb e,deptTb d where e.depno=d.depno; | |
Re: i think my basic xml retrieving data tutorial help you 1st make studentdb.xml file and copy paste above code <?xml version="1.0" encoding="utf-8"?> <students> <student> <roll>01</roll> <name>hassan</name> </student> <student> <roll>02</roll> <name>mani</name> </student> <student> <roll>03</roll> <name>waqas</name> </student> <junierstudent> <name>AHMAD</name> <roll>200</roll> </junierstudent> </students> then retrive data from c# with following codes XmlDocument doc … | |
Re: Dear i think my following tutorial help you!!!!! for insert or write data into access database int save = 0; try { string connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=AccessDatabaseName.mdb"; OleDbConnection conn = new OleDbConnection(connstr); conn.Open(); if (textBox1.Text !="" && textBox2.Text !="" && textBox3.Text !="" && textBox4.Text !="" && textBox5.Text !="" && textBox6.Text … | |
Re: Dear this is my Basic Tutorial to customize `messagebox.show()` DialogResult dr=MessageBox.Show("hello hassan", "name", MessageBoxButtons.YesNo,MessageBoxIcon.Error); if (dr==DialogResult.Yes) { MessageBox.Show("yes"); } else MessageBox.Show("no"); | |
Re: > `CURD(create,update,select(read),delete)` sql server 1 post tutorial it will must help you dear this is basic examples for check user and pass from sql server database and also has CURD select: String Password=null; String query_string = @"Data Source=.\SQLEXPRESS;AttachDbFilename=""|DataDirectory|\myDatabase.mdf"";Integrated Security=True;User Instance=True;"; SqlConnection conn = new SqlConnection(query_string); conn.Open(); string sql="select Password from … | |
Re: use ExecuteScalar it return only one cell value i.e object obj=cmd.ExecuteScalar(); int quantity=int.parse(obj); | |
Re: what u want to open asp page in iis with programing??? | |
Re: Dear Split take only one character as a input but u put both use Split(">"); or Split("<"); if Again not understand then write any example or problem i will solve for u | |
![]() | Re: >1st 10 mean 10Mbps,,,,,,base mean baseband,,,,,,,,,last T mean twisted pair DataRate of wire,,,,,,,,,Type of transmission,,,,,,,,Type of wire Extra: Baseband: 1)Uses digital signalling 2)No frequency-division multiplexing 3)Bi-directional transmission 4)Signal travels over short distances Broadband: 1)Uses analog signalling 2)Unidirectional transmission 3)Frequency-division multiplexing is possible 4)Signal can travel over long distances before being … |
Re: Check this code i hope its solve your problem [CODE] private void button1_Click(object sender, EventArgs e) { textBox1.AppendText("I Love Allah!"); } private void button2_Click(object sender, EventArgs e) { textBox1.AppendText("I Love Islam!"); }[/CODE] | |
Re: 1st Read بسم الله الرحمن الرحيم then go to http://www.c-sharpcorner.com/ for C# journey and also Download E-Book Name Beginning of C# by Detail and Detail | |
Re: thxs @sandeepani its right code but i use like this [CODE]int yLoc = 30; for (int i = 0; i < 10; i++) { Label l1 = new Label(); l1.Name = "label" + i.ToString(); l1.Text = "love islam"; l1.Location = new Point(31,yLoc); this.Controls.Add(l1); yLoc += 20; }[/CODE] |
The End.