Click here to Skip to main content
15,898,036 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Read data from MS Excel Pin
Wayne Gaylard5-May-10 1:41
professionalWayne Gaylard5-May-10 1:41 
GeneralRe: Read data from MS Excel Pin
nishkarsh_k6-May-10 19:53
nishkarsh_k6-May-10 19:53 
GeneralRe: Read data from MS Excel Pin
nishkarsh_k16-May-10 4:11
nishkarsh_k16-May-10 4:11 
GeneralRe: Read data from MS Excel Pin
nishkarsh_k17-Aug-10 2:36
nishkarsh_k17-Aug-10 2:36 
QuestionNaming Convention Pin
programmervb.netc++30-Apr-10 0:58
programmervb.netc++30-Apr-10 0:58 
AnswerRe: Naming Convention Pin
Eddy Vluggen30-Apr-10 1:12
professionalEddy Vluggen30-Apr-10 1:12 
GeneralRe: Naming Convention Pin
programmervb.netc++30-Apr-10 4:27
programmervb.netc++30-Apr-10 4:27 
GeneralRe: Naming Convention Pin
Eddy Vluggen30-Apr-10 4:54
professionalEddy Vluggen30-Apr-10 4:54 
programmervb.netc++ wrote:
So what I am saying is will the code run faster as a dll than the code that is compiled in the executable also this code is shared by executables that will probably be ran concurrently I don't know if that makes a difference. 

There's not much difference once the library is loaded. It might take a bit longer if you start to load libraries dynamically, especially if Windows' needs to search it's path. Static linking would mean that it loads the library at the start of the application (like it would be if it were part of the executable)

Libraries that are shared amongst applications would best be situated in the GAC[^].
I are Troll Suspicious | :suss:

AnswerRe: Naming Convention Pin
DaveAuld30-Apr-10 1:20
professionalDaveAuld30-Apr-10 1:20 
AnswerRe: Naming Convention Pin
fjdiewornncalwe30-Apr-10 3:22
professionalfjdiewornncalwe30-Apr-10 3:22 
QuestionResponse.End not working in ActiveX DLL Pin
neil.stevens29-Apr-10 22:22
neil.stevens29-Apr-10 22:22 
QuestionEvent implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister29-Apr-10 20:30
hoernchenmeister29-Apr-10 20:30 
AnswerRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
Dave Kreskowiak30-Apr-10 3:37
mveDave Kreskowiak30-Apr-10 3:37 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister2-May-10 20:40
hoernchenmeister2-May-10 20:40 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
Dave Kreskowiak3-May-10 2:07
mveDave Kreskowiak3-May-10 2:07 
GeneralRe: Event implementation and autocomplete handler signature with Visual Studio 2008 Pin
hoernchenmeister3-May-10 2:36
hoernchenmeister3-May-10 2:36 
QuestionSplitting a text box with commas in it Pin
offroaderdan29-Apr-10 8:30
offroaderdan29-Apr-10 8:30 
AnswerRe: Splitting a text box with commas in it Pin
Luc Pattyn29-Apr-10 9:00
sitebuilderLuc Pattyn29-Apr-10 9:00 
AnswerRe: Splitting a text box with commas in it Pin
Wayne Gaylard29-Apr-10 20:30
professionalWayne Gaylard29-Apr-10 20:30 
QuestionWebclient doesn't get entire file Pin
cstrader23229-Apr-10 2:09
cstrader23229-Apr-10 2:09 
AnswerRe: Webclient doesn't get entire file Pin
Eddy Vluggen30-Apr-10 1:13
professionalEddy Vluggen30-Apr-10 1:13 
Questionaddhandler, addressof question Pin
Simon_Whale29-Apr-10 1:25
Simon_Whale29-Apr-10 1:25 
AnswerRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 2:28
professionalWayne Gaylard29-Apr-10 2:28 
GeneralRe: addhandler, addressof question Pin
Simon_Whale29-Apr-10 2:37
Simon_Whale29-Apr-10 2:37 
GeneralRe: addhandler, addressof question Pin
Wayne Gaylard29-Apr-10 3:13
professionalWayne Gaylard29-Apr-10 3:13 

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.