Click here to Skip to main content
15,921,156 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How do I detect which Application get focus at run-time? Pin
Thomas Stockwell29-Jul-08 10:31
professionalThomas Stockwell29-Jul-08 10:31 
QuestionHow to read excel file Pin
BalasubramanianK28-Jul-08 20:48
BalasubramanianK28-Jul-08 20:48 
AnswerRe: How to read excel file Pin
Nilesh Hapse28-Jul-08 22:36
Nilesh Hapse28-Jul-08 22:36 
AnswerRe: How to read excel file Pin
rprateek5-Aug-08 17:50
rprateek5-Aug-08 17:50 
QuestionHow to color some cells of table row based upon condition [modified] Pin
Rameez Raja28-Jul-08 18:26
Rameez Raja28-Jul-08 18:26 
AnswerRe: How to color some cells of table row based upon condition Pin
Paul Conrad28-Jul-08 20:06
professionalPaul Conrad28-Jul-08 20:06 
Questionproblem to detect client after server crash Pin
shee_dee8628-Jul-08 15:22
shee_dee8628-Jul-08 15:22 
AnswerRe: problem to detect client after server crash Pin
Luc Pattyn28-Jul-08 16:16
sitebuilderLuc Pattyn28-Jul-08 16:16 
Hi,

IMO restoring the communication between a client and a server is a client responsibility, the server
could/should not care.

The same is true when the human user uses a browser to visit a website on some server.

So what I would do is implement a timeout/delay/retry mechanism at the client.

The main choice to make now is: lazy connection or eager connection, i.e. should the client
make/restore a connection when it needs to communicate or as soon as possible (which would be
based on a ping-like interrogation of the server).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


QuestionFlippable 3D List Items in WPF Pin
sumeetneo28-Jul-08 10:16
sumeetneo28-Jul-08 10:16 
AnswerRe: Flippable 3D List Items in WPF Pin
ChandraRam29-Jul-08 1:23
ChandraRam29-Jul-08 1:23 
GeneralRe: Flippable 3D List Items in WPF Pin
sumeetneo29-Jul-08 4:24
sumeetneo29-Jul-08 4:24 
QuestionDon't load .ocx at runtime Pin
cstrader23228-Jul-08 9:44
cstrader23228-Jul-08 9:44 
GeneralRe: Don't load .ocx at runtime Pin
Paul Conrad28-Jul-08 9:54
professionalPaul Conrad28-Jul-08 9:54 
GeneralRe: Don't load .ocx at runtime Pin
cstrader23228-Jul-08 10:07
cstrader23228-Jul-08 10:07 
Questioncreate button programmatically for loop Pin
khm628-Jul-08 9:00
khm628-Jul-08 9:00 
AnswerRe: create button programmatically for loop Pin
Steven J Jowett28-Jul-08 10:18
Steven J Jowett28-Jul-08 10:18 
QuestionSearch/Evaluate My.Settings.StringCollection Pin
Member 437233128-Jul-08 8:12
Member 437233128-Jul-08 8:12 
AnswerRe: Search/Evaluate My.Settings.StringCollection Pin
paas29-Jul-08 0:47
paas29-Jul-08 0:47 
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
Member 437233129-Jul-08 2:41
Member 437233129-Jul-08 2:41 
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
paas29-Jul-08 3:26
paas29-Jul-08 3:26 
GeneralRe: Search/Evaluate My.Settings.StringCollection Pin
Member 437233129-Jul-08 3:38
Member 437233129-Jul-08 3:38 
QuestionExport to Excel or html [modified] Pin
zzsoulzz28-Jul-08 7:27
zzsoulzz28-Jul-08 7:27 
AnswerRe: Export to Excel or html Pin
Paul Conrad28-Jul-08 10:50
professionalPaul Conrad28-Jul-08 10:50 
GeneralRe: Export to Excel or html Pin
zzsoulzz28-Jul-08 20:19
zzsoulzz28-Jul-08 20:19 
GeneralRe: Export to Excel or html Pin
Paul Conrad28-Jul-08 20:22
professionalPaul Conrad28-Jul-08 20:22 

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.