Click here to Skip to main content
15,896,726 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Coordinate System Pin
Paul Conrad17-Jul-07 13:06
professionalPaul Conrad17-Jul-07 13:06 
Questionparadox files Pin
jds120717-Jul-07 4:33
jds120717-Jul-07 4:33 
AnswerRe: paradox files Pin
_Damian S_17-Jul-07 13:46
professional_Damian S_17-Jul-07 13:46 
GeneralRe: paradox files Pin
jds120718-Jul-07 3:26
jds120718-Jul-07 3:26 
GeneralRe: paradox files Pin
_Damian S_18-Jul-07 14:16
professional_Damian S_18-Jul-07 14:16 
QuestionOutputting file from Selected Listview Subitem Pin
uneasyrider17-Jul-07 4:28
uneasyrider17-Jul-07 4:28 
AnswerRe: Outputting file from Selected Listview Subitem Pin
uneasyrider17-Jul-07 4:50
uneasyrider17-Jul-07 4:50 
QuestionMy structure don't work!!!! Pin
BThunder17-Jul-07 4:24
BThunder17-Jul-07 4:24 
Hi, I need some help with my structure, I always get this error:

Exception System.NullReferenceException was thrown in debuggee:
Object reference not set to an instance of an object.

And this is the structure and how I'm using it.

Public Class Form1<br />
......<br />
Public Structure ECU_St<br />
	Public ID_HS As Integer<br />
    	Public CB As String<br />
    	Public C0 As String<br />
    	Public C1 As String<br />
    	Public C2 As String<br />
    	Public C3 As String<br />
    	Public C4 As String<br />
    	Public C5 As String<br />
    	Public C6 As String<br />
    	Public C7 As String<br />
    	Public C8 As String<br />
    	Public C9 As String<br />
    	Public CA As String<br />
    	Public PN41 As String<br />
	End Structure<br />
.........<br />
    Sub ToolStripButton7Click(ByVal sender As Object, ByVal e As EventArgs)<br />
        Dim PN As String<br />
    	Dim HSECU() As ECU_St<br />
        Dim i As Integer<br />
................<br />
        i = 0<br />
        HSECU(i).CB = PN<br />
        i = i + 1


I don't know what else to try, always I get the same error, anyone can help me? Thank you!!!Sigh | :sigh: Sigh | :sigh: Sigh | :sigh:
AnswerRe: My structure don't work!!!! Pin
Dave Kreskowiak17-Jul-07 4:43
mveDave Kreskowiak17-Jul-07 4:43 
GeneralRe: My structure don't work!!!! Pin
BThunder17-Jul-07 4:49
BThunder17-Jul-07 4:49 
GeneralRe: My structure don't work!!!! Pin
BThunder17-Jul-07 7:35
BThunder17-Jul-07 7:35 
GeneralRe: My structure don't work!!!! Pin
Dave Kreskowiak17-Jul-07 8:30
mveDave Kreskowiak17-Jul-07 8:30 
Questionaccess function on form [modified] Pin
Tom Deketelaere17-Jul-07 4:23
professionalTom Deketelaere17-Jul-07 4:23 
AnswerRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:28
mveDave Kreskowiak17-Jul-07 4:28 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:32
professionalTom Deketelaere17-Jul-07 4:32 
GeneralRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:33
mveDave Kreskowiak17-Jul-07 4:33 
AnswerRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:32
mveDave Kreskowiak17-Jul-07 4:32 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:35
professionalTom Deketelaere17-Jul-07 4:35 
GeneralRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:49
mveDave Kreskowiak17-Jul-07 4:49 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:56
professionalTom Deketelaere17-Jul-07 4:56 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 5:03
professionalTom Deketelaere17-Jul-07 5:03 
QuestionAudio File (Wave file) Splitting & Merging in Vb .Net Pin
amiashu17-Jul-07 2:55
amiashu17-Jul-07 2:55 
QuestionHow to control my Application to use not more then 10 % of CPU Pin
Rizwan Bashir17-Jul-07 2:02
Rizwan Bashir17-Jul-07 2:02 
AnswerRe: How to control my Application to use not more then 10 % of CPU Pin
Luc Pattyn17-Jul-07 3:18
sitebuilderLuc Pattyn17-Jul-07 3:18 
Questionalphabetical order Pin
VB.NET_learner17-Jul-07 1:51
VB.NET_learner17-Jul-07 1:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.