Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: ScrollBars of MDI Parent Form Pin
Nigel H. Lin19-Jan-03 5:11
Nigel H. Lin19-Jan-03 5:11 
GeneralRe: ScrollBars of MDI Parent Form Pin
Stephane Rodriguez.19-Jan-03 6:18
Stephane Rodriguez.19-Jan-03 6:18 
GeneralRe: ScrollBars of MDI Parent Form Pin
Nigel H. Lin19-Jan-03 6:39
Nigel H. Lin19-Jan-03 6:39 
GeneralRe: ScrollBars of MDI Parent Form Pin
Stephane Rodriguez.19-Jan-03 6:44
Stephane Rodriguez.19-Jan-03 6:44 
GeneralRe: ScrollBars of MDI Parent Form Pin
Nigel H. Lin19-Jan-03 15:41
Nigel H. Lin19-Jan-03 15:41 
GeneralRe: ScrollBars of MDI Parent Form Pin
Stephane Rodriguez.19-Jan-03 18:42
Stephane Rodriguez.19-Jan-03 18:42 
GeneralGlobal Variables Pin
Jassim Rahma18-Jan-03 2:27
Jassim Rahma18-Jan-03 2:27 
GeneralRe: Global Variables Pin
Stephane Rodriguez.18-Jan-03 3:07
Stephane Rodriguez.18-Jan-03 3:07 
jrahma wrote:
what is the best way to save variables (login ID, etc) accross all forms without killing the PC memroy and application performance?

Those things are unrelated to each other. Serializing one or more objects can be directed to flat files (see BinaryFormatter for instance), with no memory overhead.

Application performance ? Of course, if you are supposed to serialize 10000 object states 10 times each second, you are likely to have a couple issues, but isn't it up to you to write an appropriate application logic instead ? For instance, why the states of all objects should be saved if the last state has really changed for only a fraction of them.
GeneralArray of objects Pin
lbh18-Jan-03 2:25
lbh18-Jan-03 2:25 
GeneralRe: Array of objects Pin
Stephane Rodriguez.18-Jan-03 3:04
Stephane Rodriguez.18-Jan-03 3:04 
GeneralSocket Question Pin
gekoscan17-Jan-03 21:29
gekoscan17-Jan-03 21:29 
GeneralRe: Socket Question Pin
Stephane Rodriguez.17-Jan-03 21:48
Stephane Rodriguez.17-Jan-03 21:48 
GeneralRe: Socket Question Pin
gekoscan18-Jan-03 21:42
gekoscan18-Jan-03 21:42 
GeneralRe: Socket Question Pin
stephen woolhead18-Jan-03 1:40
stephen woolhead18-Jan-03 1:40 
GeneralCreating client/server chat program Pin
jtmtv1817-Jan-03 20:41
jtmtv1817-Jan-03 20:41 
GeneralRe: Creating client/server chat program Pin
leppie17-Jan-03 21:05
leppie17-Jan-03 21:05 
GeneralRe: Creating client/server chat program Pin
jtmtv1817-Jan-03 21:33
jtmtv1817-Jan-03 21:33 
GeneralRe: Creating client/server chat program Pin
Stephane Rodriguez.17-Jan-03 21:52
Stephane Rodriguez.17-Jan-03 21:52 
Generalmethod variable scope problem Pin
vlusardi17-Jan-03 10:19
vlusardi17-Jan-03 10:19 
GeneralRe: method variable scope problem Pin
Stephane Rodriguez.17-Jan-03 10:54
Stephane Rodriguez.17-Jan-03 10:54 
GeneralRe: method variable scope problem Pin
vlusardi17-Jan-03 11:01
vlusardi17-Jan-03 11:01 
GeneralRe: method variable scope problem Pin
vlusardi17-Jan-03 11:44
vlusardi17-Jan-03 11:44 
GeneralSerialization Question Pin
gekoscan17-Jan-03 9:52
gekoscan17-Jan-03 9:52 
GeneralRe: Serialization Question Pin
Stephane Rodriguez.17-Jan-03 10:36
Stephane Rodriguez.17-Jan-03 10:36 
GeneralCreating and using a Dll in Dev-C++ Pin
Aidman17-Jan-03 8:37
Aidman17-Jan-03 8:37 

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.