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

C#

 
AnswerRe: how to check the valid username and password from database? Pin
Manas Bhardwaj25-Jun-07 19:05
professionalManas Bhardwaj25-Jun-07 19:05 
AnswerRe: how to check the valid username and password from database? Pin
Manas Bhardwaj25-Jun-07 19:06
professionalManas Bhardwaj25-Jun-07 19:06 
QuestionRe: how to check the valid username and password from database? Pin
Vikram A Punathambekar25-Jun-07 19:53
Vikram A Punathambekar25-Jun-07 19:53 
AnswerRe: how to check the valid username and password from database? Pin
Manas Bhardwaj25-Jun-07 20:24
professionalManas Bhardwaj25-Jun-07 20:24 
GeneralRe: how to check the valid username and password from database? Pin
Brady Kelly25-Jun-07 21:06
Brady Kelly25-Jun-07 21:06 
GeneralRe: how to check the valid username and password from database? Pin
Vasudevan Deepak Kumar25-Jun-07 21:50
Vasudevan Deepak Kumar25-Jun-07 21:50 
GeneralRe: how to check the valid username and password from database? Pin
help as an alias25-Jun-07 21:00
help as an alias25-Jun-07 21:00 
QuestionUsing Delegates To Communicate Pin
DavidNelson25-Jun-07 17:58
DavidNelson25-Jun-07 17:58 
I've been reading a lot of posts on how to use delegates to communicated between two forms. However, in every example I have the problem with the strucutre of the examples. In every case I've seen there is a main form, that delegates a function to another form. However the main form first creates the second form and then sends the data that way:

For example:
<br />
private void btnSend_Click(object sender, System.EventArgs e)<br />
{<br />
    Form2 frm= new Form2();<br />
    delPassData del=new delPassData(frm.funData);<br />
    del(this.textBox1);<br />
    frm.Show();<br />
}<br />


This is great except I have the issue where once another completely seperate form is created, some information is inputted by the user and then it closes. When this window closes I want to alert the first (main form) that this has happened so it can do some of its own calculations.

From what I've read delegates are the way to go but I have been unable to find a method to make this work. Thanks for your time and any help you give!

David
AnswerRe: Using Delegates To Communicate Pin
Leslie Sanford25-Jun-07 18:47
Leslie Sanford25-Jun-07 18:47 
AnswerRe: Using Delegates To Communicate Pin
mav.northwind25-Jun-07 18:47
mav.northwind25-Jun-07 18:47 
Question.ReadInt32() is different to java's .readInt()? Pin
kripzz25-Jun-07 16:47
kripzz25-Jun-07 16:47 
AnswerRe: .ReadInt32() is different to java's .readInt()? Pin
Paul Conrad25-Jun-07 17:02
professionalPaul Conrad25-Jun-07 17:02 
GeneralRe: .ReadInt32() is different to java's .readInt()? [modified] Pin
kripzz25-Jun-07 18:10
kripzz25-Jun-07 18:10 
AnswerRe: .ReadInt32() is different to java's .readInt()? Pin
Guffa25-Jun-07 18:40
Guffa25-Jun-07 18:40 
GeneralRe: .ReadInt32() is different to java's .readInt()? Pin
Paul Conrad25-Jun-07 18:46
professionalPaul Conrad25-Jun-07 18:46 
GeneralRe: .ReadInt32() is different to java's .readInt()? [modified] Pin
kripzz25-Jun-07 19:23
kripzz25-Jun-07 19:23 
QuestionLate bound (I think?) when using SJPhonoe API Pin
Gene Arnold25-Jun-07 16:43
Gene Arnold25-Jun-07 16:43 
AnswerRe: Late bound (I think?) when using SJPhonoe API Pin
Paul Conrad25-Jun-07 17:25
professionalPaul Conrad25-Jun-07 17:25 
GeneralRe: Late bound (I think?) when using SJPhonoe API Pin
Gene Arnold25-Jun-07 23:34
Gene Arnold25-Jun-07 23:34 
QuestionC# Com Object: exported class doesn't show up Pin
lechium12125-Jun-07 15:09
lechium12125-Jun-07 15:09 
QuestionRemoving a container from project Pin
Mark F.25-Jun-07 14:07
Mark F.25-Jun-07 14:07 
AnswerRe: Removing a container from project Pin
Christian Graus25-Jun-07 14:19
protectorChristian Graus25-Jun-07 14:19 
GeneralRe: Removing a container from project Pin
Mark F.25-Jun-07 14:34
Mark F.25-Jun-07 14:34 
Questioncompression Pin
mkl_0725-Jun-07 11:48
mkl_0725-Jun-07 11:48 
AnswerRe: compression Pin
User 665825-Jun-07 11:51
User 665825-Jun-07 11:51 

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.