Click here to Skip to main content
15,905,867 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb.net code to copy file from remote computer Pin
Member 45048917-Oct-08 4:02
Member 45048917-Oct-08 4:02 
AnswerRe: vb.net code to copy file from remote computer Pin
HemJoshi7-Oct-08 4:08
HemJoshi7-Oct-08 4:08 
AnswerRe: vb.net code to copy file from remote computer Pin
Dave Kreskowiak7-Oct-08 5:18
mveDave Kreskowiak7-Oct-08 5:18 
Questionvb.net code to perform cut, copy ,paste and delete operations on file from one computer to another computer. Pin
Member 45048917-Oct-08 3:28
Member 45048917-Oct-08 3:28 
AnswerRe: vb.net code to perform cut, copy ,paste and delete operations on file from one computer to another computer. Pin
Ashfield7-Oct-08 3:45
Ashfield7-Oct-08 3:45 
QuestionDatagridview edited by Multiple users Pin
helelark1237-Oct-08 2:57
helelark1237-Oct-08 2:57 
AnswerRe: Datagridview edited by Multiple users Pin
Ashfield7-Oct-08 3:15
Ashfield7-Oct-08 3:15 
AnswerRe: Datagridview edited by Multiple users Pin
Mycroft Holmes7-Oct-08 16:28
professionalMycroft Holmes7-Oct-08 16:28 
this is a typical nightmare some developers get into sooner or later. There is no elegant solution to this. Notification services will do the job but the overhead in both system and support is horrible.

Some solutions:
Timer as you have surmised it the standard solution.
Do not allow inline editing - force the user to a dialog for CRUD and reload the grid when they return (I use this)
Test the record BEFORE allowing inline editing and warn the user. Reload the grid when the record is saved.


Never underestimate the power of human stupidity
RAH

GeneralRe: Datagridview edited by Multiple users Pin
helelark1239-Oct-08 20:56
helelark1239-Oct-08 20:56 
GeneralRe: Datagridview edited by Multiple users Pin
Mycroft Holmes9-Oct-08 21:19
professionalMycroft Holmes9-Oct-08 21:19 
QuestionHow to change the default property of the form Pin
AR Reddy7-Oct-08 2:53
AR Reddy7-Oct-08 2:53 
AnswerRe: How to change the default property of the form Pin
jzonthemtn7-Oct-08 4:14
jzonthemtn7-Oct-08 4:14 
QuestionRe: How to change the default property of the form Pin
JR2128-Oct-08 2:34
JR2128-Oct-08 2:34 
AnswerRe: How to change the default property of the form Pin
jzonthemtn8-Oct-08 3:05
jzonthemtn8-Oct-08 3:05 
AnswerRe: How to change the default property of the form Pin
HemJoshi7-Oct-08 4:19
HemJoshi7-Oct-08 4:19 
Question[Message Deleted] Pin
EliottA7-Oct-08 2:33
EliottA7-Oct-08 2:33 
AnswerRe: Excel Weird Behavior Pin
EliottA7-Oct-08 3:42
EliottA7-Oct-08 3:42 
Questionsearch within excel file Pin
jhyn7-Oct-08 2:23
jhyn7-Oct-08 2:23 
AnswerRe: search within excel file Pin
Ashfield7-Oct-08 3:09
Ashfield7-Oct-08 3:09 
QuestionCombobox in DataGrid Pin
neha.lad7-Oct-08 1:05
neha.lad7-Oct-08 1:05 
AnswerRe: Combobox in DataGrid Pin
Ashfield7-Oct-08 1:18
Ashfield7-Oct-08 1:18 
QuestionDataGridView HELL!!! what am I doing wrong Pin
GDMFSOB6-Oct-08 20:56
GDMFSOB6-Oct-08 20:56 
AnswerRe: DataGridView HELL!!! what am I doing wrong Pin
Mycroft Holmes6-Oct-08 23:09
professionalMycroft Holmes6-Oct-08 23:09 
GeneralRe: DataGridView HELL!!! what am I doing wrong Pin
GDMFSOB6-Oct-08 23:28
GDMFSOB6-Oct-08 23:28 
GeneralRe: DataGridView HELL!!! what am I doing wrong Pin
Mycroft Holmes7-Oct-08 0:47
professionalMycroft Holmes7-Oct-08 0:47 

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.