Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: FileNotFoundException on file that exists! [solved] Pin
Thomas ST24-Sep-09 1:15
Thomas ST24-Sep-09 1:15 
GeneralRe: FileNotFoundException on file that exists! [solved] Pin
Keith Barrow24-Sep-09 1:34
professionalKeith Barrow24-Sep-09 1:34 
QuestionSerializing an inhertid class Pin
tvbarnard23-Sep-09 23:46
tvbarnard23-Sep-09 23:46 
GeneralRe: Serializing an inhertid class Pin
tvbarnard24-Sep-09 0:00
tvbarnard24-Sep-09 0:00 
QuestionCreate a word document without using Interop object [modified] Pin
Swetha Srinivasan23-Sep-09 22:38
Swetha Srinivasan23-Sep-09 22:38 
AnswerRe: Create a word document without using Interop object Pin
stancrm23-Sep-09 22:42
stancrm23-Sep-09 22:42 
QuestionCreate new form Pin
tamir90123-Sep-09 22:14
tamir90123-Sep-09 22:14 
AnswerRe: Create new form Pin
OriginalGriff23-Sep-09 22:27
mveOriginalGriff23-Sep-09 22:27 
You will have to either
1) Keep a reference to the original form and pass it to the new form when you create it, and before you hid the original.
or
2) hook into an event from the second form to the original form which causes the original to re-display itself.

The second is better practice as it doesn't require form2 to know anything outside itself - it just throws an "I'm done" event.

Niether is too complex, the second is a few extra lines of code.

No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced.

This message is made of fully recyclable Zeros and Ones

AnswerRe: Create new form Pin
tamir90123-Sep-09 22:29
tamir90123-Sep-09 22:29 
QuestionProblem related to grid Pin
lalit1423-Sep-09 21:03
lalit1423-Sep-09 21:03 
AnswerRe: Problem related to grid Pin
OriginalGriff23-Sep-09 21:56
mveOriginalGriff23-Sep-09 21:56 
GeneralRe: Problem related to grid Pin
lalit1423-Sep-09 23:23
lalit1423-Sep-09 23:23 
GeneralRe: Problem related to grid Pin
OriginalGriff24-Sep-09 0:29
mveOriginalGriff24-Sep-09 0:29 
GeneralRe: Problem related to grid Pin
lalit1424-Sep-09 19:54
lalit1424-Sep-09 19:54 
GeneralRe: Problem related to grid Pin
OriginalGriff25-Sep-09 0:07
mveOriginalGriff25-Sep-09 0:07 
AnswerRe: Problem related to grid Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:23
professionalVimalsoft(Pty) Ltd23-Sep-09 22:23 
Questioni need some help Pin
Mohamed El-Wehishy23-Sep-09 20:20
Mohamed El-Wehishy23-Sep-09 20:20 
AnswerRe: i need some help Pin
N a v a n e e t h23-Sep-09 20:42
N a v a n e e t h23-Sep-09 20:42 
AnswerRe: i need some help Pin
Mohamed El-Wehishy23-Sep-09 20:54
Mohamed El-Wehishy23-Sep-09 20:54 
GeneralRe: i need some help [modified] Pin
N a v a n e e t h23-Sep-09 21:10
N a v a n e e t h23-Sep-09 21:10 
QuestionWindows media Control Pin
jpk42023-Sep-09 20:01
jpk42023-Sep-09 20:01 
AnswerRe: Windows media Control Pin
N a v a n e e t h23-Sep-09 20:55
N a v a n e e t h23-Sep-09 20:55 
GeneralRe: Windows media Control Pin
jpk42023-Sep-09 23:37
jpk42023-Sep-09 23:37 
GeneralRe: Windows media Control Pin
N a v a n e e t h24-Sep-09 0:11
N a v a n e e t h24-Sep-09 0:11 
Questionerror "Object reference not set to an instance of an object" pls see the code and help me Pin
amaankhan23-Sep-09 19:58
amaankhan23-Sep-09 19:58 

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.