Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
QuestionMesh edges not smooth Pin
mirano29-Aug-06 1:48
mirano29-Aug-06 1:48 
Questionavoiding delegates Pin
lushgrass29-Aug-06 1:40
lushgrass29-Aug-06 1:40 
AnswerRe: avoiding delegates Pin
Nader Elshehabi29-Aug-06 1:50
Nader Elshehabi29-Aug-06 1:50 
GeneralRe: avoiding delegates Pin
BadKarma29-Aug-06 2:32
BadKarma29-Aug-06 2:32 
AnswerRe: avoiding delegates Pin
Nader Elshehabi29-Aug-06 3:46
Nader Elshehabi29-Aug-06 3:46 
GeneralRe: avoiding delegates Pin
BadKarma29-Aug-06 4:12
BadKarma29-Aug-06 4:12 
GeneralRe: avoiding delegates Pin
lushgrass29-Aug-06 16:49
lushgrass29-Aug-06 16:49 
AnswerRe: avoiding delegates Pin
Nader Elshehabi30-Aug-06 8:49
Nader Elshehabi30-Aug-06 8:49 
Hello

lushgrass wrote:
is there any way to force the gui to update without delegates?

Usually any changes made to your controls' contents -like adding/removing items, etc...- are automatically updated and viewed. Yet you can force your UI to refresh itself using Refresh() method.

lushgrass wrote:
the only way i can currently think of is by having the gui update itself on a timer.

You can issue Refresh() or Invalidate() calls from methods that alter the content of a certain control only to that control. Yet again if you still want to refresh your entire UI, no problem!

lushgrass wrote:
then have a flag that sets true when there are changes to be made.

In the old times we called that bool modified in the document class of MFC, but why use it in C#?? I'm sure you don't need all that complexity!!

RegardsRose | [Rose]

Questionsingletone class Pin
srinandan..29-Aug-06 1:36
srinandan..29-Aug-06 1:36 
AnswerRe: singletone class Pin
Stefan Troschuetz29-Aug-06 2:30
Stefan Troschuetz29-Aug-06 2:30 
AnswerRe: Singleton class Pin
Michael P Butler29-Aug-06 3:57
Michael P Butler29-Aug-06 3:57 
AnswerRe: singletone class Pin
led mike29-Aug-06 4:49
led mike29-Aug-06 4:49 
QuestionDirectShow and C#.Net Web application Pin
MilindThakkar29-Aug-06 1:22
MilindThakkar29-Aug-06 1:22 
Questionplay flash file in Picturebox? Pin
MudkiSekhon29-Aug-06 0:30
MudkiSekhon29-Aug-06 0:30 
AnswerRe: play flash file in Picturebox? Pin
Mohamed El Gohary29-Aug-06 1:16
Mohamed El Gohary29-Aug-06 1:16 
AnswerRe: play flash file in Picturebox? Pin
AB777129-Aug-06 1:18
AB777129-Aug-06 1:18 
GeneralRe: play flash file in Picturebox? Pin
MudkiSekhon29-Aug-06 1:47
MudkiSekhon29-Aug-06 1:47 
GeneralRe: play flash file in Picturebox? Pin
Dan Neely29-Aug-06 2:20
Dan Neely29-Aug-06 2:20 
GeneralRe: play flash file in Picturebox? Pin
AB777129-Aug-06 2:22
AB777129-Aug-06 2:22 
QuestionGet text value from image file Pin
M Riaz Bashir29-Aug-06 0:17
M Riaz Bashir29-Aug-06 0:17 
AnswerRe: Get text value from image file Pin
J4amieC29-Aug-06 0:34
J4amieC29-Aug-06 0:34 
Questionbitmap problem ??? help please ... Pin
cmpeng3429-Aug-06 0:00
cmpeng3429-Aug-06 0:00 
AnswerRe: bitmap problem ??? help please ... [modified] Pin
Ed.Poore29-Aug-06 1:18
Ed.Poore29-Aug-06 1:18 
Questiondynamically retrieving webcontrols in a web page Pin
Sonu.T28-Aug-06 23:58
Sonu.T28-Aug-06 23:58 
AnswerRe: dynamically retrieving webcontrols in a web page Pin
_AK_29-Aug-06 0:15
_AK_29-Aug-06 0:15 

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.