Click here to Skip to main content
15,886,258 members
Home / Discussions / C#
   

C#

 
AnswerRe: Array, Struct, Class??? I'm so confused.... Pin
BobJanova16-Nov-12 0:16
BobJanova16-Nov-12 0:16 
QuestionWind Chill Automation with C# application Pin
omisheikh15-Nov-12 6:03
omisheikh15-Nov-12 6:03 
AnswerRe: Wind Chill Automation with C# application Pin
jschell15-Nov-12 8:12
jschell15-Nov-12 8:12 
GeneralRe: Wind Chill Automation with C# application Pin
omisheikh16-Nov-12 3:25
omisheikh16-Nov-12 3:25 
GeneralRe: Wind Chill Automation with C# application Pin
jschell17-Nov-12 5:40
jschell17-Nov-12 5:40 
GeneralRe: Wind Chill Automation with C# application Pin
omisheikh18-Nov-12 21:00
omisheikh18-Nov-12 21:00 
QuestionAccess mainform while subform is updating Pin
MAW3014-Nov-12 19:01
MAW3014-Nov-12 19:01 
AnswerRe: Access mainform while subform is updating Pin
Mycroft Holmes14-Nov-12 19:53
professionalMycroft Holmes14-Nov-12 19:53 
I presume the process going on in the subform is reading from the database or some other long running process. This long running process needs to be separated onto another thread (backgroundworker thread is a good place to start.) This allow the UI on the main thread to respond.
Never underestimate the power of human stupidity
RAH

AnswerRe: Access mainform while subform is updating Pin
DaveyM6915-Nov-12 0:02
professionalDaveyM6915-Nov-12 0:02 
QuestionGet integer variable from datalist textbox for entry into SQL Pin
Member 959997514-Nov-12 10:10
Member 959997514-Nov-12 10:10 
AnswerRe: Get integer variable from datalist textbox for entry into SQL Pin
rajeshkasani0514-Nov-12 18:34
rajeshkasani0514-Nov-12 18:34 
GeneralRe: Get integer variable from datalist textbox for entry into SQL Pin
Member 959997514-Nov-12 22:50
Member 959997514-Nov-12 22:50 
GeneralRe: Get integer variable from datalist textbox for entry into SQL Pin
rajeshkasani0514-Nov-12 22:55
rajeshkasani0514-Nov-12 22:55 
GeneralRe: Get integer variable from datalist textbox for entry into SQL Pin
Member 959997515-Nov-12 2:25
Member 959997515-Nov-12 2:25 
GeneralRe: Get integer variable from datalist textbox for entry into SQL Pin
Richard MacCutchan15-Nov-12 3:21
mveRichard MacCutchan15-Nov-12 3:21 
QuestionC# clear out global cache Pin
dcof14-Nov-12 7:52
dcof14-Nov-12 7:52 
AnswerRe: C# clear out global cache Pin
jschell14-Nov-12 8:00
jschell14-Nov-12 8:00 
AnswerRe: C# clear out global cache Pin
Pete O'Hanlon14-Nov-12 11:00
mvePete O'Hanlon14-Nov-12 11:00 
GeneralRe: C# clear out global cache Pin
cptKoala14-Nov-12 21:50
cptKoala14-Nov-12 21:50 
GeneralRe: C# clear out global cache Pin
Pete O'Hanlon14-Nov-12 22:07
mvePete O'Hanlon14-Nov-12 22:07 
GeneralRe: C# clear out global cache Pin
cptKoala14-Nov-12 22:12
cptKoala14-Nov-12 22:12 
GeneralRe: C# clear out global cache Pin
Paul Conrad15-Nov-12 7:52
professionalPaul Conrad15-Nov-12 7:52 
GeneralRe: C# clear out global cache Pin
Pete O'Hanlon15-Nov-12 8:39
mvePete O'Hanlon15-Nov-12 8:39 
Questionpredefined type 'xxx' is defined in multiple assemblies in the global alias Pin
sc steinhayse14-Nov-12 5:23
sc steinhayse14-Nov-12 5:23 
QuestionRe: predefined type 'xxx' is defined in multiple assemblies in the global alias Pin
n.podbielski14-Nov-12 6:20
n.podbielski14-Nov-12 6:20 

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.