Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:01
musefan17-Jun-09 6:01 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 6:13
led mike17-Jun-09 6:13 
JokeRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:27
musefan17-Jun-09 6:27 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 6:34
sitebuilderLuc Pattyn17-Jun-09 6:34 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 7:12
led mike17-Jun-09 7:12 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 8:07
sitebuilderLuc Pattyn17-Jun-09 8:07 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 9:33
led mike17-Jun-09 9:33 
GeneralRe: how to display Form2 by click button in Form1 Pin
Luc Pattyn17-Jun-09 10:02
sitebuilderLuc Pattyn17-Jun-09 10:02 
GeneralRe: how to display Form2 by click button in Form1 Pin
led mike17-Jun-09 10:57
led mike17-Jun-09 10:57 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:08
xingselex17-Jun-09 6:08 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:11
musefan17-Jun-09 6:11 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:17
xingselex17-Jun-09 6:17 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:21
musefan17-Jun-09 6:21 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:35
xingselex17-Jun-09 6:35 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 6:42
musefan17-Jun-09 6:42 
GeneralRe: how to display Form2 by click button in Form1 Pin
xingselex17-Jun-09 6:52
xingselex17-Jun-09 6:52 
GeneralRe: how to display Form2 by click button in Form1 Pin
musefan17-Jun-09 7:37
musefan17-Jun-09 7:37 
GeneralRe: how to display Form2 by click button in Form1 Pin
Christian Graus17-Jun-09 13:43
protectorChristian Graus17-Jun-09 13:43 
QuestionVerifying SSL Certificate for https Link Pin
singhdurgesh17-Jun-09 5:38
singhdurgesh17-Jun-09 5:38 
AnswerRe: Verifying SSL Certificate for https Link Pin
singhdurgesh18-Jun-09 1:24
singhdurgesh18-Jun-09 1:24 
QuestionMultiple Object Type Serialization Pin
David Muir17-Jun-09 5:34
David Muir17-Jun-09 5:34 
AnswerRe: Multiple Object Type Serialization Pin
I Believe In GOD17-Jun-09 8:41
I Believe In GOD17-Jun-09 8:41 
GeneralRe: Multiple Object Type Serialization Pin
David Muir17-Jun-09 22:46
David Muir17-Jun-09 22:46 
GeneralRe: Multiple Object Type Serialization Pin
I Believe In GOD18-Jun-09 4:28
I Believe In GOD18-Jun-09 4:28 
Hi , you are welcome

for your Question :

if you Save your variables like this order ...

int a = 1;
int b = 9;
int c = 3;


then you can read JUST like this

a = (int)Deserlaize ( .... )
b = (int)Deserlaize ( .... )
c = (int)Deserlaize ( .... )

in the same order ,

and the output will be a = 1 , b = 9 , c = 3

in other word you can't read (int b) , with out reading ( int a ) ....

P.S :
I am sorry , I can't found the right word to present this
but may be ( Book1 Above Book2 Above Book3 ) .... you can't get book2 , with out (moving or push away ) book1 ....

I am really sorry for this bad english ....

but if you got the idea , please let me know , I will be happy Rose | [Rose]

I know nothing , I know nothing ...

QuestionWindows service. Mobile service? Pin
Yosh_17-Jun-09 4:41
professionalYosh_17-Jun-09 4:41 

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.