Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: Database Microsoft Access Pin
Daniel Santillanes12-Jan-06 13:02
professionalDaniel Santillanes12-Jan-06 13:02 
GeneralRe: Database Microsoft Access Pin
Christian Graus12-Jan-06 13:07
protectorChristian Graus12-Jan-06 13:07 
GeneralRe: Database Microsoft Access Pin
Daniel Santillanes12-Jan-06 13:12
professionalDaniel Santillanes12-Jan-06 13:12 
AnswerRe: Database Microsoft Access Pin
pliu_200012-Jan-06 13:34
pliu_200012-Jan-06 13:34 
QuestionOptimization of unsafe code Pin
Robert Rohde12-Jan-06 12:26
Robert Rohde12-Jan-06 12:26 
AnswerRe: Optimization of unsafe code Pin
Christian Graus12-Jan-06 12:48
protectorChristian Graus12-Jan-06 12:48 
GeneralRe: Optimization of unsafe code Pin
Robert Rohde12-Jan-06 13:58
Robert Rohde12-Jan-06 13:58 
GeneralRe: Optimization of unsafe code Pin
Christian Graus12-Jan-06 14:01
protectorChristian Graus12-Jan-06 14:01 
I've not found a memcpy type function or a memset, for that matter, in the framework. However, given that the color does not change, you could turn the RGBA values into an int, and then set it in one step for each pixel. nOffset will also be a multiple of 4, so you could set the pointer to be an int * all the way through, instead of having to cast it, just make sure you divide nOffset by 4 to match.


Christian Graus - Microsoft MVP - C++
QuestionWNetAddConnection2A & Web Services Pin
Guinness4Strength12-Jan-06 11:58
Guinness4Strength12-Jan-06 11:58 
AnswerRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak12-Jan-06 15:42
mveDave Kreskowiak12-Jan-06 15:42 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength13-Jan-06 11:37
Guinness4Strength13-Jan-06 11:37 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak13-Jan-06 15:12
mveDave Kreskowiak13-Jan-06 15:12 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength14-Jan-06 10:28
Guinness4Strength14-Jan-06 10:28 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak14-Jan-06 15:34
mveDave Kreskowiak14-Jan-06 15:34 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength14-Jan-06 18:33
Guinness4Strength14-Jan-06 18:33 
GeneralRe: WNetAddConnection2A & Web Services Pin
Dave Kreskowiak15-Jan-06 4:28
mveDave Kreskowiak15-Jan-06 4:28 
GeneralRe: WNetAddConnection2A & Web Services Pin
Guinness4Strength15-Jan-06 4:53
Guinness4Strength15-Jan-06 4:53 
QuestionDataGrid update Pin
AlbePes12-Jan-06 11:43
AlbePes12-Jan-06 11:43 
QuestionGridView COntrol / C# 2005 / ASP.NET Pin
kishanb12-Jan-06 11:17
kishanb12-Jan-06 11:17 
Questionweb-testing with c# Pin
James Brown12-Jan-06 10:40
James Brown12-Jan-06 10:40 
QuestionNested Multi Colump Weekly Planner Report in CR.Net Pin
Kaazim12-Jan-06 10:12
Kaazim12-Jan-06 10:12 
QuestionVisual C# 2005 Express: Database Project Question Pin
OMalleyW12-Jan-06 8:01
OMalleyW12-Jan-06 8:01 
AnswerRe: Visual C# 2005 Express: Database Project Question Pin
Colin Angus Mackay12-Jan-06 11:28
Colin Angus Mackay12-Jan-06 11:28 
GeneralRe: Visual C# 2005 Express: Database Project Question Pin
OMalleyW12-Jan-06 13:47
OMalleyW12-Jan-06 13:47 
QuestionSelecting the current row in a DataGridView Pin
ElCaballo12-Jan-06 7:13
ElCaballo12-Jan-06 7:13 

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.