Post: c# help
12-05-2015, 11:11 PM #1
Alccx
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); i have soo many errors with the rtm tool I've been working on. I've been trying to google the errors but i cant find the solution. Here's some of the code where the error is at:
    using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Alccx_s_RTM_Tool
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

Here's a screenshot of some of the errors: You must login or register to view this content.

Please help me. I'm not an experienced coder.
(adsbygoogle = window.adsbygoogle || []).push({});
12-05-2015, 11:37 PM #2
XxBlud23xX
< ^ > < ^ >
Skype : XxBlud-23xX I think I can help.
12-06-2015, 05:34 AM #3
Adrian
Adrian is back!
Originally posted by Alccx View Post
i have soo many errors with the rtm tool I've been working on. I've been trying to google the errors but i cant find the solution. Here's some of the code where the error is at:
    using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Alccx_s_RTM_Tool
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

Here's a screenshot of some of the errors: You must login or register to view this content.

Please help me. I'm not an experienced coder.


Has the issue been fixed?
12-06-2015, 05:09 PM #4
XxBlud23xX
< ^ > < ^ >
Originally posted by Saint
Has the issue been fixed?


He never added me...
12-06-2015, 05:20 PM #5
Feel free to add me. My Skype is robhrgs.
01-08-2016, 02:54 AM #6
i could help Smile lmk if you never finished it
01-08-2016, 03:59 AM #7
Blessings
Do a barrel roll!
Originally posted by Alccx View Post
i have soo many errors with the rtm tool I've been working on. I've been trying to google the errors but i cant find the solution. Here's some of the code where the error is at:
    using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace Alccx_s_RTM_Tool
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}

Here's a screenshot of some of the errors: You must login or register to view this content.

Please help me. I'm not an experienced coder.


Have you changed the design name of Form1 to something different? If so it would become Application.Run(new TheNewDesignNameHere());

As for the "GetBytes error": byte[] gibs = BitConverter.GetBytes(Convert.ToInt32(numericUpDown10.Value));
So basically it returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.
In this case it returns a 32-bit signed integer converted from the value of a numericUpDown10.value. Do remember this is just an example of the zombies "gibs" statistics updater...

Could you post a picture of the code error itself?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo