Click here to Skip to main content
15,917,174 members
Home / Discussions / C#
   

C#

 
AnswerRe: Progress Bar while copying, deleting files Pin
Luc Pattyn16-Apr-09 5:06
sitebuilderLuc Pattyn16-Apr-09 5:06 
GeneralRe: Progress Bar while copying, deleting files Pin
ramzg16-Apr-09 5:12
ramzg16-Apr-09 5:12 
GeneralRe: Progress Bar while copying, deleting files Pin
Luc Pattyn16-Apr-09 5:37
sitebuilderLuc Pattyn16-Apr-09 5:37 
AnswerRe: Progress Bar while copying, deleting files Pin
Abhijit Jana16-Apr-09 5:32
professionalAbhijit Jana16-Apr-09 5:32 
Questionhow explicitly paint event call on button click event PinPopular
Babita Shivade16-Apr-09 4:21
Babita Shivade16-Apr-09 4:21 
AnswerRe: how explicitly paint event call onclick event Pin
harold aptroot16-Apr-09 4:22
harold aptroot16-Apr-09 4:22 
Questionload rgb image data to array Pin
wasam100116-Apr-09 4:16
wasam100116-Apr-09 4:16 
AnswerRe: load rgb image data to array Pin
harold aptroot16-Apr-09 4:20
harold aptroot16-Apr-09 4:20 
That seems like an odd thing to do.. But well, you could make an uint[] and use LockBits on a Bitmap and fill the array using unsafe code, then make a new Bitmap use LockBits again and then write the pixels back (unsafe code) to the new bitmap and then display the bitmap. Why? Because you asked.

Alternatively you could fill the array of uints with whatever else you want.



QuestionHow to update button state Pin
lastdays16-Apr-09 3:51
lastdays16-Apr-09 3:51 
AnswerRe: How to update button state Pin
lastdays16-Apr-09 6:20
lastdays16-Apr-09 6:20 
QuestionInteresting Article "Nav Autoupdate with c#" under Library section Pin
abhishek pareek200916-Apr-09 2:48
abhishek pareek200916-Apr-09 2:48 
AnswerRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
0x3c016-Apr-09 3:06
0x3c016-Apr-09 3:06 
AnswerRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
harold aptroot16-Apr-09 3:36
harold aptroot16-Apr-09 3:36 
AnswerRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
Dave Kreskowiak16-Apr-09 4:30
mveDave Kreskowiak16-Apr-09 4:30 
GeneralRe: Interesting Article "Nav Autoupdate with c#" under Library section Pin
Dan Neely16-Apr-09 5:11
Dan Neely16-Apr-09 5:11 
AnswerPublic Service Announcement Pin
Dan Neely16-Apr-09 5:13
Dan Neely16-Apr-09 5:13 
GeneralRe: Public Service Announcement Pin
Andy *M*16-Apr-09 6:45
Andy *M*16-Apr-09 6:45 
QuestionFilter out Restricted property from COM Pin
rajanbabu_03316-Apr-09 2:26
rajanbabu_03316-Apr-09 2:26 
QuestionProblen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:01
Ravindra Bisen16-Apr-09 2:01 
AnswerRe: Problen : Insert Into Access database Pin
musefan16-Apr-09 2:15
musefan16-Apr-09 2:15 
GeneralRe: Problen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:38
Ravindra Bisen16-Apr-09 2:38 
GeneralRe: Problen : Insert Into Access database Pin
musefan16-Apr-09 2:50
musefan16-Apr-09 2:50 
AnswerRe: Problen : Insert Into Access database Pin
Eddy Vluggen16-Apr-09 2:20
professionalEddy Vluggen16-Apr-09 2:20 
GeneralRe: Problen : Insert Into Access database Pin
Ravindra Bisen16-Apr-09 2:46
Ravindra Bisen16-Apr-09 2:46 
GeneralRe: Problen : Insert Into Access database Pin
Eddy Vluggen16-Apr-09 3:04
professionalEddy Vluggen16-Apr-09 3:04 

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.