Click here to Skip to main content
15,887,386 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB.Net(ByVal sender As System.Object) Pin
Christian Graus11-Jun-07 1:35
protectorChristian Graus11-Jun-07 1:35 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Aman.Jen11-Jun-07 1:57
Aman.Jen11-Jun-07 1:57 
GeneralRe: VB.Net(ByVal sender As System.Object) Pin
Tom Wright11-Jun-07 7:13
Tom Wright11-Jun-07 7:13 
QuestionAdding items to the listview Pin
chakor12311-Jun-07 0:34
chakor12311-Jun-07 0:34 
AnswerRe: Adding items to the listview Pin
originSH11-Jun-07 0:43
originSH11-Jun-07 0:43 
AnswerRe: Adding items to the listview Pin
koolprasad200311-Jun-07 0:50
professionalkoolprasad200311-Jun-07 0:50 
AnswerRe: Adding items to the listview Pin
chakor12311-Jun-07 1:12
chakor12311-Jun-07 1:12 
QuestionModule problem Pin
ayeleteric10-Jun-07 23:50
ayeleteric10-Jun-07 23:50 
Hi,

In my application I have:
1 MDI (MDIParent1)
2 Forms (frm1 and frm2)
1 Module (module1)

In MDIParent1 I have the foolowing code:

Sub New()

InitializeComponent()

Dim f1 As New frm1: f1.MdiParent = Me : f1.Close()
Dim f2 As New frm2: f2.MdiParent = Me : f2.Close()
end sub

I would like to init module1 too like I done for frm1 and frm2 because when
I am calling a function that is in the module I get an error:

"The type initializer for 'ApplicationName.Module1' threw an exception."

In addition (in the add watch during debug):
"reference to a non-shared member requires an object"

Please help

Eric H.

QuestionI need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd10-Jun-07 22:45
professionalVimalsoft(Pty) Ltd10-Jun-07 22:45 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Harini N K10-Jun-07 23:49
Harini N K10-Jun-07 23:49 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:19
professionalVimalsoft(Pty) Ltd11-Jun-07 1:19 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Christian Graus11-Jun-07 0:23
protectorChristian Graus11-Jun-07 0:23 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:12
professionalVimalsoft(Pty) Ltd11-Jun-07 1:12 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Christian Graus11-Jun-07 1:37
protectorChristian Graus11-Jun-07 1:37 
AnswerRe: I need a Site where i Can Download free E-books for Vb.Net Pin
koolprasad200311-Jun-07 1:27
professionalkoolprasad200311-Jun-07 1:27 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Vimalsoft(Pty) Ltd11-Jun-07 1:33
professionalVimalsoft(Pty) Ltd11-Jun-07 1:33 
GeneralRe: I need a Site where i Can Download free E-books for Vb.Net Pin
Sathesh Sakthivel11-Jun-07 2:42
Sathesh Sakthivel11-Jun-07 2:42 
QuestionUnable to add record Pin
raaman10-Jun-07 21:30
raaman10-Jun-07 21:30 
AnswerRe: Unable to add record Pin
Vimalsoft(Pty) Ltd10-Jun-07 21:46
professionalVimalsoft(Pty) Ltd10-Jun-07 21:46 
AnswerRe: Unable to add record Pin
shreya12313-Jun-07 18:09
shreya12313-Jun-07 18:09 
GeneralRe: Unable to add record Pin
raaman14-Jun-07 1:24
raaman14-Jun-07 1:24 
GeneralRe: Unable to add record Pin
raaman14-Jun-07 1:25
raaman14-Jun-07 1:25 
Question[Message Deleted] Pin
d_smit10-Jun-07 21:29
d_smit10-Jun-07 21:29 
AnswerRe: urgent Pin
Steven J Jowett10-Jun-07 21:36
Steven J Jowett10-Jun-07 21:36 
AnswerRe: urgent Pin
Christian Graus11-Jun-07 0:24
protectorChristian Graus11-Jun-07 0:24 

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.