Click here to Skip to main content
15,881,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 3:05
dusty_dex11-Apr-13 3:05 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 3:31
Member 989133411-Apr-13 3:31 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 3:42
dusty_dex11-Apr-13 3:42 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 3:49
Member 989133411-Apr-13 3:49 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 4:09
dusty_dex11-Apr-13 4:09 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
Member 989133411-Apr-13 4:15
Member 989133411-Apr-13 4:15 
GeneralRe: WndProc does not work in Windows CE 5.0 Pin
dusty_dex11-Apr-13 4:55
dusty_dex11-Apr-13 4:55 
QuestionSaveFileDialog.ShowDialog() return value Pin
econy9-Apr-13 9:06
econy9-Apr-13 9:06 
I use the statements like the following:
VB
If SaveFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
               If SaveFileDialog1.FileName = "" Then
                   MsgBox("Plase input file name ")


Then if I don't input file name in the dialog,just press the save button, it seems the dialog can't return, i.e, close it.

Is the DialogResult.OK requires user must input filename?
AnswerRe: SaveFileDialog.ShowDialog() return value Pin
Eddy Vluggen9-Apr-13 9:36
professionalEddy Vluggen9-Apr-13 9:36 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
econy9-Apr-13 9:39
econy9-Apr-13 9:39 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
Eddy Vluggen9-Apr-13 9:59
professionalEddy Vluggen9-Apr-13 9:59 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
Johnny J.17-Apr-13 1:40
professionalJohnny J.17-Apr-13 1:40 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
Eddy Vluggen17-Apr-13 1:53
professionalEddy Vluggen17-Apr-13 1:53 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
Johnny J.17-Apr-13 1:54
professionalJohnny J.17-Apr-13 1:54 
AnswerRe: SaveFileDialog.ShowDialog() return value Pin
Richard MacCutchan9-Apr-13 9:46
mveRichard MacCutchan9-Apr-13 9:46 
GeneralRe: SaveFileDialog.ShowDialog() return value Pin
econy9-Apr-13 15:22
econy9-Apr-13 15:22 
QuestionWhat is the function of Filedialog.RestoreDirectory Pin
econy9-Apr-13 6:46
econy9-Apr-13 6:46 
AnswerRe: What is the function of Filedialog.RestoreDirectory Pin
Richard MacCutchan9-Apr-13 6:59
mveRichard MacCutchan9-Apr-13 6:59 
GeneralRe: What is the function of Filedialog.RestoreDirectory Pin
econy9-Apr-13 7:05
econy9-Apr-13 7:05 
GeneralRe: What is the function of Filedialog.RestoreDirectory Pin
Richard MacCutchan9-Apr-13 7:23
mveRichard MacCutchan9-Apr-13 7:23 
GeneralRe: What is the function of Filedialog.RestoreDirectory Pin
Kenneth Haugland9-Apr-13 8:18
mvaKenneth Haugland9-Apr-13 8:18 
GeneralRe: What is the function of Filedialog.RestoreDirectory Pin
Dave Kreskowiak9-Apr-13 11:36
mveDave Kreskowiak9-Apr-13 11:36 
GeneralRe: What is the function of Filedialog.RestoreDirectory Pin
Richard MacCutchan9-Apr-13 11:47
mveRichard MacCutchan9-Apr-13 11:47 
AnswerRe: What is the function of Filedialog.RestoreDirectory Pin
Alan N9-Apr-13 9:43
Alan N9-Apr-13 9:43 
AnswerRe: What is the function of Filedialog.RestoreDirectory Pin
Richard MacCutchan9-Apr-13 22:32
mveRichard MacCutchan9-Apr-13 22: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.