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

C#

 
AnswerRe: Rebbon Control - C Sharp Pin
DaveyM6911-May-09 22:37
professionalDaveyM6911-May-09 22:37 
GeneralRe: Rebbon Control - C Sharp Pin
misCafe11-May-09 22:51
misCafe11-May-09 22:51 
AnswerRe: Rebbon Control - C Sharp Pin
Simon P Stevens11-May-09 23:46
Simon P Stevens11-May-09 23:46 
GeneralRe: Rebbon Control - C Sharp Pin
misCafe11-May-09 23:58
misCafe11-May-09 23:58 
GeneralRe: Rebbon Control - C Sharp Pin
Simon P Stevens12-May-09 0:07
Simon P Stevens12-May-09 0:07 
GeneralRe: Rebbon Control - C Sharp Pin
misCafe12-May-09 14:03
misCafe12-May-09 14:03 
AnswerRe: Rebbon Control - C Sharp Pin
stancrm11-May-09 23:53
stancrm11-May-09 23:53 
QuestionHow to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again11-May-09 22:33
zh.again11-May-09 22:33 
How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9
I Load many images in order to make my Project looks well and .exe file in debug and release run well in my PC.but if i copy my exe and image file to Arm based on WinCE5.0, my exe file can not run and show "OutOfMemoryExceptoin".

1.this is my way to initial images array:
private Bitmap[] bitmaps = new Bitmap[20];
public FormMain()
{
InitializeComponent();
bitmaps[0] = new Bitmap(".\\buttons\\bt1_on.bmp");
...
...
...
bitmaps[19] = new Bitmap(".\\buttons\\bt20_on.bmp");
}

2.all of my pictures files is about 993k

3.my device memory64M SDRAM
- 32bit databus
4.and when i exe file in my PC,it need 32M memory


thanks!!!!!!!!!
AnswerRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
Michael Bookatz11-May-09 22:39
Michael Bookatz11-May-09 22:39 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 16:13
zh.again12-May-09 16:13 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 20:26
zh.again12-May-09 20:26 
AnswerRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
Nagy Vilmos12-May-09 0:31
professionalNagy Vilmos12-May-09 0:31 
GeneralRe: How to deal with "OutOfMemoryExceptoin" in my C# code based on WinCE5.0 in Arm9 Pin
zh.again12-May-09 16:06
zh.again12-May-09 16:06 
QuestionWhy can't I use Session another aspx.cs page?? Pin
lsh486love11-May-09 22:05
lsh486love11-May-09 22:05 
AnswerRe: Why can't I use Session another aspx.cs page?? Pin
Vikram A Punathambekar11-May-09 22:16
Vikram A Punathambekar11-May-09 22:16 
AnswerRe: Why can't I use Session another aspx.cs page?? Pin
DeveloperAtul12-May-09 0:04
DeveloperAtul12-May-09 0:04 
QuestionConverting Bits value into integer Pin
velkumar_in11-May-09 21:31
velkumar_in11-May-09 21:31 
AnswerRe: Converting Bits value into integer Pin
musefan11-May-09 21:57
musefan11-May-09 21:57 
AnswerRe: Converting Bits value into integer Pin
OriginalGriff11-May-09 22:03
mveOriginalGriff11-May-09 22:03 
AnswerRe: Converting Bits value into integer Pin
Luc Pattyn12-May-09 0:34
sitebuilderLuc Pattyn12-May-09 0:34 
Question[Message Deleted] Pin
aastudent11-May-09 21:25
aastudent11-May-09 21:25 
AnswerRe: Publish with office interop Pin
Simon P Stevens11-May-09 21:53
Simon P Stevens11-May-09 21:53 
GeneralRe: Publish with office interop Pin
aastudent12-May-09 4:33
aastudent12-May-09 4:33 
GeneralRe: Publish with office interop Pin
Simon P Stevens13-May-09 0:59
Simon P Stevens13-May-09 0:59 
QuestionHow to use session ?? Pin
lsh486love11-May-09 21:23
lsh486love11-May-09 21:23 

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.