Click here to Skip to main content
15,891,431 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Icon Resources In Class Files Pin
S Douglas25-Dec-06 20:44
professionalS Douglas25-Dec-06 20:44 
GeneralRe: Icon Resources In Class Files Pin
MatrixCoder26-Dec-06 7:27
MatrixCoder26-Dec-06 7:27 
QuestionManipulating txt box Pin
jady8423-Dec-06 13:16
jady8423-Dec-06 13:16 
AnswerRe: Manipulating txt box Pin
Christian Graus23-Dec-06 17:17
protectorChristian Graus23-Dec-06 17:17 
Questionimport excel file Pin
Rafi_Rafiuddin23-Dec-06 9:20
Rafi_Rafiuddin23-Dec-06 9:20 
AnswerRe: import excel file Pin
Dave Kreskowiak24-Dec-06 6:12
mveDave Kreskowiak24-Dec-06 6:12 
Question'save' and 'save as' functionality Pin
saqib8223-Dec-06 8:28
saqib8223-Dec-06 8:28 
AnswerRe: 'save' and 'save as' functionality Pin
MatrixCoder23-Dec-06 10:04
MatrixCoder23-Dec-06 10:04 
Just save the file path in a variable and when you click your Save button, have it read the whether or not the file path is set. Like so:

If FilePath <> "" Then
   SaveFunction(FilePath)
Else
   SaveAs()
End If


Hope this helps you out.





Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.

Questionresolution size Pin
charchabil0323-Dec-06 5:34
charchabil0323-Dec-06 5:34 
AnswerRe: resolution size Pin
Dave Kreskowiak24-Dec-06 6:11
mveDave Kreskowiak24-Dec-06 6:11 
GeneralRe: resolution size Pin
charchabil0324-Dec-06 23:31
charchabil0324-Dec-06 23:31 
GeneralRe: resolution size Pin
Dave Kreskowiak25-Dec-06 17:28
mveDave Kreskowiak25-Dec-06 17:28 
QuestionUpdate ComPlus Application Pin
Werries23-Dec-06 0:44
Werries23-Dec-06 0:44 
AnswerRe: Update ComPlus Application Pin
Dave Kreskowiak24-Dec-06 6:09
mveDave Kreskowiak24-Dec-06 6:09 
QuestionFILE access date Problem. Pin
Bibin Kurian Joy23-Dec-06 0:32
Bibin Kurian Joy23-Dec-06 0:32 
AnswerRe: FILE access date Problem. Pin
Dave Kreskowiak23-Dec-06 10:09
mveDave Kreskowiak23-Dec-06 10:09 
AnswerRe: FILE access date Problem. Pin
Bibin Kurian Joy25-Dec-06 20:34
Bibin Kurian Joy25-Dec-06 20:34 
AnswerRe: FILE access date Problem. Pin
chandru7025-Dec-06 21:50
chandru7025-Dec-06 21:50 
GeneralRe: FILE access date Problem. Pin
Dave Kreskowiak26-Dec-06 2:36
mveDave Kreskowiak26-Dec-06 2:36 
QuestionConnection Pin
shakti538522-Dec-06 21:44
shakti538522-Dec-06 21:44 
GeneralRe: Connection Pin
MohammadAmiry23-Dec-06 2:10
MohammadAmiry23-Dec-06 2:10 
GeneralRe: Connection Pin
shakti538523-Dec-06 2:20
shakti538523-Dec-06 2:20 
GeneralRe: Connection Pin
Colin Angus Mackay23-Dec-06 6:40
Colin Angus Mackay23-Dec-06 6:40 
GeneralRe: Connection Pin
shakti538525-Dec-06 21:30
shakti538525-Dec-06 21:30 
GeneralRe: Connection Pin
Colin Angus Mackay26-Dec-06 0:04
Colin Angus Mackay26-Dec-06 0:04 

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.