Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #2K
~3K People Reached
About Me

.net pro developer

2 yrs Experience In Datapro3x.

Windows & Web App Architect

Interests
Cricket Facebook Chat
PC Specs
All Windows Client & Servers
Favorite Tags

16 Posted Topics

Member Avatar for phorce

[CODE] if (File.Exists("index.htm")) { string data = File.ReadAllText("index.htm"); string newdata = data.Replace("var text=", "var text=Hello world, this is C#"); File.WriteAllText("index.htm", newdata); }[/CODE]

Member Avatar for thines01
0
127
Member Avatar for P.manidas

Simply UNBLOCK THE PORT 80 Using Your Windows Firewall. (Allow Incoming Connections) Then Enjoy Your Site In Intranet

Member Avatar for P.manidas
0
360
Member Avatar for Andy90

Hey Just Use a static int & a timer.. It's Just toooooo Simple ... Make Sure u enable the timer , I have also attached the Application ZIP (If u need) Form1 ------ [CODE] public static int trackbarvalue = 100; public Form1() { InitializeComponent(); } private void trackBar1_ValueChanged(object sender, EventArgs …

Member Avatar for ChrisHunter
0
153
Member Avatar for trinetra31

Have Wav Files Near The EXE File With Names "1.wav", 2.wav ... Please Check the Attached zip added for reference.. [CODE]using System; using System.IO; using System.Media; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } SoundPlayer sp = new SoundPlayer(); private void …

Member Avatar for trinetra31
0
185
Member Avatar for weeraa

First Of Go SQL SERVER CONFIGURATION MANAGER In The PC Where SQL Server Is INSTALLED. THEN AS IT'S A EXPRESS EDITION , TCP IP WILL BE DIASBLED, YOU MUST ENABLE IT. THEN USING THE WINDOWS FIREWALL , UNBLOCK PORT 1433 FOR INCOMING CONNECTIONS. ASSIGN A STATIC IP : 10.20.30.40 in …

Member Avatar for breakfast
0
156
Member Avatar for geoamins2

First Of Go SQL SERVER CONFIGURATION MANAGER In The PC Where SQL Server Is INSTALLED. THEN AS IT'S A EXPRESS EDITION , TCP IP WILL BE DIASBLED, YOU MUST ENABLE IT. THEN USING THE WINDOWS FIREWALL , UNBLOCK PORT 1433 FOR INCOMING CONNECTIONS. ASSIGN A STATIC IP : 10.20.30.40 in …

Member Avatar for geoamins2
0
323
Member Avatar for superjj

Simple Use Static Keyword ex :// //Form1 [CODE] class form1 { public static string mydata=""; public void buttonclick(sendr,e) { mydata="Hello"; } } //settingsform MessageBox.Show(form1.mydata); [/CODE]

Member Avatar for Philippe.Lahaie
0
300
Member Avatar for Shillz

FOR SIMPLY CONNECTING To ANOTHER SITE, Use [CODE] Server.Tranfer("http://sdsd.jk"); OR Response.Redirect("http://io.sdhd.jk",true); [/CODE]

Member Avatar for Pri Bhowmik
0
420
Member Avatar for compulove

After Clicking Submit Button [CODE] using System.Net.Mail; string datatosend= " Name : "+textBox1.Text+"\n Age :"+textBox2.Text; SmtpClient c = new SmtpClient(); c.DeliveryMethod = SmtpDeliveryMethod.Network; c.Host = "localhost";//Or Your SMTP Server's Host IP c.Port = 25; MailAddress from = new MailAddress("your_mail_box@user.com"); MailAddress to = new MailAddress("address_given_by_user@user.com"); MailMessage mymessage = new MailMessage(from, to); …

Member Avatar for Pri Bhowmik
0
230
Member Avatar for galhajaj

Absolutely This Is The The Easiest & Best Tool To Make Games For XBOX. But Only XNA Will Not Do It.. . More & Good Knowledge Of C++ Will Be Helpful Xbox Development Kit and XNA Game Studio Are The DEV Tools & Many More Can Be Downloaded From THE …

Member Avatar for thines01
0
111
Member Avatar for madhan

Ya, Simple.. First Turn OFF UAC & Restart Your PC... Then.... The Code WIll also check for read only & make the file normal. if(File.Exists("C:\employee11.xml")) { File.SetAttributes("C:\employee11.xml", FileAttributes.Normal); } File.WriteAllText("C:\employee11.xml","<book></book>");

Member Avatar for thines01
0
132
Member Avatar for danielkull

What Can Be Better Than WINDOWS AZURE. This is at the lowest price & includes super configuartions for PHP. PHP is now officially supported as a language for developing applications that can run on Windows Azure, Microsoft's cloud operating system

Member Avatar for Pri Bhowmik
0
156
Member Avatar for weeraa

SIMPLY INSTALL SQL EXPRESS & MANAGEMENT TOOLS ... THEN USING THE IMPORT EXPORT TOOL , COPY THE ACCESS DATABASE TO SQL DATABASE(MDF) File.

Member Avatar for Pri Bhowmik
0
108
Member Avatar for saideepak89

OK I THINK IF YOU HAVE INSTALLED A THIRD PARTY SMTP SERVER, IS THE FIREWALL CONFIGURED TO ALLOW THE APP ON PORT 25. IF NOT OPEN PORT OR USE QK SMTP Server - THE BEST ON WINDOWS (LIGHT WEIGHT)

Member Avatar for Pri Bhowmik
0
86
Member Avatar for judithSampathwa

Simple Buddy... Just Use SQL SERVER Configuration Manager & Have TCP IP Enabled For The Server Instance , Then Open INCOMING For The Port 1433 Or Any Other The Port You Selected In The Manager Using Windows Firewall. Then The Connection String : server=10.20.30.40,1433;database=myb;user=sa;pwd=*** Use This In All Your PCs …

Member Avatar for Pri Bhowmik
0
376
Member Avatar for jmurph333

You have to set the location of the pic box... Ex : Point mypoint=new Point(x,y); picbox1.Location=mypoint; Here x & y are integers that you adjust. Call Me at [phone number removed].. If Any More Query...

Member Avatar for ChrisHunter
0
103

The End.