Click here to Skip to main content
15,888,984 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOpen PDF from CD in VB.NET Pin
ayeleteric21-Mar-07 19:39
ayeleteric21-Mar-07 19:39 
AnswerRe: Open PDF from CD in VB.NET Pin
Guffa21-Mar-07 21:48
Guffa21-Mar-07 21:48 
AnswerRe: Open PDF from CD in VB.NET Pin
Vasudevan Deepak Kumar22-Mar-07 19:02
Vasudevan Deepak Kumar22-Mar-07 19:02 
Questionclosing window Pin
mkiranm21-Mar-07 19:19
mkiranm21-Mar-07 19:19 
AnswerRe: closing window Pin
coolestCoder21-Mar-07 19:33
coolestCoder21-Mar-07 19:33 
GeneralRe: closing window Pin
mkiranm21-Mar-07 20:32
mkiranm21-Mar-07 20:32 
GeneralRe: closing window Pin
Christian Graus22-Mar-07 4:58
protectorChristian Graus22-Mar-07 4:58 
QuestionUsing Oledb and Dlls in vb.net 2005 Pin
Member 17080821-Mar-07 18:36
Member 17080821-Mar-07 18:36 
I am developing a database application in vb.net 2005 /ms access using ADO.Net using OLEDB. I have a couple of independent forms.In all the forms I have code that queries the data in the database.So, I have used the "Imports System.Data.Oledb " statement in all the forms.Is there any other way I can import the Oledb class so that it is imported once and stays active throughout the execution of the program and the methods of the ADO.net library are available from all the forms.Like we did in VB 6.0 using a module?
Also, I am using a couple of Dll import functions in my app using the DllImport statement.As for the Dlls also ,I have used the same DllImport statement in all the forms that calls the functions.Are there any performance issues associated with this kind of a design? Can we import the libraries once so that the functions are available anywhere from the program like the ADO library I mentioned above? If we do not import the Oledb library in all forms, it will result in a compilation error.Thanks in advance...

AnswerRe: Using Oledb and Dlls in vb.net 2005 Pin
Dave Kreskowiak22-Mar-07 5:33
mveDave Kreskowiak22-Mar-07 5:33 
Questiondebugging ControlLibrary (dll) called from ASPX page Pin
iluha21-Mar-07 16:51
iluha21-Mar-07 16:51 
AnswerRe: debugging ControlLibrary (dll) called from ASPX page Pin
Dave Kreskowiak22-Mar-07 5:31
mveDave Kreskowiak22-Mar-07 5:31 
Questionwebclient.uploadstring Pin
cstrader23221-Mar-07 13:57
cstrader23221-Mar-07 13:57 
AnswerRe: webclient.uploadstring Pin
Dave Kreskowiak22-Mar-07 5:28
mveDave Kreskowiak22-Mar-07 5:28 
GeneralRe: webclient.uploadstring Pin
cstrader23222-Mar-07 9:36
cstrader23222-Mar-07 9:36 
GeneralRe: webclient.uploadstring Pin
Dave Kreskowiak22-Mar-07 15:43
mveDave Kreskowiak22-Mar-07 15:43 
QuestionClose function Pin
harveyhanson21-Mar-07 13:28
harveyhanson21-Mar-07 13:28 
AnswerRe: Close function Pin
nlarson1121-Mar-07 16:01
nlarson1121-Mar-07 16:01 
GeneralRe: Close function Pin
harveyhanson21-Mar-07 22:25
harveyhanson21-Mar-07 22:25 
GeneralRe: Close function Pin
Dave Kreskowiak22-Mar-07 5:26
mveDave Kreskowiak22-Mar-07 5:26 
QuestionHow can I set tooltips in runtime for a specific control? Pin
JUNEYT21-Mar-07 11:04
JUNEYT21-Mar-07 11:04 
AnswerRe: How can I set tooltips in runtime for a specific control? Pin
MatrixCoder21-Mar-07 12:30
MatrixCoder21-Mar-07 12:30 
GeneralRe: How can I set tooltips in runtime for a specific control? Pin
JUNEYT21-Mar-07 12:59
JUNEYT21-Mar-07 12:59 
QuestionCurrent directory %cd% Pin
tessers21-Mar-07 10:25
tessers21-Mar-07 10:25 
Questionneed help Pin
bapu288921-Mar-07 9:26
bapu288921-Mar-07 9:26 
AnswerRe: need help Pin
Christian Graus22-Mar-07 5:01
protectorChristian Graus22-Mar-07 5:01 

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.