Click here to Skip to main content
15,899,546 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Session End Pin
Dave Kreskowiak23-Feb-09 4:07
mveDave Kreskowiak23-Feb-09 4:07 
QuestionVB 2005 Express Edition Pin
aswd22-Feb-09 17:53
aswd22-Feb-09 17:53 
AnswerRe: VB 2005 Express Edition [modified] Pin
drexler_kk22-Feb-09 18:55
drexler_kk22-Feb-09 18:55 
GeneralRe: VB 2005 Express Edition Pin
aswd23-Feb-09 1:34
aswd23-Feb-09 1:34 
GeneralRe: VB 2005 Express Edition Pin
EliottA23-Feb-09 3:08
EliottA23-Feb-09 3:08 
GeneralRe: VB 2005 Express Edition Pin
aswd23-Feb-09 3:11
aswd23-Feb-09 3:11 
GeneralRe: VB 2005 Express Edition Pin
EliottA23-Feb-09 3:13
EliottA23-Feb-09 3:13 
GeneralRe: VB 2005 Express Edition Pin
Dave Kreskowiak23-Feb-09 4:04
mveDave Kreskowiak23-Feb-09 4:04 
How many times are you going to ask the same question and ignore the answers you've been given?? There is no method to "reset" a form unless you write code to reset all of the values and controls you need, yourself.

If this is a child form you're talking about, all you need to do is create a new instance of the form, show it, get the values you need from it, then call Dispose on that instance. Every new instance you create will be created with the same initial values you specify in it's design and startup code.


A guide to posting questions on CodeProject[^]



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




QuestionProblem with DataGridView Pin
drexler_kk22-Feb-09 17:06
drexler_kk22-Feb-09 17:06 
AnswerRe: Problem with DataGridView Pin
Dave Kreskowiak23-Feb-09 2:08
mveDave Kreskowiak23-Feb-09 2:08 
AnswerRe: Problem with DataGridView Pin
drexler_kk23-Feb-09 16:28
drexler_kk23-Feb-09 16:28 
Questionlabel Pin
aswd22-Feb-09 16:03
aswd22-Feb-09 16:03 
AnswerRe: label Pin
Mycroft Holmes22-Feb-09 16:15
professionalMycroft Holmes22-Feb-09 16:15 
AnswerRe: label Pin
Tom Deketelaere22-Feb-09 22:42
professionalTom Deketelaere22-Feb-09 22:42 
GeneralRe: label Pin
aswd23-Feb-09 1:29
aswd23-Feb-09 1:29 
GeneralRe: label Pin
Tom Deketelaere23-Feb-09 1:42
professionalTom Deketelaere23-Feb-09 1:42 
GeneralRe: label Pin
aswd23-Feb-09 1:47
aswd23-Feb-09 1:47 
GeneralRe: label Pin
Tom Deketelaere23-Feb-09 2:07
professionalTom Deketelaere23-Feb-09 2:07 
GeneralRe: label Pin
aswd23-Feb-09 15:15
aswd23-Feb-09 15:15 
GeneralRe: label Pin
Tom Deketelaere23-Feb-09 20:47
professionalTom Deketelaere23-Feb-09 20:47 
GeneralRe: label Pin
CPallini23-Feb-09 2:55
mveCPallini23-Feb-09 2:55 
GeneralRe: label Pin
Tom Deketelaere23-Feb-09 3:04
professionalTom Deketelaere23-Feb-09 3:04 
Questionhow to get reset an application without reopen the application? Pin
aswd22-Feb-09 15:52
aswd22-Feb-09 15:52 
AnswerRe: how to get reset an application without reopen the application? Pin
Mycroft Holmes22-Feb-09 16:16
professionalMycroft Holmes22-Feb-09 16:16 
AnswerRe: how to get reset an application without reopen the application? Pin
dan!sh 22-Feb-09 20:20
professional dan!sh 22-Feb-09 20:20 

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.