Click here to Skip to main content
15,878,945 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionBarcode generation in Winforms Pin
dunnarcher23415-Apr-12 22:40
dunnarcher23415-Apr-12 22:40 
AnswerRe: Barcode generation in Winforms Pin
drewclark39815-Apr-12 22:49
drewclark39815-Apr-12 22:49 
AnswerRe: Barcode generation in Winforms Pin
Richard MacCutchan16-Apr-12 1:15
mveRichard MacCutchan16-Apr-12 1:15 
AnswerRe: Barcode generation in Winforms Pin
drewclark39816-Apr-12 17:15
drewclark39816-Apr-12 17:15 
AnswerRe: Barcode generation in Winforms Pin
elvaernle94316-Apr-12 21:11
elvaernle94316-Apr-12 21:11 
AnswerRe: Barcode generation in Winforms Pin
elvaernle94316-Apr-12 22:07
elvaernle94316-Apr-12 22:07 
GeneralRe: Barcode generation in Winforms Pin
Eddy Vluggen28-Aug-15 5:39
professionalEddy Vluggen28-Aug-15 5:39 
QuestionLeave event is not working. Pin
nitish_0715-Apr-12 8:16
nitish_0715-Apr-12 8:16 
C#
private void rtb_leave(object sender, EventArgs e)
        {
            Class1.query = rtb.Text;
        }


 private void InitializeComponent()
{
this.rtb = new System.Windows.Forms.RichTextBox();
this.rtb.Leave += new System.EventHandler(this.rtb_leave);
}

I have done this coding...But leave event is not working..what is the problem??
AnswerRe: Leave event is not working. Pin
Luc Pattyn15-Apr-12 8:39
sitebuilderLuc Pattyn15-Apr-12 8:39 
GeneralRe: Leave event is not working. Pin
nitish_0715-Apr-12 9:45
nitish_0715-Apr-12 9:45 
QuestionNot able to call the procedure. Pin
nitish_0715-Apr-12 4:44
nitish_0715-Apr-12 4:44 
AnswerRe: Not able to call the procedure. Pin
phil.o15-Apr-12 5:46
professionalphil.o15-Apr-12 5:46 
GeneralRe: Not able to call the procedure. Pin
nitish_0715-Apr-12 6:31
nitish_0715-Apr-12 6:31 
AnswerRe: Not able to call the procedure. Pin
Luc Pattyn15-Apr-12 5:49
sitebuilderLuc Pattyn15-Apr-12 5:49 
GeneralRe: Not able to call the procedure. Pin
nitish_0715-Apr-12 6:23
nitish_0715-Apr-12 6:23 
GeneralRe: Not able to call the procedure. Pin
Luc Pattyn15-Apr-12 6:26
sitebuilderLuc Pattyn15-Apr-12 6:26 
GeneralRe: Not able to call the procedure. Pin
nitish_0715-Apr-12 6:30
nitish_0715-Apr-12 6:30 
AnswerRe: Not able to call the procedure. Pin
Luc Pattyn15-Apr-12 6:38
sitebuilderLuc Pattyn15-Apr-12 6:38 
AnswerRe: Not able to call the procedure. Pin
Wes Aday15-Apr-12 7:01
professionalWes Aday15-Apr-12 7:01 
GeneralRe: Not able to call the procedure. Pin
nitish_0715-Apr-12 7:17
nitish_0715-Apr-12 7:17 
AnswerRe: Not able to call the procedure. Pin
Dave Kreskowiak15-Apr-12 7:50
mveDave Kreskowiak15-Apr-12 7:50 
GeneralRe: Not able to call the procedure. Pin
nitish_0715-Apr-12 7:53
nitish_0715-Apr-12 7:53 
AnswerRe: Not able to call the procedure. Pin
Bernhard Hiller15-Apr-12 21:42
Bernhard Hiller15-Apr-12 21:42 
GeneralRe: Not able to call the procedure. Pin
nitish_0716-Apr-12 8:28
nitish_0716-Apr-12 8:28 
AnswerRe: Not able to call the procedure. Pin
Luc Pattyn16-Apr-12 8:55
sitebuilderLuc Pattyn16-Apr-12 8:55 

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.