Click here to Skip to main content
15,901,284 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Window over-redrawing itself Pin
Nick_Kisialiou12-Mar-06 16:17
Nick_Kisialiou12-Mar-06 16:17 
GeneralRe: Window over-redrawing itself Pin
Dave Kreskowiak12-Mar-06 16:36
mveDave Kreskowiak12-Mar-06 16:36 
QuestionFind and Replace code Pin
zabsmarty12-Mar-06 2:58
zabsmarty12-Mar-06 2:58 
AnswerRe: Find and Replace code Pin
Dave Kreskowiak12-Mar-06 4:31
mveDave Kreskowiak12-Mar-06 4:31 
QuestionProcess Enumeration in vb6 Pin
MohammadAmiry12-Mar-06 2:19
MohammadAmiry12-Mar-06 2:19 
AnswerRe: Process Enumeration in vb6 Pin
Dave Kreskowiak12-Mar-06 4:21
mveDave Kreskowiak12-Mar-06 4:21 
QuestionFixed path for File Open/Save Dialog.... Pin
ibexcentral12-Mar-06 0:37
ibexcentral12-Mar-06 0:37 
AnswerRe: Fixed path for File Open/Save Dialog.... Pin
Dave Kreskowiak12-Mar-06 4:12
mveDave Kreskowiak12-Mar-06 4:12 
That's not supported in the standard OpenFileDialog. You can set the InitialDirectory property to the path you want, but you can't prevent the user from navigating out of it.

You could implment your own OpenFileDialog class by inheriting from CommonDialog and writing you own control from there.


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

GeneralRe: Fixed path for File Open/Save Dialog.... Pin
ibexcentral12-Mar-06 10:07
ibexcentral12-Mar-06 10:07 
GeneralRe: Fixed path for File Open/Save Dialog.... Pin
Chatura Dilan12-Mar-06 15:28
Chatura Dilan12-Mar-06 15:28 
AnswerRe: Fixed path for File Open/Save Dialog.... Pin
CooperWu12-Mar-06 16:09
CooperWu12-Mar-06 16:09 
QuestionJump Focus Pin
Jeeva Jose11-Mar-06 22:58
Jeeva Jose11-Mar-06 22:58 
AnswerRe: Jump Focus Pin
Chatura Dilan12-Mar-06 0:00
Chatura Dilan12-Mar-06 0:00 
Questionerror on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 16:25
campbells11-Mar-06 16:25 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Guffa11-Mar-06 20:10
Guffa11-Mar-06 20:10 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
campbells11-Mar-06 20:57
campbells11-Mar-06 20:57 
GeneralRe: error on using arrray...(not a member of the form) ?? Pin
HL_SUB12-Mar-06 0:14
HL_SUB12-Mar-06 0:14 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Dave Kreskowiak12-Mar-06 4:04
mveDave Kreskowiak12-Mar-06 4:04 
AnswerRe: error on using arrray...(not a member of the form) ?? Pin
Colin Angus Mackay12-Mar-06 20:14
Colin Angus Mackay12-Mar-06 20:14 
Questionhelp in cut copy .... Pin
zabsmarty11-Mar-06 16:00
zabsmarty11-Mar-06 16:00 
AnswerRe: help in cut copy .... Pin
Chatura Dilan11-Mar-06 23:49
Chatura Dilan11-Mar-06 23:49 
Questionprogress bar Pin
SVb.net11-Mar-06 12:12
SVb.net11-Mar-06 12:12 
AnswerRe: progress bar Pin
Dave Kreskowiak12-Mar-06 4:01
mveDave Kreskowiak12-Mar-06 4:01 
GeneralRe: progress bar Pin
SVb.net12-Mar-06 13:15
SVb.net12-Mar-06 13:15 
GeneralRe: progress bar Pin
Steve Pullan12-Mar-06 13:30
Steve Pullan12-Mar-06 13:30 

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.