Click here to Skip to main content
15,881,898 members
Home / Discussions / C#
   

C#

 
GeneralRe: Does IsInRole ever work Pin
Mazdak28-Aug-03 6:26
Mazdak28-Aug-03 6:26 
GeneralRe: Does IsInRole ever work Pin
Ista28-Aug-03 6:29
Ista28-Aug-03 6:29 
Generaldefault mail client Pin
Velichko Sarev28-Aug-03 5:02
Velichko Sarev28-Aug-03 5:02 
GeneralRe: default mail client Pin
Martey2-Sep-03 20:48
Martey2-Sep-03 20:48 
GeneralC# mobile app installation Pin
Manster28-Aug-03 4:04
Manster28-Aug-03 4:04 
General.resx file Pin
Ritesh Dubey28-Aug-03 1:39
Ritesh Dubey28-Aug-03 1:39 
GeneralRe: .resx file Pin
Mazdak28-Aug-03 5:12
Mazdak28-Aug-03 5:12 
GeneralLarge bitmap and Win32 API Pin
Member 41156828-Aug-03 1:32
Member 41156828-Aug-03 1:32 
I use BitBlt for scrolling a large bitmap (3200x2600)px but problem is
because HBITMAP takes too much memory.

After loading of images:
bmp = new Bitmap("c:\\Bitmaps\\3200x2600Gif.gif");

takes about 8Mb and after executing following line:
handleBitmap = bmp.GetHbitmap();

my application increase used memory for about 30Mb

How can I avoid this?

Note: When I open the same image in WebMatrix for example( because it is
written in c#) results are excellent: image takes about 8Mb and scrolling
works nice

Thanks
GeneralRe: Large bitmap and Win32 API Pin
Roger Alsing28-Aug-03 1:58
Roger Alsing28-Aug-03 1:58 
GeneralRe: Large bitmap and Win32 API Pin
Member 41156828-Aug-03 2:08
Member 41156828-Aug-03 2:08 
Questionhow to lock multi-thread access data object Pin
zecodela27-Aug-03 22:34
zecodela27-Aug-03 22:34 
AnswerRe: how to lock multi-thread access data object Pin
Ista28-Aug-03 3:19
Ista28-Aug-03 3:19 
GeneralCompile n Execute C # Code Pin
Ritesh Dubey27-Aug-03 21:09
Ritesh Dubey27-Aug-03 21:09 
GeneralRe: Compile n Execute C # Code Pin
Kannan Kalyanaraman27-Aug-03 22:50
Kannan Kalyanaraman27-Aug-03 22:50 
GeneralInstalling Windows Service Pin
Ista27-Aug-03 17:44
Ista27-Aug-03 17:44 
GeneralRe: Installing Windows Service Pin
Corinna John28-Aug-03 1:12
Corinna John28-Aug-03 1:12 
GeneralRe: Installing Windows Service Pin
Ista28-Aug-03 2:17
Ista28-Aug-03 2:17 
GeneralRe: Installing Windows Service Pin
Kannan Kalyanaraman28-Aug-03 2:21
Kannan Kalyanaraman28-Aug-03 2:21 
GeneralRe: Installing Windows Service Pin
Ista28-Aug-03 3:15
Ista28-Aug-03 3:15 
GeneralRe: Installing Windows Service Pin
Mazdak28-Aug-03 5:16
Mazdak28-Aug-03 5:16 
GeneralRe: Installing Windows Service Pin
Ista28-Aug-03 5:19
Ista28-Aug-03 5:19 
GeneralRe: Installing Windows Service Pin
Mazdak28-Aug-03 5:27
Mazdak28-Aug-03 5:27 
GeneralsqlDataAdapter Recommendation Pin
econner27-Aug-03 16:55
econner27-Aug-03 16:55 
GeneralRe: sqlDataAdapter Recommendation Pin
Mazdak27-Aug-03 23:16
Mazdak27-Aug-03 23:16 
GeneralRe: sqlDataAdapter Recommendation Pin
Ista28-Aug-03 3:20
Ista28-Aug-03 3:20 

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.