Click here to Skip to main content
15,887,444 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Save word file using SaveDialogBox and File Stream Pin
Brij22-Jul-09 2:01
mentorBrij22-Jul-09 2:01 
GeneralRe: How to Save word file using SaveDialogBox and File Stream Pin
mandar77722-Jul-09 2:19
mandar77722-Jul-09 2:19 
AnswerRe: How to Save word file using SaveDialogBox and File Stream Pin
Adam R Harris22-Jul-09 6:18
Adam R Harris22-Jul-09 6:18 
Questionhandling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:16
ACMA_198022-Jul-09 1:16 
AnswerRe: handling add contact event in outlook 07 Pin
satsumatable22-Jul-09 3:52
satsumatable22-Jul-09 3:52 
GeneralRe: handling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 23:40
ACMA_198022-Jul-09 23:40 
Questionlabel is not becoming visible Pin
Mahesh_Blr22-Jul-09 1:05
Mahesh_Blr22-Jul-09 1:05 
AnswerRe: label is not becoming visible Pin
musefan22-Jul-09 1:09
musefan22-Jul-09 1:09 
Mahesh_Blr wrote:
but once the form executes completely


It sounds like you are running a process that is holding up the UI, basically the form is not being refreshed until the process is complete. Adding the following line after settings the visible property of the label to true should work..

label1.Visible = true;
form1.Refresh();


Life goes very fast. Tomorrow, today is already yesterday.

AnswerRe: label is not becoming visible Pin
Manas Bhardwaj22-Jul-09 1:11
professionalManas Bhardwaj22-Jul-09 1:11 
AnswerRe: label is not becoming visible Pin
Nagy Vilmos22-Jul-09 1:59
professionalNagy Vilmos22-Jul-09 1:59 
Questionc# adding events to programmaticlly added controls Pin
allexserban22-Jul-09 0:55
allexserban22-Jul-09 0:55 
AnswerRe: c# adding events to programmaticlly added controls Pin
DaveyM6922-Jul-09 1:03
professionalDaveyM6922-Jul-09 1:03 
AnswerRe: c# adding events to programmaticlly added controls Pin
Luc Pattyn22-Jul-09 1:05
sitebuilderLuc Pattyn22-Jul-09 1:05 
GeneralRe: c# adding events to programmaticlly added controls Pin
Nagy Vilmos22-Jul-09 1:10
professionalNagy Vilmos22-Jul-09 1:10 
GeneralRe: c# adding events to programmaticlly added controls Pin
Luc Pattyn22-Jul-09 1:20
sitebuilderLuc Pattyn22-Jul-09 1:20 
JokeRe: c# adding events to programmaticlly added controls Pin
DaveyM6922-Jul-09 1:34
professionalDaveyM6922-Jul-09 1:34 
GeneralRe: c# adding events to programmaticlly added controls Pin
Luc Pattyn22-Jul-09 1:39
sitebuilderLuc Pattyn22-Jul-09 1:39 
GeneralRe: c# adding events to programmaticlly added controls Pin
Nagy Vilmos22-Jul-09 2:02
professionalNagy Vilmos22-Jul-09 2:02 
GeneralRe: c# adding events to programmaticlly added controls Pin
Luc Pattyn22-Jul-09 3:27
sitebuilderLuc Pattyn22-Jul-09 3:27 
GeneralRe: c# adding events to programmaticlly added controls Pin
DaveyM6922-Jul-09 3:47
professionalDaveyM6922-Jul-09 3:47 
GeneralRe: c# adding events to programmaticlly added controls Pin
Nagy Vilmos22-Jul-09 3:54
professionalNagy Vilmos22-Jul-09 3:54 
AnswerRe: c# adding events to programmaticlly added controls Pin
allexserban22-Jul-09 1:12
allexserban22-Jul-09 1:12 
GeneralRe: c# adding events to programmaticlly added controls Pin
Nagy Vilmos22-Jul-09 2:03
professionalNagy Vilmos22-Jul-09 2:03 
QuestionHow to login a user to a website using HttpWebRequest and HttpWebResponse Pin
sumit703422-Jul-09 0:45
sumit703422-Jul-09 0:45 
AnswerRe: How to login a user to a website using HttpWebRequest and HttpWebResponse Pin
Member 103390722-Jul-09 1:24
Member 103390722-Jul-09 1:24 

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.