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

Visual Basic

 
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 
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 
without knowing what you are going to do with the results. I would start with using the list(of t) where t is your table name.

I.E

VB
dim Query1 = (From t1 in context.mytable where conditions1 select t)
dim List1 as list(of mytable) = (from t1 in Query1 where conditions2 select t1).toList

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 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 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 19:22
internetuser2k1120-Nov-11 19:22 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 19:48
professionalWayne Gaylard20-Nov-11 19:48 

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.