Click here to Skip to main content
16,005,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: hash Pin
Dave Kreskowiak11-Jul-07 6:02
mveDave Kreskowiak11-Jul-07 6:02 
GeneralRe: hash Pin
Paul Conrad11-Jul-07 7:02
professionalPaul Conrad11-Jul-07 7:02 
QuestionVideo Player with different formats Pin
Zero-G.11-Jul-07 4:22
Zero-G.11-Jul-07 4:22 
AnswerRe: Video Player with different formats Pin
Dave Kreskowiak11-Jul-07 5:59
mveDave Kreskowiak11-Jul-07 5:59 
GeneralRe: Video Player with different formats Pin
Zero-G.11-Jul-07 20:26
Zero-G.11-Jul-07 20:26 
GeneralRe: Video Player with different formats Pin
Dave Kreskowiak12-Jul-07 1:40
mveDave Kreskowiak12-Jul-07 1:40 
QuestionHaving trouble updating form Pin
Cory Kimble11-Jul-07 4:09
Cory Kimble11-Jul-07 4:09 
AnswerRe: Having trouble updating form Pin
Luc Pattyn11-Jul-07 5:32
sitebuilderLuc Pattyn11-Jul-07 5:32 
You are missing an essential point (and if IIRC you did the same in some earlier post):

when you have a specialized form class (such as frminYardTrucks) you
dont have any object yet, and you dont see anything yet.

when you instantiate this class (with the New keyword), you have a form, that you dont
see yet, until you call Show (or ShowDialog) on it.

when you instantiate this class again, you get a second form, that you again dont see
until you Show it...

So creating a second form, not showing it and modifying it will never help you:
the original, unmodified form will be visible, the second modified form remains invisible.

What you must do is modify your EXISTING form instance, so dont do New frminYardTrucks
more than once, if you only want a single frminYardTrucks !!!

Smile | :)


QuestionDatagridview column header color Pin
chakor12311-Jul-07 2:57
chakor12311-Jul-07 2:57 
AnswerRe: Datagridview column header color Pin
Rupesh Kumar Swami11-Jul-07 4:30
Rupesh Kumar Swami11-Jul-07 4:30 
QuestionCalling form of vb.net fom vb6.0 application Pin
ShuklaGirish11-Jul-07 1:46
ShuklaGirish11-Jul-07 1:46 
AnswerRe: Calling form of vb.net fom vb6.0 application Pin
Christian Graus11-Jul-07 2:09
protectorChristian Graus11-Jul-07 2:09 
GeneralRe: Calling form of vb.net fom vb6.0 application Pin
ShuklaGirish11-Jul-07 2:46
ShuklaGirish11-Jul-07 2:46 
GeneralRe: Calling form of vb.net fom vb6.0 application Pin
originSH11-Jul-07 3:17
originSH11-Jul-07 3:17 
Questionplease help me...its about vb.net Pin
Rharzkie11-Jul-07 1:41
Rharzkie11-Jul-07 1:41 
AnswerRe: please help me...its about vb.net Pin
Christian Graus11-Jul-07 2:10
protectorChristian Graus11-Jul-07 2:10 
GeneralRe: please help me...its about vb.net Pin
Rharzkie11-Jul-07 2:25
Rharzkie11-Jul-07 2:25 
GeneralRe: please help me...its about vb.net Pin
Christian Graus11-Jul-07 2:39
protectorChristian Graus11-Jul-07 2:39 
GeneralRe: please help me...its about vb.net Pin
Rharzkie11-Jul-07 2:45
Rharzkie11-Jul-07 2:45 
QuestionRe: please help me...its about vb.net Pin
Rharzkie11-Jul-07 19:59
Rharzkie11-Jul-07 19:59 
AnswerThe rules Pin
leckey11-Jul-07 3:04
leckey11-Jul-07 3:04 
QuestionProblem with Schemas Pin
Mark0611-Jul-07 1:22
Mark0611-Jul-07 1:22 
AnswerRe: Problem with Schemas Pin
Dave Kreskowiak11-Jul-07 6:05
mveDave Kreskowiak11-Jul-07 6:05 
QuestionFinalize the application Pin
magedhv11-Jul-07 0:04
magedhv11-Jul-07 0:04 
AnswerRe: Finalize the application Pin
Colin Angus Mackay11-Jul-07 0:15
Colin Angus Mackay11-Jul-07 0:15 

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.