Click here to Skip to main content
16,016,425 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Problems resizing image in VB.NET Pin
Dave Kreskowiak28-Sep-07 10:59
mveDave Kreskowiak28-Sep-07 10:59 
GeneralRe: Problems resizing image in VB.NET Pin
Kombu28-Sep-07 12:35
Kombu28-Sep-07 12:35 
QuestionSimulating a mouseclick Pin
The real $M@28-Sep-07 8:31
The real $M@28-Sep-07 8:31 
AnswerRe: Simulating a mouseclick Pin
Dave Kreskowiak28-Sep-07 9:36
mveDave Kreskowiak28-Sep-07 9:36 
QuestionWizard Creation Pin
zoljin28-Sep-07 5:49
zoljin28-Sep-07 5:49 
AnswerRe: Wizard Creation Pin
Dave Kreskowiak28-Sep-07 6:20
mveDave Kreskowiak28-Sep-07 6:20 
QuestionVisual Studio error opening form file, help tracing location Pin
svanwass28-Sep-07 5:35
svanwass28-Sep-07 5:35 
AnswerRe: Visual Studio error opening form file, help tracing location Pin
Dave Kreskowiak28-Sep-07 6:17
mveDave Kreskowiak28-Sep-07 6:17 
I don't use Vista, and haven't seen that problem under XP yet either.

The first thing I'd try would be to close the Solution, go into the Projects folder and delete the .SUO file (which is normally hiddden). Then try reopening the project.

After that, I would suspect that one of the files for that form has been corrupted somehow. I'd probably try salvaging the code for the form by opening its .vb file in Notepad and copying it to another file, then delete the form from the project, making sure the .vb, .resx, and .designer.vb files are removed, then recreate then form with all the controls using the same names you used before. You can copy and paste the code you salvaged back into the form's code.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Visual Studio error opening form file, help tracing location Pin
svanwass28-Sep-07 7:18
svanwass28-Sep-07 7:18 
QuestionShowing webpages Pin
The real $M@28-Sep-07 5:14
The real $M@28-Sep-07 5:14 
AnswerRe: Showing webpages Pin
svanwass28-Sep-07 5:38
svanwass28-Sep-07 5:38 
GeneralRe: Showing webpages Pin
The real $M@28-Sep-07 20:38
The real $M@28-Sep-07 20:38 
AnswerRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 8:47
DigiOz Multimedia28-Sep-07 8:47 
GeneralRe: Showing webpages Pin
Dave Kreskowiak28-Sep-07 9:21
mveDave Kreskowiak28-Sep-07 9:21 
GeneralRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 19:20
DigiOz Multimedia28-Sep-07 19:20 
QuestionAccessing controls on startup Form Pin
AliAmjad28-Sep-07 4:21
AliAmjad28-Sep-07 4:21 
AnswerRe: Accessing controls on startup Form Pin
Dave Kreskowiak28-Sep-07 6:10
mveDave Kreskowiak28-Sep-07 6:10 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 4:22
AliAmjad29-Sep-07 4:22 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 5:16
mveDave Kreskowiak29-Sep-07 5:16 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 7:16
AliAmjad29-Sep-07 7:16 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 8:17
mveDave Kreskowiak29-Sep-07 8:17 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 11:39
AliAmjad29-Sep-07 11:39 
QuestionCrystal Reports Database Login Problem Pin
Kschuler28-Sep-07 3:58
Kschuler28-Sep-07 3:58 
AnswerRe: Crystal Reports Database Login Problem Pin
Paul Conrad30-Sep-07 13:41
professionalPaul Conrad30-Sep-07 13:41 
GeneralRe: Crystal Reports Database Login Problem Pin
Kschuler1-Oct-07 2:57
Kschuler1-Oct-07 2:57 

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.