Click here to Skip to main content
15,906,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: navigating to diff location in same page (web browse control) Pin
J4amieC14-Oct-04 22:27
J4amieC14-Oct-04 22:27 
Generalc-project Pin
pranshu dave14-Oct-04 9:00
pranshu dave14-Oct-04 9:00 
GeneralRe: c-project Pin
Heath Stewart14-Oct-04 9:30
protectorHeath Stewart14-Oct-04 9:30 
GeneralRe: c-project Pin
Steve Maier14-Oct-04 9:31
professionalSteve Maier14-Oct-04 9:31 
GeneralRe: c-project Pin
Christian Graus14-Oct-04 9:48
protectorChristian Graus14-Oct-04 9:48 
Questionhelp....How to create a 48bpp bitmap ? Pin
Kiran Satish14-Oct-04 7:43
Kiran Satish14-Oct-04 7:43 
AnswerRe: help....How to create a 48bpp bitmap ? Pin
yoaz14-Oct-04 8:55
yoaz14-Oct-04 8:55 
AnswerRe: help....How to create a 48bpp bitmap ? Pin
Heath Stewart14-Oct-04 9:35
protectorHeath Stewart14-Oct-04 9:35 
P/Invoke the native GDI APIs you need and use the HBITMAP handle form Bitmap.GetHbitmap. That handle is also the address of the entire block of memory, but to use it you'll need to pin the Bitmap into memory so the GC doesn't move it. See the GCHandle class for more information about locking the Bitmap (which can also get you the HBITMAP you can use).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
AnswerRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus14-Oct-04 9:55
protectorChristian Graus14-Oct-04 9:55 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish14-Oct-04 12:31
Kiran Satish14-Oct-04 12:31 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 9:55
protectorChristian Graus17-Oct-04 9:55 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 10:03
Kiran Satish17-Oct-04 10:03 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish14-Oct-04 22:01
Kiran Satish14-Oct-04 22:01 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 9:56
protectorChristian Graus17-Oct-04 9:56 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 10:08
Kiran Satish17-Oct-04 10:08 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 10:12
protectorChristian Graus17-Oct-04 10:12 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 10:25
Kiran Satish17-Oct-04 10:25 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 10:35
protectorChristian Graus17-Oct-04 10:35 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 10:48
Kiran Satish17-Oct-04 10:48 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 10:59
protectorChristian Graus17-Oct-04 10:59 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 10:53
Kiran Satish17-Oct-04 10:53 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Christian Graus17-Oct-04 11:01
protectorChristian Graus17-Oct-04 11:01 
GeneralRe: help....How to create a 48bpp bitmap ? Pin
Kiran Satish17-Oct-04 11:09
Kiran Satish17-Oct-04 11:09 
GeneralRead and write to a file! Pin
ee9903514-Oct-04 5:09
ee9903514-Oct-04 5:09 
GeneralRe: Read and write to a file! Pin
Heath Stewart14-Oct-04 6:26
protectorHeath Stewart14-Oct-04 6:26 

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.