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

C#

 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 8:14
sitebuilderLuc Pattyn30-Oct-07 8:14 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 10:40
Brady Kelly30-Oct-07 10:40 
GeneralRe: Dynamically Update ListBox Item Pin
Luc Pattyn30-Oct-07 12:07
sitebuilderLuc Pattyn30-Oct-07 12:07 
GeneralRe: Dynamically Update ListBox Item Pin
Brady Kelly30-Oct-07 12:13
Brady Kelly30-Oct-07 12:13 
QuestionDraw functions don't work Pin
Manfr3d30-Oct-07 6:58
Manfr3d30-Oct-07 6:58 
AnswerRe: Draw functions don't work Pin
Ennis Ray Lynch, Jr.30-Oct-07 7:24
Ennis Ray Lynch, Jr.30-Oct-07 7:24 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 7:39
Manfr3d30-Oct-07 7:39 
GeneralRe: Draw functions don't work Pin
Ennis Ray Lynch, Jr.30-Oct-07 8:20
Ennis Ray Lynch, Jr.30-Oct-07 8:20 
usually when you draw by overriding paint you need to tell the application when painting is required. This is done view the Invalidate and InvalidateRegion method that is inherited from the base class control. I was just throwing it out there as a possible avenue to consider since many of the custom drawing methods I do require calls to InvalidateRegion to work correctly and efficiently.




Need a C# Consultant? I'm available.


Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway

GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 8:42
Manfr3d30-Oct-07 8:42 
GeneralRe: Draw functions don't work Pin
Manfr3d30-Oct-07 11:18
Manfr3d30-Oct-07 11:18 
QuestionReading dbf, tables not completely filled Pin
JoZ CaVaLLo30-Oct-07 6:43
JoZ CaVaLLo30-Oct-07 6:43 
AnswerRe: Reading dbf, tables not completely filled Pin
snorkie30-Oct-07 7:16
professionalsnorkie30-Oct-07 7:16 
GeneralRe: Reading dbf, tables not completely filled Pin
JoZ CaVaLLo30-Oct-07 23:36
JoZ CaVaLLo30-Oct-07 23:36 
GeneralRe: Reading dbf, tables not completely filled Pin
snorkie31-Oct-07 3:34
professionalsnorkie31-Oct-07 3:34 
AnswerRe: Reading dbf, tables not completely filled - Similar w/ Excel Pin
David Atchison21-Oct-11 7:37
David Atchison21-Oct-11 7:37 
QuestionWhat is faster? C# or C++ Pin
Tomerland30-Oct-07 6:34
Tomerland30-Oct-07 6:34 
AnswerRe: What is faster? C# or C++ Pin
led mike30-Oct-07 6:40
led mike30-Oct-07 6:40 
AnswerRe: What is faster? C# or C++ Pin
Thomas Stockwell30-Oct-07 12:05
professionalThomas Stockwell30-Oct-07 12:05 
AnswerRe: What is faster? C# or C++ Pin
MohammadAmiry30-Oct-07 19:01
MohammadAmiry30-Oct-07 19:01 
GeneralRe: What is faster? C# or C++ Pin
led mike31-Oct-07 9:36
led mike31-Oct-07 9:36 
QuestionHow to assign a ref parameter to static ref variable so that another function can change it? Pin
elastic_vipin30-Oct-07 5:22
elastic_vipin30-Oct-07 5:22 
AnswerRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
Andrei Ungureanu30-Oct-07 5:38
Andrei Ungureanu30-Oct-07 5:38 
AnswerRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
Guffa30-Oct-07 6:59
Guffa30-Oct-07 6:59 
GeneralRe: How to assign a ref parameter to static ref variable so that another function can change it? Pin
elastic_vipin30-Oct-07 21:37
elastic_vipin30-Oct-07 21:37 
QuestionAccessing Web Applications DLL methods Pin
totocaster30-Oct-07 5:00
totocaster30-Oct-07 5:00 

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.