Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
28% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
Ranked #2K

24 Posted Topics

Member Avatar for thp

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 …

Member Avatar for happygeek
0
3K
Member Avatar for papuccino1

or if picture in resources folder then //pictureBox1.Image = Properties.Resources.PictureName; i.e pictureBox1.Image = Properties.Resources.img3;

Member Avatar for NetJunkie
0
2K
Member Avatar for hassan12345

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

Member Avatar for sumoncse05
0
1K
Member Avatar for deraad

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 }

Member Avatar for cwarn23
0
185
Member Avatar for priyad2

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" …

Member Avatar for Zvjezdan23
3
4K
Member Avatar for hassan12345

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

Member Avatar for jingda
-1
205
Member Avatar for hassan12345

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

Member Avatar for vibhaJ
0
4K
Member Avatar for hassan12345

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++) { …

Member Avatar for hassan12345
0
374
Member Avatar for mayank143srk
Member Avatar for mcullam
-1
197
Member Avatar for destruct0

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();

Member Avatar for ashishkumar008
0
427
Member Avatar for destruct0
Member Avatar for inam2001
Member Avatar for sakurayana

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;

Member Avatar for hassan12345
0
135
Member Avatar for drake10k

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 …

Member Avatar for drake10k
0
781
Member Avatar for cgcgames

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 …

Member Avatar for hassan12345
0
98
Member Avatar for nolife

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");

Member Avatar for nick.crane
0
2K
Member Avatar for Nemo_NIIT

> `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 …

Member Avatar for hassan12345
0
241
Member Avatar for virusisfound

use ExecuteScalar it return only one cell value i.e object obj=cmd.ExecuteScalar(); int quantity=int.parse(obj);

Member Avatar for hassan12345
0
151
Member Avatar for gouravvishnoi
Member Avatar for normmy

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

Member Avatar for Geekitygeek
0
258
Member Avatar for engg_fahd

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

Member Avatar for hassan12345
0
4K
Member Avatar for MaiHunDown

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]

Member Avatar for hassan12345
0
126
Member Avatar for aliskov

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

Member Avatar for ddanbe
0
298
Member Avatar for spach79

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]

Member Avatar for hassan12345
0
122

The End.