Click here to Skip to main content
15,890,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to add Embedded Menifest With Appliation Pin
Prerak Patel2-Feb-11 2:39
professionalPrerak Patel2-Feb-11 2:39 
QuestionVisual Basic 2008 express edition crash my program Pin
exotiick1-Feb-11 8:28
exotiick1-Feb-11 8:28 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
Luc Pattyn1-Feb-11 8:46
sitebuilderLuc Pattyn1-Feb-11 8:46 
JokeRe: Visual Basic 2008 express edition crash my program Pin
Peter_in_27801-Feb-11 13:44
professionalPeter_in_27801-Feb-11 13:44 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
Luc Pattyn1-Feb-11 14:07
sitebuilderLuc Pattyn1-Feb-11 14:07 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
Richard MacCutchan1-Feb-11 8:47
mveRichard MacCutchan1-Feb-11 8:47 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
exotiick1-Feb-11 9:05
exotiick1-Feb-11 9:05 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
Luc Pattyn1-Feb-11 9:19
sitebuilderLuc Pattyn1-Feb-11 9:19 
Visual Designer keeps track of your actions by creating one or more (hidden) source files, probably called form1.designer.vb or something similar. You can see them with Windows Explorer; and with Visual Studio provided you make it show all files, there is an icon button for that.

When you run your app, it either works fine or throws an exception, and since you did not add any explicit code, it will not be swallowed by an empty catch block. Look at the exception, pay attention to class names, file names, and line numbers mentioned, or report it here.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Visual Basic 2008 express edition crash my program Pin
Anubhava Dimri2-Feb-11 1:28
Anubhava Dimri2-Feb-11 1:28 
AnswerRe: Visual Basic 2008 express edition crash my program Pin
RobCroll1-Feb-11 12:54
RobCroll1-Feb-11 12:54 
QuestionVb.Net / Crystal Reports - Generate multiple files from 1 run Pin
directred31-Jan-11 5:09
directred31-Jan-11 5:09 
AnswerRe: Vb.Net / Crystal Reports - Generate multiple files from 1 run Pin
Eddy Vluggen31-Jan-11 6:53
professionalEddy Vluggen31-Jan-11 6:53 
AnswerRe: Vb.Net / Crystal Reports - Generate multiple files from 1 run Pin
David Mujica31-Jan-11 6:59
David Mujica31-Jan-11 6:59 
QuestionTimecard application Pin
digicd130-Jan-11 6:49
digicd130-Jan-11 6:49 
AnswerRe: Timecard application Pin
David Mujica31-Jan-11 4:49
David Mujica31-Jan-11 4:49 
QuestionWhats happen with my program? Pin
ivo7529-Jan-11 0:25
ivo7529-Jan-11 0:25 
AnswerRe: Whats happen with my program? Pin
DaveAuld29-Jan-11 0:45
professionalDaveAuld29-Jan-11 0:45 
AnswerRe: Whats happen with my program? Pin
Luc Pattyn29-Jan-11 1:26
sitebuilderLuc Pattyn29-Jan-11 1:26 
AnswerRe: Whats happen with my program? Pin
Abhinav S29-Jan-11 2:09
Abhinav S29-Jan-11 2:09 
GeneralRe: Whats happen with my program? Pin
ivo7529-Jan-11 5:43
ivo7529-Jan-11 5:43 
AnswerRe: Whats happen with my program? Pin
Dalek Dave9-Feb-11 13:10
professionalDalek Dave9-Feb-11 13:10 
QuestionSelect a file and then open it Pin
directred28-Jan-11 9:37
directred28-Jan-11 9:37 
AnswerRe: Select a file and then open it Pin
DaveAuld28-Jan-11 10:43
professionalDaveAuld28-Jan-11 10:43 
GeneralRe: Select a file and then open it Pin
directred28-Jan-11 10:52
directred28-Jan-11 10:52 
GeneralRe: Select a file and then open it Pin
DaveAuld28-Jan-11 10:54
professionalDaveAuld28-Jan-11 10:54 

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.