Click here to Skip to main content
15,891,951 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TimeDate..... Pin
Jamal Abdul Nasir22-May-08 20:45
Jamal Abdul Nasir22-May-08 20:45 
QuestionHow to handle the callback function of VBA in Excel? Pin
Bill9421-May-08 20:43
Bill9421-May-08 20:43 
AnswerRe: How to handle the callback function of VBA in Excel? Pin
DFPercush5-Apr-10 10:40
DFPercush5-Apr-10 10:40 
QuestionDate value... Pin
Jamal Abdul Nasir21-May-08 20:41
Jamal Abdul Nasir21-May-08 20:41 
AnswerRe: Date value... Pin
Ashfield21-May-08 21:23
Ashfield21-May-08 21:23 
QuestionDatabase Replication. Pin
kyng21-May-08 20:14
kyng21-May-08 20:14 
AnswerRe: Database Replication. Pin
Ashfield22-May-08 1:29
Ashfield22-May-08 1:29 
QuestionReflection code problem Pin
amistry_petlad21-May-08 11:08
amistry_petlad21-May-08 11:08 
Hi All,
I have the following code which i have type for getting the use of refection for button class,
But I got following error

Object reference not set to an instance of an object.

<br />
Public Class Form1<br />
<br />
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
        Dim pobjtype As Type<br />
        pobjtype = Nothing<br />
        Dim PobjObject As New Object<br />
        PobjObject = Nothing<br />
        Dim pobjButtons As New Windows.Forms.Button()<br />
        PobjObject = pobjButtons.GetType()<br />
       <big> For Each PobjObject In pobjtype.GetMembers //got error here </big><br />
            LstDisplay.Items.Add(PobjObject.ToString())<br />
        Next<br />
    End Sub<br />
End Class<br />
<br />


Thanks in advance,
amit
AnswerRe: Reflection code problem Pin
Guffa21-May-08 11:38
Guffa21-May-08 11:38 
QuestionRe: Reflection code problem Pin
amistry_petlad21-May-08 14:28
amistry_petlad21-May-08 14:28 
AnswerRe: Reflection code problem Pin
helelark12321-May-08 18:56
helelark12321-May-08 18:56 
QuestionTimer that will fire at 100-400kHz Pin
gengel21-May-08 10:33
gengel21-May-08 10:33 
AnswerRe: Timer that will fire at 100-400kHz Pin
gengel21-May-08 19:41
gengel21-May-08 19:41 
GeneralRe: Timer that will fire at 100-400kHz Pin
Michael Bisbjerg22-May-08 8:13
Michael Bisbjerg22-May-08 8:13 
QuestionHow to change the color of the currently selection in ContextMenuStrip ? Pin
ninkk21-May-08 8:48
ninkk21-May-08 8:48 
AnswerRe: How to change the color of the currently selection in ContextMenuStrip ? Pin
Mycroft Holmes21-May-08 17:24
professionalMycroft Holmes21-May-08 17:24 
GeneralRe: How to change the color of the currently selection in ContextMenuStrip ? Pin
ninkk22-May-08 1:02
ninkk22-May-08 1:02 
QuestionMd4 Hash Code Pin
sonia.sardana21-May-08 8:46
sonia.sardana21-May-08 8:46 
AnswerRe: Md4 Hash Code Pin
Christian Graus21-May-08 13:31
protectorChristian Graus21-May-08 13:31 
QuestionRe: Md4 Hash Code Pin
CPallini22-May-08 4:23
mveCPallini22-May-08 4:23 
QuestionMD4 Hash Code Pin
sonia198521-May-08 8:38
sonia198521-May-08 8:38 
AnswerRe: MD4 Hash Code Pin
Vasudevan Deepak Kumar22-May-08 3:26
Vasudevan Deepak Kumar22-May-08 3:26 
QuestionVB.NET List from SharePoint List Pin
djgott21-May-08 8:22
djgott21-May-08 8:22 
QuestionUsing JavaScript to Change Server-Side TextBox Pin
ftbadolato21-May-08 7:25
ftbadolato21-May-08 7:25 
AnswerRe: Using JavaScript to Change Server-Side TextBox Pin
ftbadolato21-May-08 7:26
ftbadolato21-May-08 7:26 

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.