944,039 Members | Top Members by Rank

Ad:
Aug 14th, 2005
0

What does this error mean

Expand Post »
see the attchment. i made a program C# that when click on icon it showed me a reminder than launched bf2
Attached Thumbnails
Click image for larger version

Name:	untitled.bmp
Views:	16
Size:	285.1 KB
ID:	1321  
Similar Threads
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005
Aug 14th, 2005
0

Re: What does this error mean

i need to do this the reminder is telling me to turn off one of my firewalls that blocks it. but i dont know if it will work. any idea would be helpful




p.s should this be in the C# section?
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005
Aug 14th, 2005
0

Re: What does this error mean

BUMP



this is my code:


using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;

namespace WindowsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
           
        }

        private void radioButton1_CheckedChanged(object sender, EventArgs e)
        {
            
        }

        private void button1_Click(object sender, EventArgs e)
        {
            System.Diagnostics.Process.Start("C:\\Program Files\\EA GAMES\\Battlefield 2\\BF2.exe");
            this.Close();
        }
    }
}
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005
Aug 14th, 2005
0

Re: What does this error mean

guess none no's
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005
Aug 17th, 2005
0

Re: What does this error mean

The program may not have been written correctly, check it for mistakes.

But, what kind of program is it? Knowing that would help me comprehend the problem better .
Reputation Points: 10
Solved Threads: 0
Newbie Poster
peachpop333 is offline Offline
3 posts
since Jul 2005
Aug 17th, 2005
0

Re: What does this error mean

it is a program that is disquised as the battlefield 2 icon when i click it a form pops up telling me to turn off the firewall. (it somthime bloacks the game) then i click the button the says ok on the form and it opens BF2
Team Colleague
Reputation Points: 84
Solved Threads: 99
<Insert title here>
tayspen is offline Offline
1,542 posts
since Jul 2005
Aug 5th, 2006
0

Re: What does this error mean

i play battlefield 2 all the time, your problem is it didnt install correctly uninstall it and reinstall it.
Reputation Points: 10
Solved Threads: 1
Light Poster
Maggot is offline Offline
26 posts
since Aug 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Windows NT / 2000 / XP Forum Timeline: Problems after installing SP2
Next Thread in Windows NT / 2000 / XP Forum Timeline: error 58





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC