Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
Questionweb and window applications that work on one same database file Pin
Djtech017-Oct-09 8:31
Djtech017-Oct-09 8:31 
AnswerRe: web and window applications that work on one same database file Pin
Christian Graus7-Oct-09 10:00
protectorChristian Graus7-Oct-09 10:00 
GeneralRe: web and window applications that work on one same database file Pin
Djtech018-Oct-09 6:53
Djtech018-Oct-09 6:53 
AnswerRe: web and window applications that work on one same database file Pin
Christian Graus7-Oct-09 11:05
protectorChristian Graus7-Oct-09 11:05 
QuestionWhy server doesn't respond? Pin
Aljaz1117-Oct-09 7:46
Aljaz1117-Oct-09 7:46 
AnswerRe: Why server doesn't respond? Pin
Luc Pattyn7-Oct-09 9:05
sitebuilderLuc Pattyn7-Oct-09 9:05 
GeneralRe: Why server doesn't respond? Pin
Aljaz1118-Oct-09 0:17
Aljaz1118-Oct-09 0:17 
GeneralRe: Why server doesn't respond? Pin
Luc Pattyn8-Oct-09 1:10
sitebuilderLuc Pattyn8-Oct-09 1:10 
So you need to define a "language" that you will use to communicate between both apps; it must cover all the functionality you plan to support. First decision is text versus binary; text is the preferred way for portability and ease of debugging; binary would be somewhat more compact and faster. Go for text!

example (just one from an infinite number of possibilities; each #x is a number):
color,#r,#g,#b;        // set color
circle,#x,#y,#w,#h;    // draw circle
end;


Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Why server doesn't respond? [modified] Pin
Aljaz1118-Oct-09 5:31
Aljaz1118-Oct-09 5:31 
GeneralRe: Why server doesn't respond? Pin
Luc Pattyn8-Oct-09 5:49
sitebuilderLuc Pattyn8-Oct-09 5:49 
GeneralRe: Why server doesn't respond? Pin
Aljaz1118-Oct-09 5:55
Aljaz1118-Oct-09 5:55 
QuestionHelp is needed (Urgent) Pin
jashimu7-Oct-09 7:40
jashimu7-Oct-09 7:40 
AnswerRe: Help is needed (Urgent) Pin
EliottA7-Oct-09 9:07
EliottA7-Oct-09 9:07 
QuestionWhat's special with message box? Pin
teknolog1237-Oct-09 6:56
teknolog1237-Oct-09 6:56 
AnswerRe: What's special with message box? Pin
PIEBALDconsult7-Oct-09 7:27
mvePIEBALDconsult7-Oct-09 7:27 
GeneralRe: What's special with message box? [modified] Pin
teknolog1237-Oct-09 7:37
teknolog1237-Oct-09 7:37 
GeneralRe: What's special with message box? Pin
LimitedAtonement7-Oct-09 7:42
LimitedAtonement7-Oct-09 7:42 
GeneralRe: What's special with message box? Pin
teknolog1237-Oct-09 8:09
teknolog1237-Oct-09 8:09 
GeneralRe: What's special with message box? Pin
PIEBALDconsult7-Oct-09 7:42
mvePIEBALDconsult7-Oct-09 7:42 
QuestionAnother method safer than StreamWriter and how can I save the file on another server (asp.net c sharp) Pin
aspkiddy7-Oct-09 6:32
aspkiddy7-Oct-09 6:32 
QuestionCode Readability Poll Pin
LimitedAtonement7-Oct-09 5:57
LimitedAtonement7-Oct-09 5:57 
AnswerRe: Code Readability Poll Pin
Kevin Marois7-Oct-09 6:34
professionalKevin Marois7-Oct-09 6:34 
GeneralRe: Code Readability Poll Pin
N a v a n e e t h7-Oct-09 7:38
N a v a n e e t h7-Oct-09 7:38 
GeneralRe: Code Readability Poll Pin
PIEBALDconsult7-Oct-09 8:22
mvePIEBALDconsult7-Oct-09 8:22 
GeneralRe: Code Readability Poll Pin
Gideon Engelberth7-Oct-09 9:14
Gideon Engelberth7-Oct-09 9:14 

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.