Click here to Skip to main content
15,910,358 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invoke Problem Pin
gehbitte10-Jul-09 0:20
gehbitte10-Jul-09 0:20 
GeneralRe: Invoke Problem Pin
gehbitte10-Jul-09 0:28
gehbitte10-Jul-09 0:28 
GeneralRe: Invoke Problem Pin
Luc Pattyn10-Jul-09 0:46
sitebuilderLuc Pattyn10-Jul-09 0:46 
Questioncode to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan9-Jul-09 23:52
Vivek Vijayan9-Jul-09 23:52 
AnswerRe: code to invoke querty keyboard keys in windows applicattion Pin
dan!sh 9-Jul-09 23:55
professional dan!sh 9-Jul-09 23:55 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 0:15
Vivek Vijayan10-Jul-09 0:15 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
dan!sh 10-Jul-09 0:29
professional dan!sh 10-Jul-09 0:29 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198010-Jul-09 1:08
Mirko198010-Jul-09 1:08 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 3:08
Vivek Vijayan10-Jul-09 3:08 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198010-Jul-09 3:16
Mirko198010-Jul-09 3:16 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 21:04
Vivek Vijayan10-Jul-09 21:04 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198013-Jul-09 0:15
Mirko198013-Jul-09 0:15 
QuestionAdobe Acrobat PDF link cann't work on windows form Pin
Bhim Prakash Singh9-Jul-09 22:48
Bhim Prakash Singh9-Jul-09 22:48 
AnswerRepost? Pin
Manas Bhardwaj9-Jul-09 22:51
professionalManas Bhardwaj9-Jul-09 22:51 
AnswerRe: Adobe Acrobat PDF link cann't work on windows form Pin
Vasudevan Deepak Kumar10-Jul-09 2:57
Vasudevan Deepak Kumar10-Jul-09 2:57 
Questionadobe acrobat pdf link cann't work on windows form Pin
Bhim Prakash Singh9-Jul-09 22:47
Bhim Prakash Singh9-Jul-09 22:47 
AnswerRe: adobe acrobat pdf link cann't work on windows form Pin
Manas Bhardwaj9-Jul-09 22:52
professionalManas Bhardwaj9-Jul-09 22:52 
QuestionVersion in VS2005 or VS2008 Pin
stancrm9-Jul-09 22:39
stancrm9-Jul-09 22:39 
AnswerRe: Version in VS2005 or VS2008 Pin
Manas Bhardwaj9-Jul-09 22:50
professionalManas Bhardwaj9-Jul-09 22:50 
QuestionI'm trying to build a TaskBar similar application, how to enum running applications? (Advanced Q) Pin
leeoze9-Jul-09 22:09
leeoze9-Jul-09 22:09 
Questionneed help Pin
mjawadkhatri9-Jul-09 21:12
mjawadkhatri9-Jul-09 21:12 
Hi,

this is my coding
--------------------------------------------------------------------
while (odr.Read())
{
if (usr.Text == odr["userid"].ToString())
{
MessageBox.Show("User Login", "Information", MessageBoxButtons.OK);
}
else
{
DialogResult drsave = MessageBox.Show("Login Fail", "Erorr", MessageBoxButtons.OKCancel, MessageBoxIcon.Error);
if (drsave == DialogResult.OK)
{
usr.Text = "";
pass.Text = "";
usr.Focus();
}
else
this.Close();
}
}
------------------------------------------------------------------------
My program Build Successfully but when i type in textbox any string value my program read every value in my database in give every time message.
for example in my database have 5 records my program read this records in give message 5 time Sigh | :sigh:
i want my program check all records in give one message record found or not
please give me solution

thanks in advanc

jawad khatri
i want to
AnswerRe: need help Pin
SeMartens9-Jul-09 21:29
SeMartens9-Jul-09 21:29 
GeneralRe: need help Pin
mjawadkhatri9-Jul-09 21:42
mjawadkhatri9-Jul-09 21:42 
GeneralRe: need help Pin
SeMartens9-Jul-09 21:53
SeMartens9-Jul-09 21:53 
GeneralRe: need help Pin
mjawadkhatri10-Jul-09 0:17
mjawadkhatri10-Jul-09 0:17 

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.