Click here to Skip to main content
15,887,464 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Creating DataTable from System.Collections.Generic.List Pin
Wendelius31-Jan-09 2:26
mentorWendelius31-Jan-09 2:26 
GeneralRe: Creating DataTable from System.Collections.Generic.List Pin
kanchoette31-Jan-09 3:10
kanchoette31-Jan-09 3:10 
GeneralRe: Creating DataTable from System.Collections.Generic.List Pin
Wendelius31-Jan-09 3:17
mentorWendelius31-Jan-09 3:17 
QuestionEdit Vista file properties details with VBA Pin
piralko30-Jan-09 22:38
piralko30-Jan-09 22:38 
QuestionPopulating from one combobox to another combobox in VB.NET [modified] Pin
kishore1530-Jan-09 20:06
kishore1530-Jan-09 20:06 
AnswerRe: Populating from one combobox to another combobox in VB.NET Pin
Christian Graus30-Jan-09 20:23
protectorChristian Graus30-Jan-09 20:23 
QuestionUnable to close or kill the Excel Application EXE in the Task Manager through code. Pin
manoharbalu30-Jan-09 18:35
manoharbalu30-Jan-09 18:35 
AnswerRe: Unable to close or kill the Excel Application EXE in the Task Manager through code. Pin
Dave Kreskowiak31-Jan-09 4:22
mveDave Kreskowiak31-Jan-09 4:22 
Excel won't quit because your code still has references to object you were using in Excel. You have to explicitly set EVERY object you create in the Excel object model to Nothing, THEN call Quit, otherwise, you'll get the behavior you're seeing.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionhelp file creation Pin
ngugi30-Jan-09 5:36
ngugi30-Jan-09 5:36 
AnswerRe: help file creation Pin
Dave Kreskowiak30-Jan-09 6:18
mveDave Kreskowiak30-Jan-09 6:18 
QuestionShareware Application Pin
ivo7530-Jan-09 3:00
ivo7530-Jan-09 3:00 
AnswerRe: Shareware Application Pin
Ashfield30-Jan-09 4:23
Ashfield30-Jan-09 4:23 
GeneralRe: Shareware Application Pin
EliottA30-Jan-09 4:25
EliottA30-Jan-09 4:25 
QuestionWindows Media Player cannot open MP3 files Pin
tatchung30-Jan-09 0:58
tatchung30-Jan-09 0:58 
AnswerRe: Windows Media Player cannot open MP3 files Pin
Eddy Vluggen30-Jan-09 1:05
professionalEddy Vluggen30-Jan-09 1:05 
GeneralRe: Windows Media Player cannot open MP3 files Pin
tatchung30-Jan-09 18:42
tatchung30-Jan-09 18:42 
GeneralRe: Windows Media Player cannot open MP3 files Pin
Christian Graus30-Jan-09 18:55
protectorChristian Graus30-Jan-09 18:55 
GeneralRe: Windows Media Player cannot open MP3 files Pin
tatchung1-Feb-09 2:07
tatchung1-Feb-09 2:07 
QuestionRe: Windows Media Player cannot open MP3 files Pin
Eddy Vluggen30-Jan-09 22:41
professionalEddy Vluggen30-Jan-09 22:41 
AnswerRe: Windows Media Player cannot open MP3 files Pin
tatchung1-Feb-09 17:25
tatchung1-Feb-09 17:25 
Questionwhile images are loading if i try to close application its not closing Pin
sham s30-Jan-09 0:28
sham s30-Jan-09 0:28 
AnswerRe: while images are loading if i try to close application its not closing Pin
Dave Kreskowiak30-Jan-09 2:15
mveDave Kreskowiak30-Jan-09 2:15 
GeneralRe: while images are loading if i try to close application its not closing Pin
Luc Pattyn30-Jan-09 3:19
sitebuilderLuc Pattyn30-Jan-09 3:19 
QuestionShell and Sendkeys Problem Pin
Nanda_MR29-Jan-09 22:54
Nanda_MR29-Jan-09 22:54 
AnswerRe: Shell and Sendkeys Problem Pin
Dave Kreskowiak30-Jan-09 2:05
mveDave Kreskowiak30-Jan-09 2: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.