Click here to Skip to main content
15,895,423 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Loading VB Form Via String Variable Pin
Luc Pattyn21-Nov-11 4:24
sitebuilderLuc Pattyn21-Nov-11 4:24 
QuestionNegative Number Pin
internetuser2k1120-Nov-11 20:53
internetuser2k1120-Nov-11 20:53 
AnswerRe: Negative Number Pin
Andy_L_J20-Nov-11 22:52
Andy_L_J20-Nov-11 22:52 
GeneralRe: Negative Number Pin
internetuser2k1121-Nov-11 4:25
internetuser2k1121-Nov-11 4:25 
AnswerRepost Pin
Luc Pattyn21-Nov-11 4:36
sitebuilderLuc Pattyn21-Nov-11 4:36 
Questionhow to declare on entity framework? Pin
alejx20-Nov-11 15:46
alejx20-Nov-11 15:46 
AnswerRe: how to declare on entity framework? Pin
Framework .l.20-Nov-11 17:41
Framework .l.20-Nov-11 17:41 
AnswerRe: how to declare on entity framework? Pin
Simon_Whale20-Nov-11 22:46
Simon_Whale20-Nov-11 22:46 
You have many ways to consume the results but, which is best depends on what you are after doing with the results.

I would look into

1.
dim Query as IEnumerable(of t)

Ienumerable(of t)[^]

2.
dim Query as List(of t)

List(of t)[^]

3.
dim Query

But this one you already know about
Lobster Thermidor aux crevettes with a Mornay sauce, served in a Provençale manner with shallots and aubergines, garnished with truffle pate, brandy and a fried egg on top and Spam - Monty Python Spam Sketch

GeneralRe: how to declare on entity framework? Pin
alejx21-Nov-11 1:48
alejx21-Nov-11 1:48 
GeneralRe: how to declare on entity framework? Pin
Simon_Whale21-Nov-11 2:04
Simon_Whale21-Nov-11 2:04 
GeneralRe: how to declare on entity framework? Pin
alejx21-Nov-11 2:09
alejx21-Nov-11 2:09 
GeneralRe: how to declare on entity framework? Pin
Simon_Whale21-Nov-11 2:23
Simon_Whale21-Nov-11 2:23 
GeneralRe: how to declare on entity framework? Pin
alejx21-Nov-11 2:37
alejx21-Nov-11 2:37 
GeneralRe: how to declare on entity framework? Pin
Simon_Whale21-Nov-11 2:49
Simon_Whale21-Nov-11 2:49 
General[VB.NET 2008] Using ICSharpCode.SharpZipLib? Pin
Skyware20-Nov-11 6:41
Skyware20-Nov-11 6:41 
GeneralRe: [VB.NET 2008] Using ICSharpCode.SharpZipLib? Pin
Skyware25-Nov-11 11:22
Skyware25-Nov-11 11:22 
Question1 button working with focus tabs in tabcontrol Pin
njtd20-Nov-11 1:46
njtd20-Nov-11 1:46 
AnswerRe: 1 button working with focus tabs in tabcontrol Pin
DaveAuld20-Nov-11 4:29
professionalDaveAuld20-Nov-11 4:29 
GeneralRe: 1 button working with focus tabs in tabcontrol Pin
njtd20-Nov-11 6:10
njtd20-Nov-11 6:10 
GeneralRe: 1 button working with focus tabs in tabcontrol Pin
DaveAuld20-Nov-11 7:22
professionalDaveAuld20-Nov-11 7:22 
QuestionRadian to Degrees Pin
internetuser2k1120-Nov-11 1:32
internetuser2k1120-Nov-11 1:32 
AnswerRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 3:29
professionalWayne Gaylard20-Nov-11 3:29 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 18:23
internetuser2k1120-Nov-11 18:23 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 18:29
internetuser2k1120-Nov-11 18:29 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 18:40
professionalWayne Gaylard20-Nov-11 18:40 

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.