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

Visual Basic

 
AnswerRe: MS Comm Port Issue. Pin
DaveAuld1-Dec-09 1:45
professionalDaveAuld1-Dec-09 1:45 
QuestionRounding in the output Pin
BobInNJ30-Nov-09 10:38
BobInNJ30-Nov-09 10:38 
AnswerRe: Rounding in the output Pin
David Mujica30-Nov-09 11:00
David Mujica30-Nov-09 11:00 
AnswerRe: Rounding in the output Pin
The Man from U.N.C.L.E.30-Nov-09 11:32
The Man from U.N.C.L.E.30-Nov-09 11:32 
AnswerRe: Rounding in the output Pin
Andy_L_J30-Nov-09 17:53
Andy_L_J30-Nov-09 17:53 
QuestionImport Excel columns in existing SQL database Pin
vb_jeiss30-Nov-09 9:42
vb_jeiss30-Nov-09 9:42 
AnswerRe: Import Excel columns in existing SQL database Pin
T210230-Nov-09 16:27
T210230-Nov-09 16:27 
GeneralRe: Import Excel columns in existing SQL database Pin
luccingolo2-Dec-09 5:45
luccingolo2-Dec-09 5:45 
Hi Ted2102,
i suppose that your suggested solutions would do for an excel file with known columnnames and a constant number of columns. But that's not my case. The files i want to be able to import will not always have the same number of columns and their columnames will change from file to file. The only thing these files have in common is that they will contain contact informantions, like name, address, telephonenumber... a.s.o. That's why i wanted to be able to assign the columns of the Excel-file manually (in the listboxes of the form) to the ones of my SQL database.
I'm sorry for your efforts in helping me, but in the mean time the situation has changed and i have found a nice code snippet which does the kind of work i need.
As a beginner in VB i would like to progress in programming. And that's why i think it would be more important to practice a little bit with the technics used in this snippet. So my new question is now: Does anybody have a link to a good tutorial about learning "List(of Type)" and about "LINQ-queries" for beginners?
Any link or code-snippet would be appreciated.

Thanks for your help
GeneralRe: Import Excel columns in existing SQL database Pin
T21024-Dec-09 3:35
T21024-Dec-09 3:35 
GeneralRe: Import Excel columns in existing SQL database Pin
Groufty4-Dec-09 5:54
Groufty4-Dec-09 5:54 
QuestionAccessing Datagrid _RowID Pin
CARisk330-Nov-09 7:09
CARisk330-Nov-09 7:09 
AnswerRe: Accessing Datagrid _RowID Pin
Dave Kreskowiak30-Nov-09 7:23
mveDave Kreskowiak30-Nov-09 7:23 
GeneralRe: Accessing Datagrid _RowID Pin
CARisk330-Nov-09 8:04
CARisk330-Nov-09 8:04 
QuestionSlow form close that contains a DataGridView with bound combobox columns Pin
Marcus J. Smith30-Nov-09 5:21
professionalMarcus J. Smith30-Nov-09 5:21 
AnswerRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Dave Kreskowiak30-Nov-09 7:16
mveDave Kreskowiak30-Nov-09 7:16 
GeneralRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Marcus J. Smith30-Nov-09 8:04
professionalMarcus J. Smith30-Nov-09 8:04 
GeneralRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Dave Kreskowiak30-Nov-09 10:44
mveDave Kreskowiak30-Nov-09 10:44 
GeneralRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Luc Pattyn30-Nov-09 11:33
sitebuilderLuc Pattyn30-Nov-09 11:33 
GeneralRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Dave Kreskowiak30-Nov-09 14:51
mveDave Kreskowiak30-Nov-09 14:51 
GeneralRe: Slow form close that contains a DataGridView with bound combobox columns Pin
Marcus J. Smith1-Dec-09 10:03
professionalMarcus J. Smith1-Dec-09 10:03 
QuestionHow to Get the MSI installer Path Pin
coolpjmartin30-Nov-09 4:28
coolpjmartin30-Nov-09 4:28 
AnswerRe: How to Get the MSI installer Path Pin
Dave Kreskowiak30-Nov-09 7:07
mveDave Kreskowiak30-Nov-09 7:07 
GeneralRe: How to Get the MSI installer Path Pin
The Man from U.N.C.L.E.30-Nov-09 7:15
The Man from U.N.C.L.E.30-Nov-09 7:15 
GeneralRe: How to Get the MSI installer Path Pin
Dave Kreskowiak30-Nov-09 7:18
mveDave Kreskowiak30-Nov-09 7:18 
GeneralRe: How to Get the MSI installer Path Pin
The Man from U.N.C.L.E.30-Nov-09 7:31
The Man from U.N.C.L.E.30-Nov-09 7:31 

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.