Click here to Skip to main content
15,921,174 members
Home / Discussions / C#
   

C#

 
QuestionUnit testing MVP in VS Team Edition Pin
jimbaloo4-Apr-07 7:25
jimbaloo4-Apr-07 7:25 
AnswerRe: Unit testing MVP in VS Team Edition Pin
Pete O'Hanlon5-Apr-07 1:39
mvePete O'Hanlon5-Apr-07 1:39 
GeneralRe: Unit testing MVP in VS Team Edition Pin
jimbaloo5-Apr-07 1:47
jimbaloo5-Apr-07 1:47 
Questionc# BHO - onDocumentComplete Pin
mikemcmeekin4-Apr-07 7:04
mikemcmeekin4-Apr-07 7:04 
AnswerRe: c# BHO - onDocumentComplete Pin
Douglas Troy4-Apr-07 7:22
Douglas Troy4-Apr-07 7:22 
GeneralRe: c# BHO - onDocumentComplete Pin
mikemcmeekin6-Apr-07 0:34
mikemcmeekin6-Apr-07 0:34 
QuestionMultiple Applications writing to one Excel Spreadsheet Pin
shamidi4-Apr-07 6:13
shamidi4-Apr-07 6:13 
AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 6:46
mveDave Kreskowiak4-Apr-07 6:46 
shamidi wrote:
I want to simply have the second application edit the same file. Is this possible?


Nope. Excel sheets can only have one writer at any one time. Any attempt by other Excel instances to open the sheet will result in a ReadOnly warning.

A better way to do this would be to use an actual database engine, like Access or SQL Server or MySQL.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


AnswerRe: Multiple Applications writing to one Excel Spreadsheet Pin
shamidi4-Apr-07 6:51
shamidi4-Apr-07 6:51 
GeneralRe: Multiple Applications writing to one Excel Spreadsheet Pin
Dave Kreskowiak4-Apr-07 12:17
mveDave Kreskowiak4-Apr-07 12:17 
QuestionGet position order from coordenates Pin
Diego F.4-Apr-07 5:57
Diego F.4-Apr-07 5:57 
AnswerRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:04
Diego F.4-Apr-07 6:04 
GeneralRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:11
Diego F.4-Apr-07 6:11 
Questionhow to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 5:55
pashitech4-Apr-07 5:55 
AnswerRe: how to work with ClickOnce for automatic updation Pin
rvlemmings4-Apr-07 6:32
rvlemmings4-Apr-07 6:32 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 21:19
pashitech4-Apr-07 21:19 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v4-Apr-07 21:29
roel_v4-Apr-07 21:29 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:16
roel_v5-Apr-07 0:16 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech5-Apr-07 2:15
pashitech5-Apr-07 2:15 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 2:23
roel_v5-Apr-07 2:23 
AnswerRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:34
roel_v5-Apr-07 0:34 
QuestionRetrieving columns from joined tables in sql Pin
dboy2214-Apr-07 5:52
dboy2214-Apr-07 5:52 
AnswerRe: Retrieving columns from joined tables in sql Pin
Russell Jones4-Apr-07 5:58
Russell Jones4-Apr-07 5:58 
GeneralRe: Retrieving columns from joined tables in sql Pin
dboy2214-Apr-07 6:19
dboy2214-Apr-07 6:19 
QuestionProblems getting the MDI parent Pin
sinosoidal4-Apr-07 5:50
sinosoidal4-Apr-07 5:50 

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.