Click here to Skip to main content
15,905,563 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: entity framework 6 don't resolve foreign key Pin
micheleroma19-Jun-14 9:18
micheleroma19-Jun-14 9:18 
GeneralRe: entity framework 6 don't resolve foreign key Pin
Eddy Vluggen20-Jun-14 8:09
professionalEddy Vluggen20-Jun-14 8:09 
AnswerRe: entity framework 6 don't resolve foreign key Pin
Nathan Minier29-Jul-14 6:07
professionalNathan Minier29-Jul-14 6:07 
QuestionHow to make FolderBrowserDialog in asp.net Pin
ven75311-Jun-14 20:54
ven75311-Jun-14 20:54 
AnswerRe: How to make FolderBrowserDialog in asp.net Pin
Richard MacCutchan11-Jun-14 21:25
mveRichard MacCutchan11-Jun-14 21:25 
AnswerRe: How to make FolderBrowserDialog in asp.net Pin
Pete O'Hanlon11-Jun-14 22:18
mvePete O'Hanlon11-Jun-14 22:18 
QuestionHow to get 32-bit .NET Framework InstallPath on a 64-bit machine? Pin
Frank W. Wu10-Jun-14 6:11
Frank W. Wu10-Jun-14 6:11 
AnswerRe: How to get 32-bit .NET Framework InstallPath on a 64-bit machine? Pin
Richard Deeming10-Jun-14 6:41
mveRichard Deeming10-Jun-14 6:41 
GeneralRe: How to get 32-bit .NET Framework InstallPath on a 64-bit machine? Pin
Frank W. Wu10-Jun-14 6:50
Frank W. Wu10-Jun-14 6:50 
GeneralRe: How to get 32-bit .NET Framework InstallPath on a 64-bit machine? Pin
Richard Deeming10-Jun-14 7:03
mveRichard Deeming10-Jun-14 7:03 
Questioninsertion based on a condition Pin
Member 103249748-Jun-14 9:39
Member 103249748-Jun-14 9:39 
AnswerRe: insertion based on a condition Pin
Richard MacCutchan8-Jun-14 21:54
mveRichard MacCutchan8-Jun-14 21:54 
Question[VB.NET 2008] How to use OpenNETCF.Net.Mail? Pin
steve_94966135-Jun-14 22:57
professionalsteve_94966135-Jun-14 22:57 
AnswerRe: [VB.NET 2008] How to use OpenNETCF.Net.Mail? Pin
steve_949661329-Jun-14 23:19
professionalsteve_949661329-Jun-14 23:19 
Question[VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966134-Jun-14 4:52
professionalsteve_94966134-Jun-14 4:52 
AnswerRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
Dave Kreskowiak4-Jun-14 7:10
mveDave Kreskowiak4-Jun-14 7:10 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966134-Jun-14 20:55
professionalsteve_94966134-Jun-14 20:55 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
Dave Kreskowiak5-Jun-14 1:42
mveDave Kreskowiak5-Jun-14 1:42 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966135-Jun-14 3:54
professionalsteve_94966135-Jun-14 3:54 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
Dave Kreskowiak5-Jun-14 4:05
mveDave Kreskowiak5-Jun-14 4:05 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966135-Jun-14 5:08
professionalsteve_94966135-Jun-14 5:08 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
DarkChuky CR27-Aug-14 11:42
DarkChuky CR27-Aug-14 11:42 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966133-Sep-14 4:05
professionalsteve_94966133-Sep-14 4:05 
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
DarkChuky CR3-Sep-14 4:44
DarkChuky CR3-Sep-14 4:44 
Cool, I see...

Then I think you must use a Delegate, then in your onFocus you assign the current delegate to the action of you textBox OK, and in the OK event of the NumericPad you call the delegate... of course in your delegate method you will need to handle the release of the Delegate after a click (be sure to release it, you don't want to have a different textbox to trigger the OK of another textbox)

At this moment can not give you a code snipe, will try later...
GeneralRe: [VB.NET 2008] How to rise an event of an object in a form from another form Pin
steve_94966134-Sep-14 1:57
professionalsteve_94966134-Sep-14 1:57 

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.