Click here to Skip to main content
15,901,505 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DLL Pin
Dave Kreskowiak12-Sep-06 2:06
mveDave Kreskowiak12-Sep-06 2:06 
Questiondelegates Pin
vidyashankar11-Sep-06 20:57
vidyashankar11-Sep-06 20:57 
AnswerRe: delegates Pin
Christian Graus11-Sep-06 22:03
protectorChristian Graus11-Sep-06 22:03 
QuestionNTFS FILE EXTENTIONS IN VB.NET 1.1 Pin
sandeep_thakur11-Sep-06 19:11
sandeep_thakur11-Sep-06 19:11 
AnswerRe: NTFS FILE EXTENTIONS IN VB.NET 1.1 Pin
Dave Kreskowiak12-Sep-06 2:04
mveDave Kreskowiak12-Sep-06 2:04 
QuestionListView Checkbox Pin
ChrisDPilot11-Sep-06 19:02
ChrisDPilot11-Sep-06 19:02 
AnswerRe: ListView Checkbox Pin
Amit Kumar Chikara11-Sep-06 20:40
Amit Kumar Chikara11-Sep-06 20:40 
QuestionDeclaring a constructor [modified] Pin
Jon Sagara11-Sep-06 9:05
Jon Sagara11-Sep-06 9:05 
Is there a VB.NET equivalent syntax to this C# code?

public class FooBase
{
   public FooBase ()
   {
      // do something
   }
}

public class Foo : FooBase
{
   public Foo () : base ()  // Is there an equivalent?
   {
      // do something
   }
}


Edit: So there's MyBase.New(), but is that it?

Jon Sagara
When I grow up, I'm changing my name to Joe Kickass!
My Site | My Blog | My Articles

AnswerRe: Declaring a constructor Pin
Dave Kreskowiak11-Sep-06 12:31
mveDave Kreskowiak11-Sep-06 12:31 
GeneralRe: Declaring a constructor Pin
Jon Sagara11-Sep-06 12:55
Jon Sagara11-Sep-06 12:55 
Questionmy program runs on local machine but not on network drives Pin
pnpfriend11-Sep-06 8:48
pnpfriend11-Sep-06 8:48 
AnswerRe: my program runs on local machine but not on network drives Pin
Dave Kreskowiak11-Sep-06 12:27
mveDave Kreskowiak11-Sep-06 12:27 
Questiondatagrid and text files Pin
Silver-Grey11-Sep-06 6:54
Silver-Grey11-Sep-06 6:54 
AnswerRe: datagrid and text files Pin
Dave Kreskowiak11-Sep-06 12:33
mveDave Kreskowiak11-Sep-06 12:33 
GeneralRe: datagrid and text files Pin
Silver-Grey12-Sep-06 3:58
Silver-Grey12-Sep-06 3:58 
GeneralRe: datagrid and text files Pin
Dave Kreskowiak12-Sep-06 6:45
mveDave Kreskowiak12-Sep-06 6:45 
GeneralRe: datagrid and text files Pin
Silver-Grey12-Sep-06 7:05
Silver-Grey12-Sep-06 7:05 
GeneralRe: datagrid and text files Pin
Dave Kreskowiak12-Sep-06 8:13
mveDave Kreskowiak12-Sep-06 8:13 
GeneralRe: datagrid and text files Pin
Silver-Grey12-Sep-06 9:33
Silver-Grey12-Sep-06 9:33 
QuestionConvert a string into byte array Pin
Will888888811-Sep-06 4:53
Will888888811-Sep-06 4:53 
AnswerRe: Convert a string into byte array Pin
Guffa11-Sep-06 7:15
Guffa11-Sep-06 7:15 
GeneralRe: Convert a string into byte array Pin
Will888888811-Sep-06 7:36
Will888888811-Sep-06 7:36 
AnswerRe: Convert a string into byte array Pin
Guffa11-Sep-06 8:16
Guffa11-Sep-06 8:16 
AnswerRe: Convert a string into byte array Pin
AlexeiXX311-Sep-06 9:02
AlexeiXX311-Sep-06 9:02 
QuestionDirectX Programming with .Net Pin
kannan m11-Sep-06 3:30
kannan m11-Sep-06 3:30 

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.