Register for your free account! | Forgot your password?

You last visited: Today at 23:31

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



VB.net Error

Discussion on VB.net Error within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
Eclipse-GaminG's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 13
Received Thanks: 17
VB.net Error

Hey guys im not sure if this is the right section to post this but since its sorta related to eo i posted it here.

I'm trying to create an admin panel through Visual Studio, im sorta new to this so I don't know everything and was wondering if anyone could help me out with the following error.

When I try to run the program where it says System.Byte[] it should show the character names but it shows that instead, if i change that to something else which would show for e.g. lookfaces, it works fine.
Attached Images
File Type: jpg error.jpg (12.2 KB, 20 views)
Eclipse-GaminG is offline  
Old 02/08/2012, 20:17   #2
 
Eurion's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 1,208
Received Thanks: 926
I've moved this to the .net coding section. You will find more help here than in the Eo section.
Eurion is offline  
Thanks
1 User
Old 02/08/2012, 21:25   #3
 
Kraizy​'s Avatar
 
elite*gold: 0
The Black Market: 471/0/0
Join Date: Apr 2010
Posts: 9,696
Received Thanks: 1,810
..your code?
Kraizy​ is offline  
Old 02/08/2012, 22:20   #4
 
elite*gold: 14
The Black Market: 108/0/1
Join Date: May 2011
Posts: 2,671
Received Thanks: 818
Shortly I would say you try to convert anything to byte[].
This won't work.
Use the Convert-Class instead.
vwap is offline  
Old 02/08/2012, 22:21   #5
 
Eclipse-GaminG's Avatar
 
elite*gold: 0
Join Date: Jan 2012
Posts: 13
Received Thanks: 17
Thanks but I solved the problem

I was using

Code:
             While data.Read

                    ListBox1.Items.Add(data(0).ToString)

                End While
And fixed it with the following code

Code:
                While data.Read

                    ListBox1.Items.Add(data.GetString(0))

                End While
Eclipse-GaminG is offline  
Reply


Similar Threads Similar Threads
[Error]Error when using Zero's method/And another Error
09/16/2011 - Shaiya Private Server - 5 Replies
well here is a screeny of my problem. Any assistance is greatly appreciated. I haven't come across this error before nor seen any posts up here about it. Also this is me executing the NpcQuest_cvs.bat and yes i changed python to C:/Python27/Python.exe in the command line. http://img707.imageshack.us/img707/9997/errorgx.p ng Ok So my second error involves changing Stat points per lvl here is my screen shots http://img854.imageshack.us/img854/6412/nosave.pn g



All times are GMT +2. The time now is 23:31.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.