Click here to Skip to main content
16,014,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to save and read an office file from SqlServer 2000 with format? Pin
Giorgi Dalakishvili4-Mar-08 2:24
mentorGiorgi Dalakishvili4-Mar-08 2:24 
QuestionRe: how to save and read an office file from SqlServer 2000 with format? Pin
mahmoud wafy4-Mar-08 2:58
mahmoud wafy4-Mar-08 2:58 
GeneralRe: how to save and read an office file from SqlServer 2000 with format? Pin
Giorgi Dalakishvili4-Mar-08 3:06
mentorGiorgi Dalakishvili4-Mar-08 3:06 
GeneralImport access table to SQL Server database [modified] Pin
new2pgrmg4-Mar-08 1:02
new2pgrmg4-Mar-08 1:02 
QuestionLoading and using image from binary file Pin
eyalbi0074-Mar-08 0:50
eyalbi0074-Mar-08 0:50 
GeneralRe: Loading and using image from binary file Pin
MidwestLimey4-Mar-08 4:12
professionalMidwestLimey4-Mar-08 4:12 
QuestionRe: Loading and using image from binary file Pin
eyalbi0074-Mar-08 4:22
eyalbi0074-Mar-08 4:22 
GeneralRe: Loading and using image from binary file Pin
Guffa4-Mar-08 4:25
Guffa4-Mar-08 4:25 
You can use a BinaryReader to easily read Int16 values.

Create a Bitmap object with the pixel dimensions of the image that you want to show.

Get the values from the 3D data and insert as color values in the Bitmap. An easy way to set the pixels in the Bitmap is to use the SetPixel method. A more complicated way (but somehing like 100 times faster) is to use the LockBits and UnlockBits methods and unsafe code (pointer operations) to write directly to the memory area for the Bitmap.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralDirectX.Capture Pin
schnepfi4-Mar-08 0:46
schnepfi4-Mar-08 0:46 
QuestionListBox Problem Pin
zeeShan anSari4-Mar-08 0:26
zeeShan anSari4-Mar-08 0:26 
GeneralRe: ListBox Problem Pin
Nouman Bhatti4-Mar-08 0:53
Nouman Bhatti4-Mar-08 0:53 
GeneralRe: ListBox Problem Pin
DaveyM694-Mar-08 0:55
professionalDaveyM694-Mar-08 0:55 
GeneralRe: ListBox Problem Pin
stancrm4-Mar-08 0:55
stancrm4-Mar-08 0:55 
GeneralRe: ListBox Problem Pin
Xmen Real 4-Mar-08 3:08
professional Xmen Real 4-Mar-08 3:08 
GeneralRe: ListBox Problem Pin
zeeShan anSari4-Mar-08 7:04
zeeShan anSari4-Mar-08 7:04 
GeneralRe: ListBox Problem Pin
DaveyM694-Mar-08 9:26
professionalDaveyM694-Mar-08 9:26 
AnswerRe: ListBox Problem Pin
zeeShan anSari5-Mar-08 1:12
zeeShan anSari5-Mar-08 1:12 
QuestionSerial Port Descriptions Pin
TheIdleProgrammer3-Mar-08 23:59
TheIdleProgrammer3-Mar-08 23:59 
GeneralRe: Serial Port Descriptions Pin
Joachim Kerschbaumer4-Mar-08 1:35
Joachim Kerschbaumer4-Mar-08 1:35 
GeneralRe: Serial Port Descriptions Pin
PIEBALDconsult4-Mar-08 5:44
mvePIEBALDconsult4-Mar-08 5:44 
GeneralDeploying assemblies to seperate folder Pin
N a v a n e e t h3-Mar-08 23:04
N a v a n e e t h3-Mar-08 23:04 
GeneralRe: Deploying assemblies to seperate folder Pin
J a a n s4-Mar-08 2:34
professionalJ a a n s4-Mar-08 2:34 
GeneralRe: Deploying assemblies to seperate folder Pin
J a a n s4-Mar-08 2:52
professionalJ a a n s4-Mar-08 2:52 
GeneralRe: Deploying assemblies to seperate folder Pin
N a v a n e e t h4-Mar-08 17:51
N a v a n e e t h4-Mar-08 17:51 
GeneralRemote File/Directory Access Pin
kalam3-Mar-08 22:56
kalam3-Mar-08 22:56 

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.