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

Visual Basic

 
GeneralRe: How to use ArrayList? Pin
sweehin1827-Jul-07 12:09
sweehin1827-Jul-07 12:09 
GeneralRe: How to use ArrayList? Pin
codemunkeh27-Jul-07 16:28
codemunkeh27-Jul-07 16:28 
QuestionHelp with dll Pin
Bad Programmer27-Jul-07 9:46
Bad Programmer27-Jul-07 9:46 
AnswerRe: Help with dll Pin
Christian Graus27-Jul-07 11:02
protectorChristian Graus27-Jul-07 11:02 
GeneralRe: Help with dll Pin
Bad Programmer27-Jul-07 11:18
Bad Programmer27-Jul-07 11:18 
GeneralRe: Help with dll Pin
Dave Kreskowiak27-Jul-07 11:25
mveDave Kreskowiak27-Jul-07 11:25 
QuestionRe: Help with dll Pin
Bad Programmer30-Jul-07 8:51
Bad Programmer30-Jul-07 8:51 
AnswerRe: Help with dll Pin
Dave Kreskowiak30-Jul-07 12:58
mveDave Kreskowiak30-Jul-07 12:58 
Bala J wrote:
can I use vb6 dlls in .net platform. Its a vb6 dll.


Yes. VB6 only compiled to COM .DLL's, so you would add a reference to the .DLL to import the classes exposed by it. You'll have to fingure out how to use the library in that DLL on your own since you don't have any documentation on it.

Decompiling the .DLL back to the original VB6 source will not give you the ORIGINAL VB6 source, but an approximation of it. There will be some stuff missing and some stuff that just plain won't work when you hit the Compile button on what it generates.


Bala J wrote:
1. Also the application was created using ms-access as frontend. Is there anything like dlls avail for that sort of application.


You don't need any .DLL's, at least not in the way you're implying. Access is a desktop database that any application can use.


Bala J wrote:
3. is there any material where i can learn about windows dll programming


Not really. It's no different than coding any other library in .NET. You write classes that expose methods and properties.


A guide to posting questions on CodeProject[^]

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


QuestionTrying to find the highest number in a field.... Pin
CCG327-Jul-07 9:14
CCG327-Jul-07 9:14 
AnswerRe: Trying to find the highest number in a field.... Pin
Christian Graus27-Jul-07 9:43
protectorChristian Graus27-Jul-07 9:43 
AnswerRe: Trying to find the highest number in a field.... Pin
Paul Conrad27-Jul-07 10:01
professionalPaul Conrad27-Jul-07 10:01 
AnswerRe: Trying to find the highest number in a field.... Pin
Naji El Kotob27-Jul-07 11:20
Naji El Kotob27-Jul-07 11:20 
QuestionError Message Pin
jds120727-Jul-07 7:31
jds120727-Jul-07 7:31 
AnswerRe: Error Message Pin
codemunkeh27-Jul-07 7:49
codemunkeh27-Jul-07 7:49 
AnswerRe: Error Message Pin
Paul Conrad27-Jul-07 8:28
professionalPaul Conrad27-Jul-07 8:28 
AnswerRe: Error Message Pin
Johan Hakkesteegt31-Jul-07 22:26
Johan Hakkesteegt31-Jul-07 22:26 
QuestionImporting data into Sharepoint document libraries Pin
Potso27-Jul-07 7:19
Potso27-Jul-07 7:19 
QuestionHELP PLEASE. BASIC EXCEL TASKS Pin
frankiebaby227-Jul-07 6:07
frankiebaby227-Jul-07 6:07 
AnswerRe: HELP PLEASE. BASIC EXCEL TASKS Pin
frankiebaby227-Jul-07 8:57
frankiebaby227-Jul-07 8:57 
Questionprint the richtextbox text Pin
eyes200727-Jul-07 5:03
eyes200727-Jul-07 5:03 
AnswerRe: print the richtextbox text Pin
Paul Conrad29-Jul-07 6:16
professionalPaul Conrad29-Jul-07 6:16 
QuestionCRC 16 Pin
Cory Kimble27-Jul-07 3:46
Cory Kimble27-Jul-07 3:46 
AnswerRe: CRC 16 Pin
kubben27-Jul-07 5:24
kubben27-Jul-07 5:24 
GeneralRe: CRC 16 Pin
Cory Kimble27-Jul-07 6:43
Cory Kimble27-Jul-07 6:43 
GeneralRe: CRC 16 Pin
Luc Pattyn27-Jul-07 13:32
sitebuilderLuc Pattyn27-Jul-07 13:32 

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.