Click here to Skip to main content
15,923,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Setup project in VIsaul Studio Pin
highjo3-Mar-08 5:54
highjo3-Mar-08 5:54 
QuestionWhy do I sometimes get OleDb.OleDbException or ConstraintException for the same operation? Pin
David Mujica2-Mar-08 9:24
David Mujica2-Mar-08 9:24 
AnswerRe: Why do I sometimes get OleDb.OleDbException or ConstraintException for the same operation? Pin
Dave Kreskowiak3-Mar-08 8:42
mveDave Kreskowiak3-Mar-08 8:42 
NewsNow I only get the ConstraintException error Pin
David Mujica4-Mar-08 3:49
David Mujica4-Mar-08 3:49 
GeneralExtracting Time Only From SQL EXPRESS Time UDT Using VB.NET Pin
AAGTHosting2-Mar-08 9:10
AAGTHosting2-Mar-08 9:10 
GeneralRe: Extracting Time Only From SQL EXPRESS Time UDT Using VB.NET Pin
pmarfleet2-Mar-08 9:22
pmarfleet2-Mar-08 9:22 
QuestionHow to disable Type inference for generic procedures ? Pin
Ky Nam2-Mar-08 6:25
Ky Nam2-Mar-08 6:25 
AnswerRe: How to disable Type inference for generic procedures ? Pin
Dave Kreskowiak3-Mar-08 4:03
mveDave Kreskowiak3-Mar-08 4:03 
You don't have a choice. Think of it this way... The compiler is going to automatically generate code specific to each type that uses this method. If you leave this setup the way it is, the method defined as ByVal def As Object will only be called when you pass something boxed in an Object type. Every other type will go to the generic version of the method.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralHelp File Pin
parth.p2-Mar-08 1:00
parth.p2-Mar-08 1:00 
GeneralRe: Help File Pin
Smithers-Jones2-Mar-08 1:54
Smithers-Jones2-Mar-08 1:54 
GeneralRe: Help File Pin
parth.p2-Mar-08 3:29
parth.p2-Mar-08 3:29 
GeneralRe: Help File Pin
highjo3-Mar-08 6:24
highjo3-Mar-08 6:24 
GeneralRe: Help File Pin
parth.p3-Mar-08 6:48
parth.p3-Mar-08 6:48 
Questiondynamic crystal report - Withour DSN - back end ORACLE - vb 6.0? Pin
sejal_tank1-Mar-08 19:50
sejal_tank1-Mar-08 19:50 
GeneralCrytal Reports Active X Designer - error Pin
Anoop Brijmohun1-Mar-08 19:24
Anoop Brijmohun1-Mar-08 19:24 
GeneralRe: Crytal Reports Active X Designer - error Pin
Mitesh Darji3-Mar-08 2:07
Mitesh Darji3-Mar-08 2:07 
GeneralRe: Crytal Reports Active X Designer - error Pin
Anoop Brijmohun3-Mar-08 2:14
Anoop Brijmohun3-Mar-08 2:14 
QuestionRe: Crytal Reports Active X Designer - error Pin
scaldwe26-Mar-08 9:31
scaldwe26-Mar-08 9:31 
AnswerRe: Crytal Reports Active X Designer - error Pin
Anoop Brijmohun26-Mar-08 20:00
Anoop Brijmohun26-Mar-08 20:00 
GeneralImplicit conversion error using option strict on Pin
AAGTHosting1-Mar-08 18:40
AAGTHosting1-Mar-08 18:40 
GeneralRe: Implicit conversion error using option strict on Pin
pmarfleet1-Mar-08 23:19
pmarfleet1-Mar-08 23:19 
GeneralRe: Implicit conversion error using option strict on Pin
Guffa2-Mar-08 1:00
Guffa2-Mar-08 1:00 
QuestionCoding nested Conditional Statements Pin
IvanIT1-Mar-08 15:59
IvanIT1-Mar-08 15:59 
GeneralRe: Coding nested Conditional Statements Pin
Dave Kreskowiak3-Mar-08 3:56
mveDave Kreskowiak3-Mar-08 3:56 
GeneralCombobox control Pin
manisghouri1-Mar-08 13:03
manisghouri1-Mar-08 13:03 

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.