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

.NET (Core and Framework)

 
AnswerRe: Problem with my Kinect Runtime in running mode :( Pin
Richard MacCutchan9-Feb-13 21:33
mveRichard MacCutchan9-Feb-13 21:33 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Yanni de Wouters10-Feb-13 10:19
Yanni de Wouters10-Feb-13 10:19 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Richard MacCutchan10-Feb-13 21:39
mveRichard MacCutchan10-Feb-13 21:39 
GeneralRe: Problem with my Kinect Runtime in running mode :( Pin
Yanni de Wouters7-Apr-13 5:32
Yanni de Wouters7-Apr-13 5:32 
QuestionMemory managment Pin
imgags8-Feb-13 2:27
imgags8-Feb-13 2:27 
AnswerRe: Memory managment Pin
Dave Kreskowiak8-Feb-13 2:47
mveDave Kreskowiak8-Feb-13 2:47 
AnswerRe: Memory managment Pin
Eddy Vluggen9-Feb-13 0:21
professionalEddy Vluggen9-Feb-13 0:21 
QuestionWhy dont call event Pin
Junoli7-Feb-13 0:55
Junoli7-Feb-13 0:55 
Why is not TRUE this case:
VB
Private Sub EliminaN_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles EliminaN.Click
           dr = MessageBox.Show("Do you want Delete notification?", "Delete Notification", MessageBoxButtons.YesNo, New System.EventHandler(AddressOf MsgBoxRet))
       End Sub

       Private Sub MsgBoxRet(ByVal sender As Object, ByVal e As System.EventArgs)


           If dr = DialogResult.Yes Then
               Delete()

           End If
       End Sub

I submit button Yes, but condition not works.
I use WEB GUI form. Can you show me any type solution? Thank you
AnswerRe: Why dont call event Pin
Eddy Vluggen7-Feb-13 9:00
professionalEddy Vluggen7-Feb-13 9:00 
QuestionChange Collpased Text Color Settings in VB.Net Pin
AmbiguousName6-Feb-13 23:46
AmbiguousName6-Feb-13 23:46 
AnswerRe: Change Collpased Text Color Settings in VB.Net Pin
Richard MacCutchan7-Feb-13 0:52
mveRichard MacCutchan7-Feb-13 0:52 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
AmbiguousName7-Feb-13 1:12
AmbiguousName7-Feb-13 1:12 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
Richard MacCutchan7-Feb-13 1:35
mveRichard MacCutchan7-Feb-13 1:35 
GeneralRe: Change Collpased Text Color Settings in VB.Net Pin
Dave Kreskowiak7-Feb-13 2:12
mveDave Kreskowiak7-Feb-13 2:12 
QuestionHow to convert div.innerhtml to PDF(VB.NET) Pin
Sugu.s5-Feb-13 22:45
Sugu.s5-Feb-13 22:45 
AnswerRe: How to convert div.innerhtml to PDF(VB.NET) Pin
Dave Kreskowiak6-Feb-13 1:49
mveDave Kreskowiak6-Feb-13 1:49 
QuestionLooking for a asp.net with c# mentor Pin
minertom13-Feb-13 6:50
minertom13-Feb-13 6:50 
AnswerRe: Looking for a asp.net with c# mentor Pin
Richard MacCutchan3-Feb-13 22:26
mveRichard MacCutchan3-Feb-13 22:26 
GeneralRe: Looking for a asp.net with c# mentor Pin
Sheikh Muhammad Haris9-Feb-13 15:53
Sheikh Muhammad Haris9-Feb-13 15:53 
Question.NET CF 3.9 Pin
Dominick Marciano1-Feb-13 10:40
professionalDominick Marciano1-Feb-13 10:40 
QuestionVB.NET Array.Copy Question Pin
Eric Whitmore29-Jan-13 5:02
Eric Whitmore29-Jan-13 5:02 
AnswerRe: VB.NET Array.Copy Question Pin
Alan N29-Jan-13 6:33
Alan N29-Jan-13 6:33 
AnswerRe: VB.NET Array.Copy Question Pin
wajeetalohana30-Jan-13 0:30
wajeetalohana30-Jan-13 0:30 
GeneralRe: VB.NET Array.Copy Question Pin
Dave Kreskowiak30-Jan-13 0:53
mveDave Kreskowiak30-Jan-13 0:53 
AnswerRe: VB.NET Array.Copy Question Pin
Pete O'Hanlon30-Jan-13 1:21
mvePete O'Hanlon30-Jan-13 1:21 

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.