Click here to Skip to main content
15,921,884 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralWriting selected cells from Excel in csv Pin
6-Jun-01 4:16
suss6-Jun-01 4:16 
GeneralPassing in variables to a VB executable Pin
31-May-01 12:46
suss31-May-01 12:46 
GeneralRe: Passing in variables to a VB executable Pin
AndyG3-Jun-01 22:04
AndyG3-Jun-01 22:04 
Question"Unrecognized format"? Pin
Jason Teagle31-May-01 8:15
Jason Teagle31-May-01 8:15 
AnswerRe: Pin
AndyG3-Jun-01 22:16
AndyG3-Jun-01 22:16 
GeneralRe: Pin
Jarek G8-Jun-01 10:41
Jarek G8-Jun-01 10:41 
Generaldeploiying an access project Pin
30-May-01 9:53
suss30-May-01 9:53 
GeneralRe: deploiying an access project Pin
2-Jun-01 8:58
suss2-Jun-01 8:58 
If you have the Office Developer Edition with MS Access you can use their Setup WIzard wich creates disk images for you as well as bringing together all (not 100%) the referenced stuff. This is the easiest way but not always problem free. If you used API functions in your code this setup program will not recognise them and you must somehow ensure that the API source files get on to the computer you are deploying to. Benefit of the Developer addition is that you get a runtime version of MS Access which adds greater security and behaves more like a standalone exe application (but there are enough querks to let you now it's not an exe). Also there are heaps of bugs relating to system folers being used as the location of your runtime application for some reason C:\My Documents\myMDE.mde /Runtime can stuff up so don't deploy in this folder.


The Hard Way
Use the object browser to view the libraries you have referenced also use the reference/cotrol lists and record all the dll, ocx, and every other file you referenced as well as it's path. Once you have done that collect all of them and write a program (or do it manually) that copies them to their original folders (dangerous do not overwrite newer versions).

Sux ha. The reason it's hard to deploy is that no one actually expected VB programmers to achieve anything, you know, we are seen as the "Wanna be programmers." and as such the part of getting your app distributed hits those software manufactures as big news .....bigger than a newspaper front page article ...."Whore becomes Christian" or "Christian WOman Becomes WHore", either way it wasn't ment to be.
GeneralGetting the Caret Location Pin
30-May-01 4:37
suss30-May-01 4:37 
GeneralRe: Getting the Caret Location Pin
Jason Teagle31-May-01 8:21
Jason Teagle31-May-01 8:21 
GeneralRe: Getting the Caret Location Pin
31-May-01 10:23
suss31-May-01 10:23 
GeneralRe: Getting the Caret Location Pin
Jason Teagle31-May-01 10:36
Jason Teagle31-May-01 10:36 
GeneralRe: Getting the Caret Location Pin
31-May-01 10:45
suss31-May-01 10:45 
GeneralRe: Getting the Caret Location Pin
Jason Teagle31-May-01 10:52
Jason Teagle31-May-01 10:52 
GeneralRe: Getting the Caret Location Pin
31-May-01 11:11
suss31-May-01 11:11 
GeneralRe: Getting the Caret Location Pin
Jason Teagle31-May-01 11:13
Jason Teagle31-May-01 11:13 
Generaltest Pin
28-May-01 20:28
suss28-May-01 20:28 
Generaltest 2 Pin
28-May-01 20:29
suss28-May-01 20:29 
GeneralHi Test Only Pin
7-Jun-01 17:10
suss7-Jun-01 17:10 
GeneralRe: Hi Test Only Pin
Ulf Öhlén7-Jun-01 22:26
Ulf Öhlén7-Jun-01 22:26 
GeneralHi Test Only Pin
7-Jun-01 17:11
suss7-Jun-01 17:11 
QuestionTimer refresh? Pin
Geoff Anderson28-May-01 1:28
Geoff Anderson28-May-01 1:28 
AnswerRe: Timer refresh? Pin
Jarek G8-Jun-01 10:37
Jarek G8-Jun-01 10:37 
GeneralAdding to chart data range Pin
Geoff Anderson28-May-01 1:24
Geoff Anderson28-May-01 1:24 
GeneralRe: Adding to chart data range Pin
Eric Jacobsen20-Jun-02 12:31
Eric Jacobsen20-Jun-02 12: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.