Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Saving REGISTRY Settings VB.NET Pin
Dave Kreskowiak29-Dec-06 15:01
mveDave Kreskowiak29-Dec-06 15:01 
QuestionDeployment \ Program Publishing Pin
Karma3125127-Dec-06 4:30
Karma3125127-Dec-06 4:30 
AnswerRe: Deployment \ Program Publishing Pin
Dave Kreskowiak27-Dec-06 4:57
mveDave Kreskowiak27-Dec-06 4:57 
GeneralRe: Deployment \ Program Publishing Pin
Karma3125127-Dec-06 7:43
Karma3125127-Dec-06 7:43 
GeneralRe: Deployment \ Program Publishing Pin
Dave Kreskowiak27-Dec-06 7:51
mveDave Kreskowiak27-Dec-06 7:51 
GeneralRe: Deployment \ Program Publishing Pin
Karma3125127-Dec-06 9:28
Karma3125127-Dec-06 9:28 
GeneralRe: Deployment \ Program Publishing Pin
Dave Kreskowiak27-Dec-06 13:01
mveDave Kreskowiak27-Dec-06 13:01 
QuestionFilename of LastWriteTime Pin
VK-Cadec27-Dec-06 3:44
VK-Cadec27-Dec-06 3:44 
Hi - I am trying to get the filename of the last written file in a directory. Any ideas why this code doesn''t work?

        Dim _direct As DirectoryInfo<br />
        Dim _strLastfileName, _strDirectpath As String<br />
<br />
        _strDirectpath = txtExportPath.Text ' path to directory<br />
        _direct = New DirectoryInfo(_strDirectpath)<br />
        _strLastfileName = New FileInfo(_direct.LastWriteTime).Name.ToString

AnswerRe: Filename of LastWriteTime Pin
Dave Kreskowiak27-Dec-06 4:53
mveDave Kreskowiak27-Dec-06 4:53 
Questionresize of column width in MSFlex grid Pin
pdeep27-Dec-06 2:39
pdeep27-Dec-06 2:39 
AnswerRe: resize of column width in MSFlex grid Pin
ChandraRam27-Dec-06 2:58
ChandraRam27-Dec-06 2:58 
QuestionHow to measure two points on a foto? Pin
Zero-G.27-Dec-06 1:56
Zero-G.27-Dec-06 1:56 
AnswerRe: How to measure two points on a foto? Pin
Dave Kreskowiak27-Dec-06 5:22
mveDave Kreskowiak27-Dec-06 5:22 
GeneralRe: How to measure two points on a foto? Pin
Zero-G.27-Dec-06 21:58
Zero-G.27-Dec-06 21:58 
GeneralRe: How to measure two points on a foto? Pin
Dave Kreskowiak28-Dec-06 2:59
mveDave Kreskowiak28-Dec-06 2:59 
GeneralRe: How to measure two points on a foto? Pin
Zero-G.28-Dec-06 3:10
Zero-G.28-Dec-06 3:10 
GeneralRe: How to measure two points on a foto? Pin
Dave Kreskowiak28-Dec-06 12:42
mveDave Kreskowiak28-Dec-06 12:42 
QuestionProtected Overrides Sub RefreshItems Pin
DA_Loring27-Dec-06 1:02
DA_Loring27-Dec-06 1:02 
AnswerRe: Protected Overrides Sub RefreshItems Pin
Navneet Hegde27-Dec-06 2:50
Navneet Hegde27-Dec-06 2:50 
QuestionSystem.Runtime.InteropServices.COMException Pin
phonghihi27-Dec-06 0:32
phonghihi27-Dec-06 0:32 
AnswerRe: System.Runtime.InteropServices.COMException Pin
Dave Kreskowiak27-Dec-06 4:43
mveDave Kreskowiak27-Dec-06 4:43 
GeneralRe: System.Runtime.InteropServices.COMException Pin
phonghihi27-Dec-06 15:21
phonghihi27-Dec-06 15:21 
GeneralRe: System.Runtime.InteropServices.COMException Pin
Dave Kreskowiak28-Dec-06 2:58
mveDave Kreskowiak28-Dec-06 2:58 
GeneralRe: System.Runtime.InteropServices.COMException Pin
phonghihi28-Dec-06 15:43
phonghihi28-Dec-06 15:43 
QuestionHow to save TextBoxes' values in GridView (on PostBack) Pin
kaliem27-Dec-06 0:02
kaliem27-Dec-06 0:02 

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.