It is a copy + paste bunch of script lines gathered from a Navicat window (select and copy). By looking into cq_action, you'll see what each number stands for (id, idnext, idnextfail, type, data, param). If you cannot even put the right numbers into the right place, you do not deserve to run a conquer online server, never!
at&t syntax 09/21/2011 - General Coding - 8 Replies hmmm... ich wusste zwar dass die at&t syntax (meiner meinung nach) nichts schönes is.... aber is die so anders?
__asm("mov eax, fs:");
__asm("mov eax, ");
__asm("mov edx, eax");
__asm("add eax, 0xeeeeeeee"); // platzhalter!
__asm("push eax");
hier bekomm ich fehler für: mov eax, - too many memory references for 'mov' | invalid char ''
Syntax? 02/14/2011 - AutoIt - 26 Replies Hey Leute,
gibt es in diesem Programm, rein syntaktisch gesehen irgendwelche Fehler, weil Imagesearch, keins der Bilder identifizieren kann?
Dim $myPics
$myPics = 14
$myPics = '1.bmp'
$myPics = '2.bmp'
$myPics = '3.bmp'
$myPics = '4.bmp'
$myPics = '5.bmp'
[HELP] C# WPF syntax 12/23/2010 - CO2 Programming - 14 Replies Does anyone knows how to convert or what's the right syntax on this C# form application syntax?
webBrowser1.Document.GetElementById("name&quo t;).SetAttribute("value", textBox2.Text);
webBrowser1.Document.GetElementById("message& quot;).SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("sumbit&q uot;).InvokeMember("click");
i'm having error on "GetElementById" :S just confused.