Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB & delegates Pin
mr_1234518-Mar-06 8:21
mr_1234518-Mar-06 8:21 
Questiontrying to run mysql query in sql server throws error Pin
uglyeyes17-Mar-06 12:36
uglyeyes17-Mar-06 12:36 
AnswerRe: trying to run mysql query in sql server throws error Pin
Steve Pullan17-Mar-06 15:30
Steve Pullan17-Mar-06 15:30 
GeneralRe: trying to run mysql query in sql server throws error Pin
uglyeyes18-Mar-06 11:52
uglyeyes18-Mar-06 11:52 
GeneralRe: trying to run mysql query in sql server throws error Pin
Dave Kreskowiak18-Mar-06 12:03
mveDave Kreskowiak18-Mar-06 12:03 
Questiondatagrid Pin
vijaykumarnukala17-Mar-06 11:54
vijaykumarnukala17-Mar-06 11:54 
AnswerRe: datagrid Pin
Dave Kreskowiak18-Mar-06 3:10
mveDave Kreskowiak18-Mar-06 3:10 
QuestionFile in use errors Pin
taw917-Mar-06 11:29
taw917-Mar-06 11:29 
This code always results in a file in use error (error 57):
Sub DelPic(ByVal filename As String)<br />
       <br />
        Dim fi As New FileInfo(filename)<br />
        If Not fi.Exists Then Exit Sub<br />
        Try<br />
            fi.Delete()<br />
        Catch ex As Exception<br />
            MsgBox(Err.Source & " caused an error of type " & Err.Number)<br />
        End Try<br />
<br />
    End Sub

No other programs are running, all files are closed and file.attributes shows normal.
What am I doing wrong?
AnswerRe: File in use errors Pin
Dave Kreskowiak17-Mar-06 12:41
mveDave Kreskowiak17-Mar-06 12:41 
Questionapplication.exit Pin
pbaggett17-Mar-06 11:08
pbaggett17-Mar-06 11:08 
AnswerRe: application.exit Pin
Dave Kreskowiak17-Mar-06 12:40
mveDave Kreskowiak17-Mar-06 12:40 
Questioni need some help Pin
hkm113917-Mar-06 8:36
hkm113917-Mar-06 8:36 
AnswerRe: i need some help Pin
Christian Graus17-Mar-06 8:53
protectorChristian Graus17-Mar-06 8:53 
QuestionHow to display a result of query into a textbox? Pin
wliong17-Mar-06 8:33
wliong17-Mar-06 8:33 
AnswerRe: How to display a result of query into a textbox? Pin
Christian Graus17-Mar-06 8:54
protectorChristian Graus17-Mar-06 8:54 
GeneralRe: How to display a result of query into a textbox? Pin
Guffa17-Mar-06 8:56
Guffa17-Mar-06 8:56 
QuestionHow can I fix this query? Pin
wliong17-Mar-06 5:50
wliong17-Mar-06 5:50 
AnswerRe: How can I fix this query? Pin
Guffa17-Mar-06 6:26
Guffa17-Mar-06 6:26 
GeneralRe: How can I fix this query? Pin
wliong17-Mar-06 6:48
wliong17-Mar-06 6:48 
AnswerRe: How can I fix this query? Pin
Guffa17-Mar-06 8:57
Guffa17-Mar-06 8:57 
GeneralRe: How can I fix this query? Pin
wliong17-Mar-06 9:20
wliong17-Mar-06 9:20 
QuestionRegistry in dotNet Pin
aransiola17-Mar-06 5:31
aransiola17-Mar-06 5:31 
AnswerRe: Registry in dotNet Pin
Tim Carmichael17-Mar-06 5:43
Tim Carmichael17-Mar-06 5:43 
QuestionHighlight Textbox Pin
aransiola17-Mar-06 5:29
aransiola17-Mar-06 5:29 
AnswerRe: Highlight Textbox Pin
CWIZO17-Mar-06 6:29
CWIZO17-Mar-06 6:29 

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.