Click here to Skip to main content
15,886,736 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Build this as a separate project within the project Pin
jkirkerx7-Dec-15 11:59
professionaljkirkerx7-Dec-15 11:59 
GeneralRe: Build this as a separate project within the project Pin
Wombaticus7-Dec-15 12:08
Wombaticus7-Dec-15 12:08 
GeneralRe: Build this as a separate project within the project Pin
jkirkerx8-Dec-15 12:30
professionaljkirkerx8-Dec-15 12:30 
QuestionPrinting in Visual Studio 2015 Pin
DelboyKent5-Dec-15 5:29
DelboyKent5-Dec-15 5:29 
AnswerRe: Printing in Visual Studio 2015 Pin
Dave Kreskowiak5-Dec-15 6:35
mveDave Kreskowiak5-Dec-15 6:35 
Questionftp/tcp for Windows CE 5.0 Pin
tclacla4-Dec-15 10:27
tclacla4-Dec-15 10:27 
AnswerRe: ftp/tcp for Windows CE 5.0 Pin
Garth J Lancaster4-Dec-15 12:01
professionalGarth J Lancaster4-Dec-15 12:01 
Questionhelp with linq query Pin
byka4-Dec-15 2:56
byka4-Dec-15 2:56 
I am trying to use linq...however running into the issue...
how to I combine 3 fileds to Date?
VB
.Dates = rows.Select(Function(r) r.Field(Of DateTime?)("DEIBMT") & "/" & ("DEIBDY") & "/" & ("DEIBCY") & ("DEIBYR"))



VB
Dim data = myDataTable.AsEnumerable().GroupBy(Function(r) New With {Key .EEGRP = r.Field(Of String)("EEGRP"), Key .EESSN = r.Field(Of String)("EESSN")},
                      Function(key, rows) New With
                      {
                          Key .EEGRP = key.EEGRP,
                          Key .EESSN = key.EESSN,
                                .Dates = rows.Select(Function(r) _
                                                         r.Field(Of String)("DEIBMT")) _
                                .OrderByDescending(Function(d) d).Take(3).ToList()}
                      )
                      ' '  .Dates = rows.Select(Function(r) r.Field(Of DateTime?)("DEIBMT") & "/" & ("DEIBDY") & "/" & ("DEIBCY") & ("DEIBYR")) _

AnswerRe: help with linq query Pin
Richard Deeming4-Dec-15 4:15
mveRichard Deeming4-Dec-15 4:15 
GeneralRe: help with linq query Pin
byka4-Dec-15 5:07
byka4-Dec-15 5:07 
GeneralRe: help with linq query Pin
Richard Deeming4-Dec-15 5:12
mveRichard Deeming4-Dec-15 5:12 
GeneralRe: help with linq query Pin
Garth J Lancaster4-Dec-15 11:58
professionalGarth J Lancaster4-Dec-15 11:58 
QuestionHiding Buttons based on ListView items (WinForm) Pin
dell-gl62m1-Dec-15 20:08
dell-gl62m1-Dec-15 20:08 
SuggestionRe: Hiding Buttons based on ListView items (WinForm) Pin
Richard MacCutchan1-Dec-15 22:07
mveRichard MacCutchan1-Dec-15 22:07 
QuestionCopy .exe file to desktop Pin
dell-gl62m29-Nov-15 15:24
dell-gl62m29-Nov-15 15:24 
AnswerRe: Copy .exe file to desktop Pin
Mycroft Holmes29-Nov-15 19:24
professionalMycroft Holmes29-Nov-15 19:24 
AnswerRe: Copy .exe file to desktop Pin
Richard MacCutchan29-Nov-15 22:26
mveRichard MacCutchan29-Nov-15 22:26 
AnswerRe: Copy .exe file to desktop Pin
Dave Kreskowiak30-Nov-15 5:12
mveDave Kreskowiak30-Nov-15 5:12 
GeneralRe: Copy .exe file to desktop Pin
Mycroft Holmes30-Nov-15 12:09
professionalMycroft Holmes30-Nov-15 12:09 
GeneralRe: Copy .exe file to desktop Pin
Dave Kreskowiak30-Nov-15 14:43
mveDave Kreskowiak30-Nov-15 14:43 
GeneralRe: Copy .exe file to desktop Pin
dell-gl62m30-Nov-15 16:52
dell-gl62m30-Nov-15 16:52 
GeneralRe: Copy .exe file to desktop Pin
Dave Kreskowiak30-Nov-15 16:54
mveDave Kreskowiak30-Nov-15 16:54 
GeneralRe: Copy .exe file to desktop Pin
dell-gl62m30-Nov-15 17:13
dell-gl62m30-Nov-15 17:13 
GeneralRe: Copy .exe file to desktop Pin
Dave Kreskowiak30-Nov-15 17:58
mveDave Kreskowiak30-Nov-15 17:58 
GeneralRe: Copy .exe file to desktop Pin
dell-gl62m30-Nov-15 18:37
dell-gl62m30-Nov-15 18:37 

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.