Click here to Skip to main content
15,922,512 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to change reference path in VB6 Pin
Andraw Tang9-Jun-10 7:00
Andraw Tang9-Jun-10 7:00 
AnswerRe: How to change reference path in VB6 Pin
DaveAuld10-Jun-10 3:16
professionalDaveAuld10-Jun-10 3:16 
GeneralRe: How to change reference path in VB6 Pin
Andraw Tang10-Jun-10 3:24
Andraw Tang10-Jun-10 3:24 
GeneralRe: How to change reference path in VB6 Pin
DaveAuld10-Jun-10 3:42
professionalDaveAuld10-Jun-10 3:42 
GeneralRe: How to change reference path in VB6 Pin
Andraw Tang10-Jun-10 3:44
Andraw Tang10-Jun-10 3:44 
AnswerRe: How to change reference path in VB6 Pin
Anshul R10-Jun-10 19:59
Anshul R10-Jun-10 19:59 
QuestionWindows XP can't start my application Pin
O.G.I.9-Jun-10 1:04
O.G.I.9-Jun-10 1:04 
AnswerRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 2:07
sitebuilderLuc Pattyn9-Jun-10 2:07 
O.G.I. wrote:
(myprogram)has encountered a problem and needs to close


that basically tells me you did not meticulously provide error handling in your app.

You need to add some try-catch constructs, where an exception when caught also gets displayed, say using MessageBox.Show(exception.ToString())

The first place to insert such try-catch construct is in your very first code (so it covers everything that gets executed on the main thread from there), so go search for file program.vb

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

AnswerRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 3:11
Chris C-B9-Jun-10 3:11 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 4:21
O.G.I.9-Jun-10 4:21 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 5:37
sitebuilderLuc Pattyn9-Jun-10 5:37 
GeneralRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 5:42
Chris C-B9-Jun-10 5:42 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 6:34
O.G.I.9-Jun-10 6:34 
GeneralRe: Windows XP can't start my application Pin
Chris C-B9-Jun-10 7:07
Chris C-B9-Jun-10 7:07 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 8:40
O.G.I.9-Jun-10 8:40 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:11
sitebuilderLuc Pattyn9-Jun-10 9:11 
GeneralRe: Windows XP can't start my application Pin
O.G.I.9-Jun-10 9:36
O.G.I.9-Jun-10 9:36 
GeneralRe: Windows XP can't start my application Pin
Luc Pattyn9-Jun-10 9:45
sitebuilderLuc Pattyn9-Jun-10 9:45 
QuestionHow to fit a mdi form to auto size to any window resolution? Pin
waner michaud7-Jun-10 11:07
waner michaud7-Jun-10 11:07 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Wayne Gaylard7-Jun-10 12:40
professionalWayne Gaylard7-Jun-10 12:40 
AnswerRe: How to fit a mdi form to auto size to any window resolution? Pin
Johnny J.8-Jun-10 2:39
professionalJohnny J.8-Jun-10 2:39 
QuestionHow can I know If I have install MDAC in my computer Pin
Andraw Tang7-Jun-10 7:06
Andraw Tang7-Jun-10 7:06 
AnswerRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak7-Jun-10 10:33
mveDave Kreskowiak7-Jun-10 10:33 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Andraw Tang8-Jun-10 3:06
Andraw Tang8-Jun-10 3:06 
GeneralRe: How can I know If I have install MDAC in my computer Pin
Dave Kreskowiak8-Jun-10 3:30
mveDave Kreskowiak8-Jun-10 3:30 

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.