Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple controls at runtime problem Pin
Radgar31-Jul-05 11:28
Radgar31-Jul-05 11:28 
GeneralPC Account Pin
acastano31-Jul-05 5:04
acastano31-Jul-05 5:04 
GeneralRe: PC Account Pin
Alomgir Miah31-Jul-05 16:58
Alomgir Miah31-Jul-05 16:58 
GeneralRe: DB Table Prob Pin
gnjunge31-Jul-05 7:31
gnjunge31-Jul-05 7:31 
Generalinternet printing Pin
cishi_us31-Jul-05 0:47
cishi_us31-Jul-05 0:47 
GeneralRe: internet printing Pin
Guffa31-Jul-05 3:29
Guffa31-Jul-05 3:29 
GeneralCorresponding .cs file is not added when I add a Crytal Report file in Solution Explorer VS.Net2003 Pin
Member 123075730-Jul-05 23:58
Member 123075730-Jul-05 23:58 
GeneralRLE image to BMP using buffer. Pin
liqnit30-Jul-05 21:45
liqnit30-Jul-05 21:45 
Hello.
I have an RLE image file which i load to a buffer using a function and then decode to 8Bit BMP.
The function return Pointer to the buffer with the BMP .
1) can i use the buffer directly using the pointer - if so how?
2) the buffer i get has no BMP header i need to add one myself - is it possible (it only contains the data.

            CRleImageClass myRLE = new CRleImageClass();<br />
            myRLE.Load(@"E:\1.rle",2048);<br />
<br />
            System.IntPtr  mp ;<br />
                            // the pointer to the buffer<br />
            mp = myRLE.Decode8Bit();<br />

3) Do i have to save the file as BMP before starting any manupulation on it?

i know it's a lot of questions - sorry

thanks
liqConfused | :confused:

Have a nice Day
GeneralBinding a class to a datagrid Pin
Ruskin Dantra30-Jul-05 18:43
Ruskin Dantra30-Jul-05 18:43 
GeneralMulti-threading questions Pin
Corillian30-Jul-05 14:49
Corillian30-Jul-05 14:49 
GeneralRe: Multi-threading questions Pin
S. Senthil Kumar31-Jul-05 4:01
S. Senthil Kumar31-Jul-05 4:01 
GeneralRe: Multi-threading questions Pin
Andy Brummer31-Jul-05 8:46
sitebuilderAndy Brummer31-Jul-05 8:46 
GeneralReadOnly in DataGrid Pin
zaboboa30-Jul-05 13:51
zaboboa30-Jul-05 13:51 
GeneralRe: ReadOnly in DataGrid Pin
Robert Rohde30-Jul-05 19:55
Robert Rohde30-Jul-05 19:55 
QuestionImageList serious problem in C#: why? Pin
bouli30-Jul-05 13:45
bouli30-Jul-05 13:45 
GeneralWeb service returning a Guid Pin
Luis Alonso Ramos30-Jul-05 11:34
Luis Alonso Ramos30-Jul-05 11:34 
QuestionBinary file searching - is it possible? Pin
Eddie150630-Jul-05 8:46
Eddie150630-Jul-05 8:46 
AnswerRe: Binary file searching - is it possible? Pin
Niklas Ulvinge30-Jul-05 11:07
Niklas Ulvinge30-Jul-05 11:07 
GeneralRe: Binary file searching - is it possible? Pin
Eddie150630-Jul-05 23:39
Eddie150630-Jul-05 23:39 
GeneralRe: Binary file searching - is it possible? Pin
Niklas Ulvinge31-Jul-05 4:10
Niklas Ulvinge31-Jul-05 4:10 
GeneralRe: Binary file searching - is it possible? Pin
Matt Gerrans31-Jul-05 8:24
Matt Gerrans31-Jul-05 8:24 
GeneralElements of an enum Pin
Yigal Agam30-Jul-05 8:19
Yigal Agam30-Jul-05 8:19 
GeneralRe: Elements of an enum Pin
Werdna30-Jul-05 9:30
Werdna30-Jul-05 9:30 
GeneralInstaller project help Pin
hokieprogrammer30-Jul-05 7:46
hokieprogrammer30-Jul-05 7:46 
QuestionHow to build a COM+ app Pin
Johny Ng30-Jul-05 6:28
Johny Ng30-Jul-05 6:28 

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.