Forum: VB.NET Feb 23rd, 2009 |
| Replies: 4 Views: 2,451 Private Sub RenameFile(ByRef fileNameFull As String)
Dim fileI As FileInfo = New FileInfo(fileNameFull)
If fileI.Exists Then
Dim binReader As New... |
Forum: VB.NET Jan 22nd, 2009 |
| Replies: 3 Views: 581 You might have to go into the properties of the app when installed on 64 bit and change to "run as 32 bit app" (or some such), look on the Compatibility tab. I run lots of 32 bit compiled apps on my... |