Advertisement
Advertisement
| 07.16.2008 at 06:28PM PDT, ID: 23571849 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: |
Dim strTemp = txtVARIABLE.Text
fbdVARIABLE.ShowDialog()
txtVARIABLE.Text = fbdVARIABLE.SelectedPath
If Not (txtVARIABLE.Text = strTemp) Then
bApply.Enabled = True
End If
|