Jump to content

Recommended Posts

Posted

joven, não há erro nenhum... 😄

Já agora, atenção à ortografia...

10 REM Generation 48K!
20 INPUT "URL:", A$
30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50
40 PRINT "404 Not Found"
50 PRINT "./M6 @ Portugal a Programar."

 

Posted

uhm parece confuso

no form tenho a listbox

na thred adiciona um item e depois adiciona outro caso os dados recebidos são válidos.

if (listBox1.Items.Count >= 10)
   listBox1.Items.RemoveAt(0);

listBox1.Items.Add(str);

a ideia era mostrar os ultimos 10 dados recebido.  ?

Posted
private void AddToListBox(string s)
{    
       Invoke(new MethodInvoker(delegate { listBox1.Items.Add(s); }));
}

przumo ke cheja isto k keres pra rezolber a exceçção.

fiz uh esforso pra escreber da merma froma k tú ...

não foi fácil!!!

I used to have a life ... but i bought a programmable machine in 1982 ...

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.