Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
Questioncall a form and return the result Pin
Mridang Agarwalla17-Oct-05 21:05
Mridang Agarwalla17-Oct-05 21:05 
AnswerRe: call a form and return the result Pin
S. Senthil Kumar18-Oct-05 0:33
S. Senthil Kumar18-Oct-05 0:33 
AnswerRe: call a form and return the result Pin
Rob Philpott18-Oct-05 0:48
Rob Philpott18-Oct-05 0:48 
Questionstop a process on remote computer Pin
Prashant Gadhave17-Oct-05 20:27
Prashant Gadhave17-Oct-05 20:27 
Questionhelp:C# application and Databases Pin
jith - iii17-Oct-05 19:42
jith - iii17-Oct-05 19:42 
AnswerRe: help:C# application and Databases Pin
Guffa17-Oct-05 21:14
Guffa17-Oct-05 21:14 
GeneralRe: help:C# application and Databases Pin
jith - iii17-Oct-05 22:28
jith - iii17-Oct-05 22:28 
GeneralRe: help:C# application and Databases Pin
Guffa18-Oct-05 0:20
Guffa18-Oct-05 0:20 
There is no locking of a table when reading it, so any number of users may read the same table at once.

Several users may update the same table, as long as they do not update the same records. Updates to records that are locked are normally delayed until they are unlocked, and the user hardly notices the delay.

---
b { font-weight: normal; }

GeneralRe: help:C# application and Databases Pin
jith - iii18-Oct-05 0:35
jith - iii18-Oct-05 0:35 
AnswerRe: help:C# application and Databases Pin
André Ziegler18-Oct-05 7:43
André Ziegler18-Oct-05 7:43 
GeneralRe: help:C# application and Databases Pin
jith - iii18-Oct-05 18:05
jith - iii18-Oct-05 18:05 
AnswerRe: help:C# application and Databases Pin
André Ziegler20-Oct-05 8:03
André Ziegler20-Oct-05 8:03 
QuestionInteraction between main program and dll Pin
dmee17-Oct-05 19:39
dmee17-Oct-05 19:39 
AnswerRe: Interaction between main program and dll Pin
Rob Philpott18-Oct-05 0:27
Rob Philpott18-Oct-05 0:27 
GeneralRe: Interaction between main program and dll Pin
dmee18-Oct-05 5:19
dmee18-Oct-05 5:19 
QuestionHow to add right-click menu to a tree view control Pin
deejagan17-Oct-05 19:07
deejagan17-Oct-05 19:07 
AnswerRe: How to add right-click menu to a tree view control Pin
Andrew Kirillov17-Oct-05 19:16
Andrew Kirillov17-Oct-05 19:16 
GeneralRe: How to add right-click menu to a tree view control Pin
deejagan17-Oct-05 19:34
deejagan17-Oct-05 19:34 
QuestionConvert Uint32 to byte[4] Pin
rushing17-Oct-05 18:52
rushing17-Oct-05 18:52 
AnswerRe: Convert Uint32 to byte[4] Pin
Andrew Kirillov17-Oct-05 19:22
Andrew Kirillov17-Oct-05 19:22 
AnswerRe: Convert Uint32 to byte[4] Pin
leppie17-Oct-05 20:56
leppie17-Oct-05 20:56 
QuestionStringConverter Pin
Anonymous17-Oct-05 18:18
Anonymous17-Oct-05 18:18 
AnswerRe: StringConverter Pin
Andy Brummer17-Oct-05 18:27
sitebuilderAndy Brummer17-Oct-05 18:27 
QuestionTreeNode leftClick with mouse Pin
ppp00117-Oct-05 16:54
ppp00117-Oct-05 16:54 
AnswerRe: TreeNode leftClick with mouse Pin
S. Senthil Kumar17-Oct-05 20:44
S. Senthil Kumar17-Oct-05 20:44 

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.