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

.NET (Core and Framework)

 
GeneralRe: Is it Possible to build a Processor which understands MSIL code. Pin
vytheese18-Jan-11 20:49
professionalvytheese18-Jan-11 20:49 
QuestionConfig File with multiple profiles.. Pin
programmervb.netc++12-Jan-11 7:28
programmervb.netc++12-Jan-11 7:28 
AnswerRe: Config File with multiple profiles.. Pin
Eddy Vluggen13-Jan-11 7:11
professionalEddy Vluggen13-Jan-11 7:11 
GeneralRe: Config File with multiple profiles.. Pin
programmervb.netc++13-Jan-11 9:28
programmervb.netc++13-Jan-11 9:28 
GeneralRe: Config File with multiple profiles.. Pin
Eddy Vluggen13-Jan-11 9:46
professionalEddy Vluggen13-Jan-11 9:46 
AnswerRe: Config File with multiple profiles.. Pin
#realJSOP13-Jan-11 9:28
mve#realJSOP13-Jan-11 9:28 
QuestionWhats wrong with my code? [modified] Pin
Herboren11-Jan-11 16:04
Herboren11-Jan-11 16:04 
AnswerRe: Whats wrong with my code? Pin
Luc Pattyn11-Jan-11 16:38
sitebuilderLuc Pattyn11-Jan-11 16:38 
1. your code is a bit messy, and it is not easy to guess what all of it is supposed to do; making control names more descriptive would help. There is code handling mouse events, it is not relevant here; and I'm not sure all timer related code has been shown.

2.
rather than have several instances of tmrStart.Enabled = True, you should call a subroutine that sets the value of alarmTime15 and/or alarmTime30, then starts the timer; setting them once when the class loads does not make sense.

That should get you started.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 17:25
Herboren11-Jan-11 17:25 
GeneralRe: Whats wrong with my code? Pin
Luc Pattyn11-Jan-11 17:40
sitebuilderLuc Pattyn11-Jan-11 17:40 
GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 18:09
Herboren11-Jan-11 18:09 
GeneralRe: Whats wrong with my code? Pin
Luc Pattyn11-Jan-11 18:24
sitebuilderLuc Pattyn11-Jan-11 18:24 
GeneralRe: Whats wrong with my code? Pin
Herboren11-Jan-11 18:29
Herboren11-Jan-11 18:29 
AnswerRe: Whats wrong with my code? Pin
Brady Kelly14-Jan-11 1:52
Brady Kelly14-Jan-11 1:52 
Questionruntime Pin
messages7-Jan-11 21:11
messages7-Jan-11 21:11 
AnswerRe: runtime Pin
Estys7-Jan-11 22:08
Estys7-Jan-11 22:08 
GeneralRe: runtime Pin
messages8-Jan-11 0:08
messages8-Jan-11 0:08 
GeneralRe: runtime Pin
Estys8-Jan-11 0:19
Estys8-Jan-11 0:19 
GeneralRe: runtime Pin
Ashwini K Singh8-Jan-11 2:25
Ashwini K Singh8-Jan-11 2:25 
GeneralRe: runtime Pin
Estys8-Jan-11 2:33
Estys8-Jan-11 2:33 
AnswerRe: runtime Pin
Abhinav S8-Jan-11 3:08
Abhinav S8-Jan-11 3:08 
QuestionTest Message Pin
ahmadfareedkhan7-Jan-11 5:46
ahmadfareedkhan7-Jan-11 5:46 
AnswerRe: Test Message PinPopular
Keith Barrow7-Jan-11 6:14
professionalKeith Barrow7-Jan-11 6:14 
AnswerRe: Test Message Pin
Dave Kreskowiak7-Jan-11 7:18
mveDave Kreskowiak7-Jan-11 7:18 
AnswerRe: Test Message Pin
Richard MacCutchan7-Jan-11 8:19
mveRichard MacCutchan7-Jan-11 8:19 

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.