Click here to Skip to main content
15,891,809 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTab Control graphical look Pin
ram krishna pattnayak6-Feb-07 20:33
ram krishna pattnayak6-Feb-07 20:33 
AnswerRe: Tab Control graphical look Pin
FeRtoll7-Feb-07 9:23
FeRtoll7-Feb-07 9:23 
AnswerRe: Tab Control graphical look Pin
xstoneheartx7-Feb-07 9:39
xstoneheartx7-Feb-07 9:39 
QuestionAdding New Row in Datagridview Pin
priya_p2336-Feb-07 20:29
priya_p2336-Feb-07 20:29 
AnswerRe: Adding New Row in Datagridview Pin
Polymorpher7-Feb-07 10:21
Polymorpher7-Feb-07 10:21 
AnswerRe: Adding New Row in Datagridview Pin
xstoneheartx7-Feb-07 10:23
xstoneheartx7-Feb-07 10:23 
Questioncomparing two datatable records.. Pin
Dotnetkanna6-Feb-07 20:05
Dotnetkanna6-Feb-07 20:05 
AnswerRe: comparing two datatable records.. Pin
Johan Hakkesteegt6-Feb-07 22:44
Johan Hakkesteegt6-Feb-07 22:44 
Hi Kanna,

Easiest is to do it with SQL, something like this:

SELECT object_type, object_name
FROM dt1 INNER JOIN dt2 ON dt1.object_type = dt2.object_type AND dt1.object_name = dt1.object_name

This SQL statement will only return records from table dt1 that are also in table dt2.

Johan

My advice is free, and you may get what you paid for.

QuestionUsercontrol toolbox bitmap Pin
Mansourgh6-Feb-07 18:58
Mansourgh6-Feb-07 18:58 
AnswerRe: Usercontrol toolbox bitmap Pin
Johan Hakkesteegt7-Feb-07 1:58
Johan Hakkesteegt7-Feb-07 1:58 
GeneralRe: Usercontrol toolbox bitmap Pin
Dave Kreskowiak7-Feb-07 5:09
mveDave Kreskowiak7-Feb-07 5:09 
AnswerRe: Usercontrol toolbox bitmap Pin
xstoneheartx7-Feb-07 10:12
xstoneheartx7-Feb-07 10:12 
QuestionBuilding strings from strings? Pin
Ron West6-Feb-07 15:13
Ron West6-Feb-07 15:13 
AnswerRe: Building strings from strings? Pin
Christian Graus6-Feb-07 15:32
protectorChristian Graus6-Feb-07 15:32 
GeneralRe: Building strings from strings? Pin
Ron West7-Feb-07 8:18
Ron West7-Feb-07 8:18 
GeneralRe: Building strings from strings? Pin
Christian Graus7-Feb-07 11:01
protectorChristian Graus7-Feb-07 11:01 
AnswerRe: Building strings from strings? Pin
Kschuler7-Feb-07 10:32
Kschuler7-Feb-07 10:32 
GeneralRe: Building strings from strings? Pin
Ron West7-Feb-07 12:25
Ron West7-Feb-07 12:25 
Questionappforge PDBOpen method Byfilename ERROR Pin
jbboy6-Feb-07 13:28
jbboy6-Feb-07 13:28 
AnswerRe: appforge PDBOpen method Byfilename ERROR Pin
Dave Kreskowiak7-Feb-07 5:08
mveDave Kreskowiak7-Feb-07 5:08 
GeneralRe: appforge PDBOpen method Byfilename ERROR Pin
jbboy7-Feb-07 18:45
jbboy7-Feb-07 18:45 
QuestionPrintout method of word document Pin
hemrk6-Feb-07 10:42
hemrk6-Feb-07 10:42 
QuestionADSL Network Connection Information Pin
FeRtoll6-Feb-07 10:25
FeRtoll6-Feb-07 10:25 
AnswerRe: ADSL Network Connection Information Pin
Nilesh Hapse6-Feb-07 20:26
Nilesh Hapse6-Feb-07 20:26 
GeneralRe: ADSL Network Connection Information Pin
FeRtoll6-Feb-07 21:05
FeRtoll6-Feb-07 21:05 

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.