Click here to Skip to main content
15,923,197 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionPrinting PictureBox with tiled background Pin
Bob_Stan10-Sep-08 5:47
Bob_Stan10-Sep-08 5:47 
QuestionIs it possible to have a sticky topic in this forum? Pin
Jon_Boy10-Sep-08 3:29
Jon_Boy10-Sep-08 3:29 
AnswerRe: Is it possible to have a sticky topic in this forum? Pin
Christian Graus10-Sep-08 6:29
protectorChristian Graus10-Sep-08 6:29 
AnswerRe: Is it possible to have a sticky topic in this forum? Pin
Mycroft Holmes10-Sep-08 15:49
professionalMycroft Holmes10-Sep-08 15:49 
GeneralRe: Is it possible to have a sticky topic in this forum? Pin
Jon_Boy11-Sep-08 3:00
Jon_Boy11-Sep-08 3:00 
QuestionImage contrast and sharpening Pin
JR21210-Sep-08 2:44
JR21210-Sep-08 2:44 
AnswerRe: Image contrast and sharpening Pin
Guffa10-Sep-08 3:27
Guffa10-Sep-08 3:27 
GeneralRe: Image contrast and sharpening Pin
Member 768566524-Feb-11 1:42
Member 768566524-Feb-11 1:42 
QuestionHow to Send Mail in VB.Net 2005 ? Pin
Chintu Shah10-Sep-08 2:37
Chintu Shah10-Sep-08 2:37 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
jzonthemtn10-Sep-08 2:48
jzonthemtn10-Sep-08 2:48 
GeneralRe: How to Send Mail in VB.Net 2005 ? Pin
Chintu Shah10-Sep-08 3:07
Chintu Shah10-Sep-08 3:07 
GeneralRe: How to Send Mail in VB.Net 2005 ? Pin
Ashfield10-Sep-08 3:25
Ashfield10-Sep-08 3:25 
QuestionRe: How to Send Mail in VB.Net 2005 ? Pin
jzonthemtn10-Sep-08 7:40
jzonthemtn10-Sep-08 7:40 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
Rajesh Anuhya10-Sep-08 5:51
professionalRajesh Anuhya10-Sep-08 5:51 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
Christian Graus10-Sep-08 8:32
protectorChristian Graus10-Sep-08 8:32 
AnswerRe: How to Send Mail in VB.Net 2005 ? Pin
NewLaw10-Sep-08 10:39
NewLaw10-Sep-08 10:39 
QuestionRe-Login Problem Pin
lahsiv10-Sep-08 2:32
lahsiv10-Sep-08 2:32 
AnswerRe: Login Problem Pin
jzonthemtn10-Sep-08 2:44
jzonthemtn10-Sep-08 2:44 
GeneralRe: Login Problem Pin
lahsiv12-Sep-08 3:01
lahsiv12-Sep-08 3:01 
QuestionConvert Byte array into string... Pin
Pushpa Setty10-Sep-08 2:08
Pushpa Setty10-Sep-08 2:08 
AnswerRe: Convert Byte array into string... Pin
jzonthemtn10-Sep-08 2:47
jzonthemtn10-Sep-08 2:47 
QuestionCombining 3 datatables to 1 new datatable. Pin
_teh_10-Sep-08 1:25
_teh_10-Sep-08 1:25 
In my project I have 3 datatables with different data inside. I have datatables like:

Customers:

Customer number Name ID
123450 Customer A 169
987650 Customer B 753

orders in last week:


ID PCS
169 7
753 3

and orders in sekond week in past:

ID PCS
169 9
753 2

Now I want to combine these tables data to table like next:


Customer number Name ID 1 week

2 week

123450 Customer A

169 7 9
987650 Customer B

753 3 2


I know this can be done with datarelation or with SQL inner join but idont have any datasource in my project becose I parse these datas from csv-file to in-memory datatables and dataset.
So how can i do this 4th table in my project?
Thanks in advance
TEH




AnswerRe: Combining 3 datatables to 1 new datatable. Pin
Mycroft Holmes10-Sep-08 15:58
professionalMycroft Holmes10-Sep-08 15:58 
GeneralRe: Combining 3 datatables to 1 new datatable. Pin
_teh_12-Sep-08 5:10
_teh_12-Sep-08 5:10 
GeneralRe: Combining 3 datatables to 1 new datatable. Pin
Mycroft Holmes12-Sep-08 12:51
professionalMycroft Holmes12-Sep-08 12:51 

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.