Click here to Skip to main content
15,908,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Newbiw VB Help required Pin
Christian Graus5-Nov-07 15:44
protectorChristian Graus5-Nov-07 15:44 
QuestionFolder Properties Pin
ChadYKK5-Nov-07 10:48
ChadYKK5-Nov-07 10:48 
AnswerRe: Folder Properties Pin
Christian Graus5-Nov-07 15:46
protectorChristian Graus5-Nov-07 15:46 
GeneralRe: Folder Properties Pin
ChadYKK6-Nov-07 2:09
ChadYKK6-Nov-07 2:09 
QuestionUsing VB.NET controls in Commercial Applications Pin
jsp_15-Nov-07 9:28
jsp_15-Nov-07 9:28 
AnswerRe: Using VB.NET controls in Commercial Applications Pin
Christian Graus5-Nov-07 15:47
protectorChristian Graus5-Nov-07 15:47 
GeneralRe: Using VB.NET controls in Commercial Applications Pin
jsp_18-Nov-07 1:26
jsp_18-Nov-07 1:26 
QuestionCatching errors v2 Pin
svanwass5-Nov-07 7:01
svanwass5-Nov-07 7:01 
Hello all,

I have an app that requires a certain active X plug in be installed. During testing, if i uninstall the active x control, I am presented with a rather nasty error. I have trapped other error messages with...

<br />
    'Unhandled exception error<br />
    Dim WithEvents ap As AppDomain<br />
<br />
<br />
    Private Sub ap_UnhandledException(ByVal sender As Object, ByVal e As System.UnhandledExceptionEventArgs) Handles ap.UnhandledException<br />
<br />
        Try<br />
            WriteErrorLog(e.ToString)<br />
        Catch ex As Exception<br />
            WriteErrorLog(ex.ToString)<br />
        End Try<br />
<br />
    End Sub<br />


How can i capture this one too?
AnswerRe: Catching errors v2 Pin
nlarson115-Nov-07 7:48
nlarson115-Nov-07 7:48 
QuestionAdding Problem Pin
Cedrickdeorange5-Nov-07 5:49
Cedrickdeorange5-Nov-07 5:49 
AnswerRe: Adding Problem Pin
Kschuler5-Nov-07 7:37
Kschuler5-Nov-07 7:37 
AnswerRe: Adding Problem Pin
svanwass5-Nov-07 7:39
svanwass5-Nov-07 7:39 
AnswerRe: Adding Problem Pin
Cedrickdeorange5-Nov-07 8:52
Cedrickdeorange5-Nov-07 8:52 
GeneralRe: Adding Problem Pin
leckey5-Nov-07 9:59
leckey5-Nov-07 9:59 
QuestionUsing VB in Excel Pin
nick45-Nov-07 5:09
nick45-Nov-07 5:09 
Questionmysql and vb.net connection error Pin
tj285-Nov-07 4:57
tj285-Nov-07 4:57 
AnswerRe: mysql and vb.net connection error Pin
DigiOz Multimedia5-Nov-07 5:20
DigiOz Multimedia5-Nov-07 5:20 
AnswerRe: mysql and vb.net connection error Pin
tj285-Nov-07 17:29
tj285-Nov-07 17:29 
QuestionApplication Exits at the beginning. Please Help [modified] Pin
s3rro5-Nov-07 3:55
s3rro5-Nov-07 3:55 
AnswerRe: Application Exits at the beginning. Please Help Pin
Kschuler5-Nov-07 7:40
Kschuler5-Nov-07 7:40 
GeneralRe: Application Exits at the beginning. Please Help Pin
s3rro5-Nov-07 8:15
s3rro5-Nov-07 8:15 
GeneralRe: Application Exits at the beginning. Please Help Pin
Kschuler5-Nov-07 8:18
Kschuler5-Nov-07 8:18 
QuestionFrom Windows application to web- application Pin
PaulMiedema5-Nov-07 2:11
PaulMiedema5-Nov-07 2:11 
AnswerRe: From Windows application to web- application Pin
DigiOz Multimedia5-Nov-07 5:29
DigiOz Multimedia5-Nov-07 5:29 
GeneralRe: From Windows application to web- application Pin
PaulMiedema6-Nov-07 0:00
PaulMiedema6-Nov-07 0:00 

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.