Click here to Skip to main content
15,902,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: Identifier Expected Pin
Anthony Mushrow28-Nov-07 12:19
professionalAnthony Mushrow28-Nov-07 12:19 
GeneralRe: Identifier Expected Pin
Jared Bienz [MSFT]28-Nov-07 12:37
Jared Bienz [MSFT]28-Nov-07 12:37 
QuestionNew to Remoting (C#) Pin
mevivekdua28-Nov-07 10:57
mevivekdua28-Nov-07 10:57 
AnswerRe: New to Remoting (C#) Pin
Pete O'Hanlon28-Nov-07 11:08
mvePete O'Hanlon28-Nov-07 11:08 
GeneralRe: New to Remoting (C#) Pin
Jared Bienz [MSFT]28-Nov-07 11:33
Jared Bienz [MSFT]28-Nov-07 11:33 
GeneralRe: New to Remoting (C#) Pin
Pete O'Hanlon28-Nov-07 21:53
mvePete O'Hanlon28-Nov-07 21:53 
AnswerRe: New to Remoting (C#) Pin
Paul Conrad28-Nov-07 12:32
professionalPaul Conrad28-Nov-07 12:32 
QuestiondialogBox performClick itself Pin
gizmokaka28-Nov-07 10:15
gizmokaka28-Nov-07 10:15 
Hello to all,
I have a dialog box that for now I want to inject the user name and password directly,
I added the values to main and passed to the correct place in the program.
the only problem is the dialog opens and waits for someone to press the "OK" button to proceed.
I want to make the box close by performClick() it self or some other alternative to achieve the same result.

I want this:
if (frmLoginUser.ShowDialog() != DialogResult.OK)
            {
                return;
            }

to exist, but automatically press it's own OK button without any value passed to Dialog.

thank you very much for the help.
AnswerRe: dialogBox performClick itself Pin
Anthony Mushrow28-Nov-07 10:35
professionalAnthony Mushrow28-Nov-07 10:35 
GeneralRe: dialogBox performClick itself Pin
gizmokaka28-Nov-07 11:02
gizmokaka28-Nov-07 11:02 
QuestionInheritance on ListViewSubItem, BackColor Pin
T.Willey28-Nov-07 8:04
T.Willey28-Nov-07 8:04 
AnswerRe: Inheritance on ListViewSubItem, BackColor Pin
led mike28-Nov-07 10:00
led mike28-Nov-07 10:00 
GeneralRe: Inheritance on ListViewSubItem, BackColor Pin
T.Willey28-Nov-07 10:57
T.Willey28-Nov-07 10:57 
QuestionA container for jenerics Pin
feod00728-Nov-07 7:58
feod00728-Nov-07 7:58 
AnswerRe: A container for jenerics Pin
Ennis Ray Lynch, Jr.28-Nov-07 8:42
Ennis Ray Lynch, Jr.28-Nov-07 8:42 
GeneralRe: A container for jenerics Pin
feod00728-Nov-07 9:07
feod00728-Nov-07 9:07 
AnswerRe: A container for jenerics Pin
Luc Pattyn28-Nov-07 9:19
sitebuilderLuc Pattyn28-Nov-07 9:19 
GeneralRe: A container for generics Pin
feod00728-Nov-07 12:38
feod00728-Nov-07 12:38 
GeneralRe: A container for generics Pin
Luc Pattyn28-Nov-07 21:30
sitebuilderLuc Pattyn28-Nov-07 21:30 
GeneralRe: A container for generics [modified] Pin
feod00729-Nov-07 0:24
feod00729-Nov-07 0:24 
Questionprint a local rdlc report without showing Pin
Gulfraz Khan28-Nov-07 6:41
Gulfraz Khan28-Nov-07 6:41 
AnswerRe: print a local rdlc report without showing Pin
Anthony Mushrow28-Nov-07 6:46
professionalAnthony Mushrow28-Nov-07 6:46 
AnswerRe: print a local rdlc report without showing Pin
Giorgi Dalakishvili28-Nov-07 6:51
mentorGiorgi Dalakishvili28-Nov-07 6:51 
GeneralRe: print a local rdlc report without showing Pin
Gulfraz Khan29-Nov-07 3:03
Gulfraz Khan29-Nov-07 3:03 
QuestionGridview nested in Repeater Data Issue Pin
kgarl28-Nov-07 6:00
kgarl28-Nov-07 6: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.