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

.NET (Core and Framework)

 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 5:22
professionalRon Beyer24-Sep-13 5:22 
GeneralRe: Decimal To Octal,Vb.net Pin
srinivasankrishnaa24-Sep-13 5:57
srinivasankrishnaa24-Sep-13 5:57 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 5:58
professionalRon Beyer24-Sep-13 5:58 
GeneralRe: Decimal To Octal,Vb.net Pin
srinivasankrishnaa24-Sep-13 6:08
srinivasankrishnaa24-Sep-13 6:08 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 7:00
professionalRon Beyer24-Sep-13 7:00 
Question.net usercontrols and the vs2010 designer Pin
Member 774863018-Sep-13 12:17
Member 774863018-Sep-13 12:17 
AnswerRe: .net usercontrols and the vs2010 designer Pin
Dave Kreskowiak18-Sep-13 13:14
mveDave Kreskowiak18-Sep-13 13:14 
GeneralRe: .net usercontrols and the vs2010 designer Pin
Member 774863018-Sep-13 13:55
Member 774863018-Sep-13 13:55 
GeneralRe: .net usercontrols and the vs2010 designer Pin
Dave Kreskowiak18-Sep-13 15:07
mveDave Kreskowiak18-Sep-13 15:07 
Question[VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 1:43
professionalsteve_949661318-Sep-13 1:43 
AnswerRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 2:44
mvePete O'Hanlon18-Sep-13 2:44 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 3:06
professionalsteve_949661318-Sep-13 3:06 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 3:26
mvePete O'Hanlon18-Sep-13 3:26 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 3:37
professionalsteve_949661318-Sep-13 3:37 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 23:11
professionalsteve_949661318-Sep-13 23:11 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 23:27
mvePete O'Hanlon18-Sep-13 23:27 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661319-Sep-13 0:00
professionalsteve_949661319-Sep-13 0:00 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon19-Sep-13 0:09
mvePete O'Hanlon19-Sep-13 0:09 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661319-Sep-13 1:39
professionalsteve_949661319-Sep-13 1:39 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon20-Sep-13 1:11
mvePete O'Hanlon20-Sep-13 1:11 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661320-Sep-13 2:29
professionalsteve_949661320-Sep-13 2:29 
Thanks for your effort.
I did what you suggest but the result is the same: the tick event is not fired.

I fear it can be a problem related to thread.

The web server is a class with a thread that start the listener to receive connections from remote.
In the main thread of the application I instantiate an object WebServer and in this way I start its thread (the thread is created and started in the sub New() of the class).

The list of users (objects of the class CWebUser) is created in the main thread of the application.

The sub SetWUser(...) that enable the WUTimer is part of the class of the web server and is called by the function VerifyLogInData(...) called in the loop of the thread of the web server...

Is it possible that the problem is that I try to use from thread X a method of an object created in thread Y?
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661323-Sep-13 4:51
professionalsteve_949661323-Sep-13 4:51 
AnswerRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Eddy Vluggen19-Sep-13 0:28
professionalEddy Vluggen19-Sep-13 0:28 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661319-Sep-13 1:52
professionalsteve_949661319-Sep-13 1:52 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Eddy Vluggen19-Sep-13 2:59
professionalEddy Vluggen19-Sep-13 2:59 

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.