Click here to Skip to main content
16,006,341 members

Comments by Member 12302635 (Top 9 by date)

Member 12302635 10-Mar-16 8:16am View    
Oops, that's right. the assigned value obviously came null before i pressed the button, but i got it working! Thanks to your support.
Member 12302635 10-Mar-16 6:55am View    
One more newbie question, why can't i use a string like this:
Form2 myForm2Instance = new Form2(sMyfilepath);
i can write it like that, but its always null on the other side??
Member 12302635 10-Mar-16 6:11am View    
And yes, i'm a newbie. I tried "something" like this and quit too quickly.. :)
Member 12302635 10-Mar-16 6:09am View    
Went through the Google and some other paths, but it wasn't what i looked for.
I know there's good examples and blog around the net like this one:
http://geek-goddess-bonnie.blogspot.com/2011/01/passing-data-between-forms.html
But this was just a little detail in a bigger project, that i wanted to find just simplest thisng. And yes i'm a newbie, and that's why i sometimes need help from the net :)
Member 12302635 10-Mar-16 6:06am View    
Thanks for this solution. All other found from Google, or other sources were way more complicated for this simple thing.