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

Visual Basic

 
QuestionProgrammatically find some information about sql server Pin
satc15-Aug-15 4:43
satc15-Aug-15 4:43 
AnswerRe: Programmatically find some information about sql server Pin
Wendelius15-Aug-15 5:05
mentorWendelius15-Aug-15 5:05 
GeneralRe: Programmatically find some information about sql server Pin
satc15-Aug-15 5:10
satc15-Aug-15 5:10 
GeneralRe: Programmatically find some information about sql server Pin
Wendelius15-Aug-15 5:59
mentorWendelius15-Aug-15 5:59 
Questioncreating reports in vb.net Pin
UnDeesputed15-Aug-15 1:24
UnDeesputed15-Aug-15 1:24 
AnswerRe: creating reports in vb.net Pin
Dave Kreskowiak15-Aug-15 4:05
mveDave Kreskowiak15-Aug-15 4:05 
AnswerRe: creating reports in vb.net Pin
Cimak66630-Aug-15 5:51
Cimak66630-Aug-15 5:51 
QuestionReflection question Pin
econy14-Aug-15 17:03
econy14-Aug-15 17:03 
I try to use reflection to get a list of member fields in a form class.

Public Class BaseForm
    Inherits System.Windows.Forms.Form
  ......
    Friend WithEvents MnuBaseFile As System.Windows.Forms.MenuItem
    Friend WithEvents MnuBaseWindow As System.Windows.Forms.MenuItem
    Friend WithEvents MnuBaseFileExit As System.Windows.Forms.MenuItem
    Friend WithEvents BaseFormTimer As System.Timers.Timer
    Friend WithEvents MenuMainSeparator1 As System.Windows.Forms.MenuItem
    Friend WithEvents HelpProvider As System.Windows.Forms.HelpProvider
  
  .....
   Dim fi As System.Reflection.FieldInfo() =     My.Forms.BaseForm.GetType().GetFields()


But I failed, the length of fi is zero, the fi is empty array.
AnswerRe: Reflection question Pin
Wendelius14-Aug-15 19:01
mentorWendelius14-Aug-15 19:01 
GeneralRe: Reflection question Pin
econy14-Aug-15 23:50
econy14-Aug-15 23:50 
GeneralRe: Reflection question Pin
Wendelius15-Aug-15 0:54
mentorWendelius15-Aug-15 0:54 
Questionencryption and decryption Pin
Member 1190959114-Aug-15 4:12
Member 1190959114-Aug-15 4:12 
SuggestionRe: encryption and decryption Pin
Richard Deeming14-Aug-15 4:41
mveRichard Deeming14-Aug-15 4:41 
QuestionRe: encryption and decryption Pin
Richard MacCutchan14-Aug-15 20:53
mveRichard MacCutchan14-Aug-15 20:53 
QuestionVS 2010 Combobox Not Populating Access Dropdown List Data Pin
VSForEver13-Aug-15 19:32
VSForEver13-Aug-15 19:32 
QuestionRe: VS 2010 Combobox Not Populating Access Dropdown List Data Pin
Paul Conrad7-Sep-15 7:25
professionalPaul Conrad7-Sep-15 7:25 
QuestionEntity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 5:37
satc12-Aug-15 5:37 
AnswerRe: Entity framework connection string on SQL server and on SQL server Express Pin
Wendelius12-Aug-15 6:00
mentorWendelius12-Aug-15 6:00 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 6:40
satc12-Aug-15 6:40 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
Wendelius12-Aug-15 7:01
mentorWendelius12-Aug-15 7:01 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
satc12-Aug-15 10:52
satc12-Aug-15 10:52 
GeneralRe: Entity framework connection string on SQL server and on SQL server Express Pin
Wendelius12-Aug-15 11:04
mentorWendelius12-Aug-15 11:04 
QuestionSQL server :Compressed string occupy more space than original string Pin
satc11-Aug-15 4:36
satc11-Aug-15 4:36 
AnswerRe: SQL server :Compressed string occupy more space than original string Pin
Richard MacCutchan11-Aug-15 5:37
mveRichard MacCutchan11-Aug-15 5:37 
GeneralRe: SQL server :Compressed string occupy more space than original string Pin
satc11-Aug-15 6:25
satc11-Aug-15 6:25 

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.