Click here to Skip to main content
15,921,774 members
Home / Discussions / C#
   

C#

 
Questionmaking a jealous Windows Forms control Pin
jesarg2-Nov-06 8:05
jesarg2-Nov-06 8:05 
AnswerRe: making a jealous Windows Forms control Pin
PIEBALDconsult2-Nov-06 9:52
mvePIEBALDconsult2-Nov-06 9:52 
GeneralRe: making a jealous Windows Forms control Pin
jesarg2-Nov-06 10:04
jesarg2-Nov-06 10:04 
Questionhow to use Sql Server 2005 Reporting Services ? Pin
hdv2122-Nov-06 7:11
hdv2122-Nov-06 7:11 
QuestionDeployment Project - Registry Pin
BoneSoft2-Nov-06 7:00
BoneSoft2-Nov-06 7:00 
AnswerRe: Deployment Project - Registry Pin
BoneSoft2-Nov-06 10:01
BoneSoft2-Nov-06 10:01 
Questionhow to use callback for show progressing operation ? Pin
hdv2122-Nov-06 6:21
hdv2122-Nov-06 6:21 
AnswerRe: how to use callback for show progressing operation ? Pin
Guffa2-Nov-06 7:48
Guffa2-Nov-06 7:48 
Is the operation running in a background thread on the server? Then you can just make the operation store it's status in a database or something, so that you can send a request that will get the status and return it.

If the operation is the current request, then you can't use callback, as the server will only execute one request at the time for each user.


---
b { font-weight: normal; }

QuestionCreate xml from a dll Pin
gmellado2-Nov-06 6:03
gmellado2-Nov-06 6:03 
AnswerRe: Create xml from a dll Pin
Judah Gabriel Himango2-Nov-06 6:07
sponsorJudah Gabriel Himango2-Nov-06 6:07 
GeneralRe: Create xml from a dll Pin
gmellado2-Nov-06 6:10
gmellado2-Nov-06 6:10 
AnswerRe: Create xml from a dll Pin
sam#2-Nov-06 6:10
sam#2-Nov-06 6:10 
AnswerRe: Create xml from a dll Pin
Dave Kreskowiak2-Nov-06 7:58
mveDave Kreskowiak2-Nov-06 7:58 
GeneralRe: Create xml from a dll Pin
ejuanpp2-Nov-06 8:28
ejuanpp2-Nov-06 8:28 
AnswerRe: Create xml from a dll Pin
beatles16924-Nov-06 2:30
beatles16924-Nov-06 2:30 
QuestionLong Value in VScrollBar Pin
notacake2-Nov-06 5:02
notacake2-Nov-06 5:02 
QuestionReally need your help(someting aobut the directions which shoule I choose!!) Pin
wanlim08172-Nov-06 4:50
wanlim08172-Nov-06 4:50 
AnswerRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
Amar Chaudhary2-Nov-06 5:14
Amar Chaudhary2-Nov-06 5:14 
AnswerRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
Christian Graus2-Nov-06 12:56
protectorChristian Graus2-Nov-06 12:56 
AnswerRe: Really need your help(someting aobut the directions which shoule I choose!!) Pin
jlwarlow2-Nov-06 22:13
jlwarlow2-Nov-06 22:13 
QuestionRepeat Value Pin
mm3102-Nov-06 3:39
mm3102-Nov-06 3:39 
AnswerRe: Repeat Value Pin
Guffa2-Nov-06 4:20
Guffa2-Nov-06 4:20 
AnswerRe: Repeat Value Pin
Pradeep C2-Nov-06 13:46
Pradeep C2-Nov-06 13:46 
QuestionTo focus or not to focus Pin
barbiomalefico2-Nov-06 2:26
barbiomalefico2-Nov-06 2:26 
AnswerRe: To focus or not to focus Pin
stancrm2-Nov-06 2:50
stancrm2-Nov-06 2:50 

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.