Click here to Skip to main content
16,006,594 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB Splash Screen? Pin
Dave Kreskowiak4-Nov-03 14:42
mveDave Kreskowiak4-Nov-03 14:42 
Generalrich edit box Pin
R. Thomas1-Nov-03 5:29
R. Thomas1-Nov-03 5:29 
GeneralRe: rich edit box Pin
R. Thomas2-Nov-03 6:35
R. Thomas2-Nov-03 6:35 
GeneralRe: rich edit box Pin
J. Dunlap2-Nov-03 8:28
J. Dunlap2-Nov-03 8:28 
GeneralRe: rich edit box Pin
R. Thomas2-Nov-03 12:20
R. Thomas2-Nov-03 12:20 
Generalprinting to the printer with vb.net Pin
yulyos31-Oct-03 23:59
yulyos31-Oct-03 23:59 
GeneralRandom Access File (VB) Pin
R. Thomas31-Oct-03 1:31
R. Thomas31-Oct-03 1:31 
GeneralRe: Random Access File (VB) Pin
Dave Kreskowiak31-Oct-03 7:07
mveDave Kreskowiak31-Oct-03 7:07 
If your want to pass the file number around, keeping the file open, you can pass it as a global variable in a .vb module or class file.

On the downside, what your doing isn't considered proper programming technique because it is no longer a modular design.

If your going to be doing file access from multiple modules (or forms), it's best to write up a set of public functions that handles file access for you. Oh yeah, it is NOT a bad thing to be opening and closing the same file all the time...

But, of course, it all depends on what your doing...


RageInTheMachine9532
GeneralFinding IP Address Pin
dotnetminer30-Oct-03 20:27
dotnetminer30-Oct-03 20:27 
GeneralRe: Finding IP Address Pin
Dave Kreskowiak31-Oct-03 7:16
mveDave Kreskowiak31-Oct-03 7:16 
GeneralRetrieve a list of online users on a domain Pin
mwinther30-Oct-03 12:30
mwinther30-Oct-03 12:30 
GeneralRe: Retrieve a list of online users on a domain Pin
Anonymous30-Oct-03 16:25
Anonymous30-Oct-03 16:25 
GeneralRetrieve URL from Web Browser Pin
Angad Singh30-Oct-03 1:10
Angad Singh30-Oct-03 1:10 
GeneralRe: Retrieve URL from Web Browser Pin
Heath Stewart30-Oct-03 3:26
protectorHeath Stewart30-Oct-03 3:26 
GeneralRe: Retrieve URL from Web Browser Pin
Mike Ellison30-Oct-03 6:25
Mike Ellison30-Oct-03 6:25 
GeneralListView to XML File Pin
Brad Fackrell29-Oct-03 1:38
Brad Fackrell29-Oct-03 1:38 
GeneralSSL in ASP.NET Pin
MySmallfish28-Oct-03 13:10
MySmallfish28-Oct-03 13:10 
GeneralRe: SSL in ASP.NET Pin
Heath Stewart30-Oct-03 3:35
protectorHeath Stewart30-Oct-03 3:35 
GeneralRe: SSL in ASP.NET Pin
MySmallfish30-Oct-03 7:03
MySmallfish30-Oct-03 7:03 
GeneralRe: SSL in ASP.NET Pin
Heath Stewart30-Oct-03 8:54
protectorHeath Stewart30-Oct-03 8:54 
QuestionCreating forms dynamically in VB??? Pin
NearyM28-Oct-03 10:12
NearyM28-Oct-03 10:12 
AnswerRe: Creating forms dynamically in VB??? Pin
Itanium28-Oct-03 18:27
Itanium28-Oct-03 18:27 
GeneralRe: Creating forms dynamically in VB??? Pin
Edbert P28-Oct-03 19:28
Edbert P28-Oct-03 19:28 
GeneralRe: Creating forms dynamically in VB??? Pin
NearyM28-Oct-03 23:38
NearyM28-Oct-03 23:38 
GeneralSystem Events Pin
mikasa28-Oct-03 8:01
mikasa28-Oct-03 8: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.