Click here to Skip to main content
15,900,258 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionHide form Pin
Anonymous25-Aug-05 1:21
Anonymous25-Aug-05 1:21 
AnswerRe: Hide form Pin
Dave Kreskowiak25-Aug-05 7:15
mveDave Kreskowiak25-Aug-05 7:15 
QuestionLocalization for edit EditorZone Pin
Anonymous25-Aug-05 0:37
Anonymous25-Aug-05 0:37 
GeneralNumericUpDown Problem Pin
wjr-itt24-Aug-05 12:17
wjr-itt24-Aug-05 12:17 
GeneralRe: NumericUpDown Problem Pin
wjr-itt25-Aug-05 4:01
wjr-itt25-Aug-05 4:01 
GeneralConverting bitmaps to stdole picture Pin
gorp12324-Aug-05 9:33
gorp12324-Aug-05 9:33 
GeneralOut of memory unhandled exception Pin
Silberztein23-Aug-05 14:37
Silberztein23-Aug-05 14:37 
GeneralRe: Out of memory unhandled exception Pin
Steve Pullan23-Aug-05 14:54
Steve Pullan23-Aug-05 14:54 
Max,

There should be no practical difference between virtual and real memory usage. What you are probably seeing is that even though there is a 4GB programming address space in XP, only 2GB is ever available to any application - the other 2GB is for the o/s.

You can change this with a startup option (I think it is /3GB) which will increase the address space available to non-o/s programs to 3GB and reduce the o/s address space accordingly to 1GB. You'll need to look this up on Google/Microsoft etc for the exact syntax and further info.

Having said that, I would be attempting to use much less memory by storing data on disk in a database etc. Maybe your application must use memory, maybe not? It's worth considering anyway.


...Steve
GeneralRe: Out of memory unhandled exception Pin
Silberztein23-Aug-05 17:24
Silberztein23-Aug-05 17:24 
GeneralRe: Out of memory unhandled exception Pin
Steve Pullan23-Aug-05 18:27
Steve Pullan23-Aug-05 18:27 
GeneralRe: Out of memory unhandled exception Pin
Silberztein24-Aug-05 7:51
Silberztein24-Aug-05 7:51 
GeneralRe: Out of memory unhandled exception Pin
Dave Kreskowiak23-Aug-05 14:58
mveDave Kreskowiak23-Aug-05 14:58 
GeneralRe: Out of memory unhandled exception Pin
Silberztein23-Aug-05 15:19
Silberztein23-Aug-05 15:19 
GeneralRe: Out of memory unhandled exception Pin
Steve Pullan23-Aug-05 15:31
Steve Pullan23-Aug-05 15:31 
GeneralRe: Out of memory unhandled exception Pin
Dave Kreskowiak24-Aug-05 6:10
mveDave Kreskowiak24-Aug-05 6:10 
GeneralRe: Out of memory unhandled exception Pin
Silberztein24-Aug-05 8:00
Silberztein24-Aug-05 8:00 
GeneralRe: Out of memory unhandled exception Pin
Dave Kreskowiak24-Aug-05 11:22
mveDave Kreskowiak24-Aug-05 11:22 
GeneralRe: Out of memory unhandled exception Pin
Silberztein24-Aug-05 7:57
Silberztein24-Aug-05 7:57 
GeneralSystem.Diagonastics.Process.GetProcesses throws error if the user does not have admin rights. Pin
manivannan.p23-Aug-05 5:16
manivannan.p23-Aug-05 5:16 
GeneralRe: System.Diagonastics.Process.GetProcesses throws error if the user does not have admin rights. Pin
Dave Kreskowiak24-Aug-05 6:11
mveDave Kreskowiak24-Aug-05 6:11 
GeneralOffice Programming: Insert or Merge Password Protected Documents in a Word Add-in Pin
tartancli22-Aug-05 4:14
tartancli22-Aug-05 4:14 
GeneralAbout Properties Pin
chandru_inbox22-Aug-05 4:03
chandru_inbox22-Aug-05 4:03 
GeneralRe: About Properties Pin
Christian Graus22-Aug-05 11:01
protectorChristian Graus22-Aug-05 11:01 
GeneralRe: About Properties Pin
[Marc]22-Aug-05 17:42
[Marc]22-Aug-05 17:42 
GeneralRe: About Properties Pin
Christian Graus22-Aug-05 18:54
protectorChristian Graus22-Aug-05 18:54 

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.