Click here to Skip to main content
15,909,835 members
Home / Discussions / C#
   

C#

 
QuestionEn- or disabling labels regarding to checked items in a listbox Pin
Dennis Bork27-Nov-12 3:15
Dennis Bork27-Nov-12 3:15 
AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Alan N27-Nov-12 4:36
Alan N27-Nov-12 4:36 
AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Richard MacCutchan27-Nov-12 4:52
mveRichard MacCutchan27-Nov-12 4:52 
AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Nilesh Raval27-Nov-12 19:22
professionalNilesh Raval27-Nov-12 19:22 
GeneralRe: En- or disabling labels regarding to checked items in a listbox Pin
Dennis Bork28-Nov-12 0:05
Dennis Bork28-Nov-12 0:05 
GeneralRe: En- or disabling labels regarding to checked items in a listbox Pin
Nilesh Raval28-Nov-12 1:05
professionalNilesh Raval28-Nov-12 1:05 
QuestionUnsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack. Pin
MAHAMADLATIF HASAN SANADI27-Nov-12 0:41
MAHAMADLATIF HASAN SANADI27-Nov-12 0:41 
AnswerRe: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack. Pin
Richard Deeming27-Nov-12 1:06
mveRichard Deeming27-Nov-12 1:06 
Questionhow to load values into combobox Pin
chahthuranga26-Nov-12 22:06
chahthuranga26-Nov-12 22:06 
AnswerRe: how to load values into combobox Pin
Richard MacCutchan26-Nov-12 22:51
mveRichard MacCutchan26-Nov-12 22:51 
AnswerRe: how to load values into combobox Pin
Pete O'Hanlon26-Nov-12 22:53
mvePete O'Hanlon26-Nov-12 22:53 
Questionideal time out problem Pin
VishwaKL26-Nov-12 21:21
VishwaKL26-Nov-12 21:21 
AnswerRe: ideal time out problem Pin
OriginalGriff26-Nov-12 21:43
mveOriginalGriff26-Nov-12 21:43 
GeneralRe: ideal time out problem Pin
VishwaKL26-Nov-12 23:44
VishwaKL26-Nov-12 23:44 
AnswerRe: ideal time out problem Pin
Simon_Whale26-Nov-12 23:48
Simon_Whale26-Nov-12 23:48 
AnswerRe: ideal time out problem Pin
BobJanova28-Nov-12 23:53
BobJanova28-Nov-12 23:53 
GeneralRe: ideal time out problem Pin
VishwaKL29-Nov-12 20:51
VishwaKL29-Nov-12 20:51 
QuestionDetecting Internet Connection Loss Pin
Roger Wright26-Nov-12 16:29
professionalRoger Wright26-Nov-12 16:29 
AnswerRe: Detecting Internet Connection Loss Pin
Abhinav S26-Nov-12 16:56
Abhinav S26-Nov-12 16:56 
GeneralRe: Detecting Internet Connection Loss Pin
Roger Wright26-Nov-12 17:40
professionalRoger Wright26-Nov-12 17:40 
AnswerRe: Detecting Internet Connection Loss Pin
Peter_in_278026-Nov-12 18:38
professionalPeter_in_278026-Nov-12 18:38 
What I did to manage things was to use the web-based command/status interface of the modem/router and some HTML parsing. For example, I get hourly reports of the ADSL line status (speed/attenuation/margin, up and down) this way, and I can reboot it by going to the appropriate URL (after logging in, of course)
27/11/12 15.00.34,12864 kbps,42.0 db,6.20 db,1020 kbps,20.5 db,7.0 db
27/11/12 16.00.34,12793 kbps,42.5 db,6.45 db,1020 kbps,20.5 db,7.0 db

I also set up a syslog daemon and got the modem/router to log everything. So when the telco tech called this moring to look at my line problems, I could show him logs like this:
2012-11-27 12:45:40	User.Emerg	172.19.243.1	[Internet disconnected]
2012-11-27 12:47:04	User.Emerg	172.19.243.1	[Internet connected] IP address: 101.174.189.211,
2012-11-27 12:59:55	User.Emerg	172.19.243.1	[Internet disconnected]
2012-11-27 13:01:16	User.Emerg	172.19.243.1	[Internet connected] IP address: 203.51.49.191,
2012-11-27 15:47:16	User.Emerg	172.19.243.1	[DHCP IP: (172.19.243.125)] to MAC address 00:1A:4B:62:40:3F,

Helps no end convincing them that there actually is a problem.

If you want any more along these lines, email me.

Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

GeneralRe: Detecting Internet Connection Loss Pin
Roger Wright27-Nov-12 2:32
professionalRoger Wright27-Nov-12 2:32 
QuestionDateTime NullReferenceException Pin
zeqir8525-Nov-12 22:36
zeqir8525-Nov-12 22:36 
AnswerRe: DateTime NullReferenceException Pin
Ingo25-Nov-12 23:15
Ingo25-Nov-12 23:15 
GeneralRe: DateTime NullReferenceException Pin
zeqir8525-Nov-12 23:37
zeqir8525-Nov-12 23:37 

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.