Click here to Skip to main content
15,900,724 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do I include textbox data in SQL query? Pin
Joe Stansfield10-Aug-10 14:01
Joe Stansfield10-Aug-10 14:01 
AnswerRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 0:19
mvePete O'Hanlon5-Aug-10 0:19 
AnswerRe: How do I include textbox data in SQL query? Pin
PIEBALDconsult5-Aug-10 3:08
mvePIEBALDconsult5-Aug-10 3:08 
AnswerMessage Removed Pin
5-Aug-10 3:40
brunoseixas5-Aug-10 3:40 
GeneralRe: How do I include textbox data in SQL query? Pin
Pete O'Hanlon5-Aug-10 11:42
mvePete O'Hanlon5-Aug-10 11:42 
QuestionUrgent Pin
S.Bharath Ram4-Aug-10 16:57
S.Bharath Ram4-Aug-10 16:57 
AnswerRe: Urgent Pin
Yusuf4-Aug-10 17:44
Yusuf4-Aug-10 17:44 
AnswerRe: Urgent Pin
Prosanta Kundu online4-Aug-10 20:33
Prosanta Kundu online4-Aug-10 20:33 
AnswerRe: Urgent Pin
Abhinav S4-Aug-10 20:34
Abhinav S4-Aug-10 20:34 
GeneralRe: Urgent Pin
Keith Barrow4-Aug-10 21:15
professionalKeith Barrow4-Aug-10 21:15 
GeneralRe: Urgent Pin
Abhinav S4-Aug-10 22:51
Abhinav S4-Aug-10 22:51 
QuestionHelp me figure out a Generic Dictionary problem for a game! [modified] Pin
venomation4-Aug-10 13:02
venomation4-Aug-10 13:02 
AnswerRe: Help me figure out a Generic Dictionary problem for a game! Pin
venomation4-Aug-10 14:02
venomation4-Aug-10 14:02 
Question"Not enough storage is available to process this command" Pin
Alan Balkany4-Aug-10 11:05
Alan Balkany4-Aug-10 11:05 
AnswerRe: "Not enough storage is available to process this command" Pin
Yusuf4-Aug-10 11:10
Yusuf4-Aug-10 11:10 
AnswerSOLVED. Pin
Alan Balkany5-Aug-10 5:10
Alan Balkany5-Aug-10 5:10 
The cause of the problem is that apparently Win32 bitmap handles become STALE, i.e. they're for temporary use only.

This led to the problem showing up in different places, depending on when Windoze decided to make the handles invalid.

The solution was to pass bitmaps into the lower-level C# functions, then obtain the handles at the last possible moment, inside a loop, just before descending into Win32. These handles were fresh for each iteration, and worked perfectly.

I think the Win32 system should provide a less-misleading error message when a stale handle has been used. &*($! Microsoft!
Questionevent handling on object in a container from a dll [solved] Pin
Louis-Etienne Chicoine4-Aug-10 10:08
Louis-Etienne Chicoine4-Aug-10 10:08 
AnswerRe: event handling on object in a container from a dll Pin
Luc Pattyn4-Aug-10 11:17
sitebuilderLuc Pattyn4-Aug-10 11:17 
QuestionRegex and Split() usage Pin
JoeSchmoe0074-Aug-10 9:05
JoeSchmoe0074-Aug-10 9:05 
AnswerRe: Regex and Split() usage Pin
Ennis Ray Lynch, Jr.4-Aug-10 9:26
Ennis Ray Lynch, Jr.4-Aug-10 9:26 
GeneralRe: Regex and Split() usage Pin
JoeSchmoe0074-Aug-10 9:28
JoeSchmoe0074-Aug-10 9:28 
GeneralRe: Regex and Split() usage Pin
T M Gray4-Aug-10 9:54
T M Gray4-Aug-10 9:54 
AnswerRe: Regex and Split() usage Pin
T M Gray4-Aug-10 9:42
T M Gray4-Aug-10 9:42 
GeneralRe: Regex and Split() usage Pin
JoeSchmoe0074-Aug-10 9:50
JoeSchmoe0074-Aug-10 9:50 
AnswerRe: Regex and Split() usage Pin
Anurag Gandhi4-Aug-10 19:56
professionalAnurag Gandhi4-Aug-10 19: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.