Click here to Skip to main content
16,008,010 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Hide Process from Task Manager Pin
Anubhava Dimri11-Jan-09 20:38
Anubhava Dimri11-Jan-09 20:38 
AnswerRe: Hide Process from Task Manager Pin
Bharat Jain11-Jan-09 20:48
Bharat Jain11-Jan-09 20:48 
GeneralRe: Hide Process from Task Manager Pin
Dave Kreskowiak12-Jan-09 2:20
mveDave Kreskowiak12-Jan-09 2:20 
GeneralRe: Hide Process from Task Manager Pin
EliottA12-Jan-09 2:45
EliottA12-Jan-09 2:45 
QuestionCrystal Reort for vb.net2005 with MS ACESS Pin
hrishiS11-Jan-09 19:53
hrishiS11-Jan-09 19:53 
AnswerRe: Crystal Reort for vb.net2005 with MS ACESS Pin
Anubhava Dimri11-Jan-09 20:34
Anubhava Dimri11-Jan-09 20:34 
GeneralRe: Crystal Reort for vb.net2005 with MS ACESS Pin
hrishiS11-Jan-09 22:03
hrishiS11-Jan-09 22:03 
QuestionDLINQ Combo Box in Datagridview Pin
Chrispie12311-Jan-09 18:57
Chrispie12311-Jan-09 18:57 
Good Morning
I have a query related to DLINQ. I have a datagridview with a combo box in the one field. The user may select categories from the drop down box.
Only one category can exist (no duplicates). What I want to do is using LINQ to get a new dataset containing all the records that is not selected (by the datagridview) and the value of the current selected one and gives that as a datasource for the combo box.
This way the user doesn’t have multiple options that they shouldn’t select anyway but only the ones they can select.
I have problems defining a query to get the data. Has anyone tried doing this before?

I have played around and this is what I have currently but it doesn't include the current row aswell.
(I am new to LINQ and don't understand the full meaning of the queries - any one can translate it in normal word will great Big Grin | :-D - The code snippet below is by looking at examples)

Dim query = From t1 In dataset1.tblLookup.AsEnumerable() _
                       Group Join r In dataset2.tblMainDisplayDGV.AsEnumerable() _
                       On r.Field(Of String)("CommonField") Equals t1.Field(Of String)("CommonField") _
                           Into x = Group _
                               From r2 In x.DefaultIfEmpty() _
                               Where r2 Is Nothing _
                                 Select t1


Regards,
Christiaan
QuestionRe: How to update form control from an embedded form Pin
sohaib_a11-Jan-09 5:52
sohaib_a11-Jan-09 5:52 
AnswerRe: How to update form control from an embedded form Pin
Dave Kreskowiak11-Jan-09 11:30
mveDave Kreskowiak11-Jan-09 11:30 
GeneralRe: How to update form control from an embedded form Pin
sohaib_a13-Jan-09 9:44
sohaib_a13-Jan-09 9:44 
QuestionChecklistbox in Datagrid Pin
neha.lad10-Jan-09 18:21
neha.lad10-Jan-09 18:21 
AnswerRe: Checklistbox in Datagrid Pin
Reza Raad10-Jan-09 19:44
Reza Raad10-Jan-09 19:44 
AnswerRe: Checklistbox in Datagrid Pin
Anubhava Dimri11-Jan-09 20:43
Anubhava Dimri11-Jan-09 20:43 
QuestionRecording a song played in program Pin
Gagan.2010-Jan-09 17:20
Gagan.2010-Jan-09 17:20 
AnswerRe: Recording a song played in program Pin
Christian Graus11-Jan-09 5:00
protectorChristian Graus11-Jan-09 5:00 
AnswerRe: Recording a song played in program Pin
Anubhava Dimri11-Jan-09 20:48
Anubhava Dimri11-Jan-09 20:48 
GeneralRe: Recording a song played in program Pin
Gagan.2011-Jan-09 22:22
Gagan.2011-Jan-09 22:22 
QuestionMouse Hook Pin
Zaegra10-Jan-09 3:24
Zaegra10-Jan-09 3:24 
QuestionMonitor System Pin
Anubhava Dimri10-Jan-09 0:13
Anubhava Dimri10-Jan-09 0:13 
AnswerRe: Monitor System Pin
Eddy Vluggen10-Jan-09 0:57
professionalEddy Vluggen10-Jan-09 0:57 
AnswerRe: Monitor System Pin
Dave Kreskowiak10-Jan-09 2:54
mveDave Kreskowiak10-Jan-09 2:54 
GeneralRe: Monitor System Pin
Luc Pattyn10-Jan-09 3:49
sitebuilderLuc Pattyn10-Jan-09 3:49 
GeneralRe: Monitor System Pin
Anubhava Dimri11-Jan-09 17:47
Anubhava Dimri11-Jan-09 17:47 
AnswerRe: Monitor System Pin
EliottA10-Jan-09 20:54
EliottA10-Jan-09 20:54 

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.