- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
.net pro developer
2 yrs Experience In Datapro3x.
Windows & Web App Architect
- Interests
- Cricket Facebook Chat
- PC Specs
- All Windows Client & Servers
16 Posted Topics
Re: [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] | |
Re: Simply UNBLOCK THE PORT 80 Using Your Windows Firewall. (Allow Incoming Connections) Then Enjoy Your Site In Intranet | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: FOR SIMPLY CONNECTING To ANOTHER SITE, Use [CODE] Server.Tranfer("http://sdsd.jk"); OR Response.Redirect("http://io.sdhd.jk",true); [/CODE] | |
Re: 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); … | |
Re: 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 … | |
Re: 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>"); | |
Re: 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 | |
Re: SIMPLY INSTALL SQL EXPRESS & MANAGEMENT TOOLS ... THEN USING THE IMPORT EXPORT TOOL , COPY THE ACCESS DATABASE TO SQL DATABASE(MDF) File. | |
Re: 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) | |
Re: 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 … | |
Re: 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... |
The End.