Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: adding days to current day being displayed Pin
Dave Kreskowiak8-Jun-04 8:43
mveDave Kreskowiak8-Jun-04 8:43 
GeneralRe: adding days to current day being displayed Pin
devgeez9-Jun-04 4:45
devgeez9-Jun-04 4:45 
Generalclient/server read and write Pin
fo0lish8-Jun-04 4:52
fo0lish8-Jun-04 4:52 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:12
mveDave Kreskowiak8-Jun-04 5:12 
GeneralRe: client/server read and write Pin
fo0lish8-Jun-04 5:20
fo0lish8-Jun-04 5:20 
GeneralRe: client/server read and write Pin
Dave Kreskowiak8-Jun-04 5:30
mveDave Kreskowiak8-Jun-04 5:30 
GeneralSet Current Directory Pin
Brad Fackrell8-Jun-04 3:48
Brad Fackrell8-Jun-04 3:48 
GeneralRe: Set Current Directory Pin
Dave Kreskowiak8-Jun-04 3:54
mveDave Kreskowiak8-Jun-04 3:54 
You might want to try posting the code that you're using too. It help to diagnose other potential problems with what your doing. Anyway, at the top of your code, make sure that you have:
Imports System.IO

Then, it's just a simple matter of:
.
.
Directory.SetCurrentDirectory(homeDir)
.
.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Set Current Directory Pin
Brad Fackrell8-Jun-04 4:50
Brad Fackrell8-Jun-04 4:50 
Generalsql data adapter Pin
ymohd_2228-Jun-04 0:25
ymohd_2228-Jun-04 0:25 
GeneralRe: sql data adapter Pin
Dave Kreskowiak8-Jun-04 2:51
mveDave Kreskowiak8-Jun-04 2:51 
Generalsnmp Pin
beowulfagate7-Jun-04 22:02
beowulfagate7-Jun-04 22:02 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 2:46
mveDave Kreskowiak8-Jun-04 2:46 
GeneralRe: snmp Pin
beowulfagate8-Jun-04 14:51
beowulfagate8-Jun-04 14:51 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 15:14
mveDave Kreskowiak8-Jun-04 15:14 
GeneralRe: snmp Pin
beowulfagate8-Jun-04 18:50
beowulfagate8-Jun-04 18:50 
GeneralRe: snmp Pin
Dave Kreskowiak8-Jun-04 23:58
mveDave Kreskowiak8-Jun-04 23:58 
GeneralCrystal Report Pin
7-Jun-04 19:34
suss7-Jun-04 19:34 
QuestionHow to run Microsoft Access to open a .mdb file by VB??? Pin
tramdtt7-Jun-04 18:22
tramdtt7-Jun-04 18:22 
AnswerRe: How to run Microsoft Access to open a .mdb file by VB??? Pin
beowulfagate7-Jun-04 22:10
beowulfagate7-Jun-04 22:10 
GeneralRe: How to run Microsoft Access to open a .mdb file by VB??? Pin
tramdtt8-Jun-04 16:03
tramdtt8-Jun-04 16:03 
AnswerRe: How to run Microsoft Access to open a .mdb file by VB??? Pin
Hesham Amin7-Jun-04 22:11
Hesham Amin7-Jun-04 22:11 
Generalusing a form as a control (problem) Pin
PaleyX7-Jun-04 14:16
PaleyX7-Jun-04 14:16 
GeneralRe: using a form as a control (problem) Pin
Dave Kreskowiak7-Jun-04 15:23
mveDave Kreskowiak7-Jun-04 15:23 
GeneralRe: using a form as a control (problem) Pin
PaleyX7-Jun-04 16:03
PaleyX7-Jun-04 16:03 

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.