Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with C# and Stored procedure Pin
Guffa26-Aug-05 9:58
Guffa26-Aug-05 9:58 
QuestionCreating Simply Audio File Pin
allenmpcx25-Aug-05 20:36
allenmpcx25-Aug-05 20:36 
AnswerRe: Creating Simply Audio File Pin
gnjunge25-Aug-05 23:46
gnjunge25-Aug-05 23:46 
GeneralRe: Creating Simply Audio File Pin
radic.feng26-Aug-05 0:58
radic.feng26-Aug-05 0:58 
Questionhow to save files in non windows application using c# Pin
sajikp25-Aug-05 20:30
sajikp25-Aug-05 20:30 
AnswerRe: how to save files in non windows application using c# Pin
Dave Kreskowiak26-Aug-05 1:50
mveDave Kreskowiak26-Aug-05 1:50 
GeneralRe: how to save files in non windows application using c# Pin
sajikp28-Aug-05 22:02
sajikp28-Aug-05 22:02 
GeneralRe: how to save files in non windows application using c# Pin
Dave Kreskowiak29-Aug-05 1:32
mveDave Kreskowiak29-Aug-05 1:32 
You'll have an very difficult time with this. Since every app is different and you can't save files at just any old time (like when an app has a modal dialog box open!), you'll have to handle every possible instance that could occur to stop you.

Basically, what I'm trying to tell you is that what you want to do isn't practical. You might get about 80% compatibility with the applications. Depending on what's going on in the app at the time, you're save attemt will fail. Also, what if the user has a document open that he doesn't want the changes saved for?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionRead Excel file properties. Pin
jdkulkarni25-Aug-05 19:56
jdkulkarni25-Aug-05 19:56 
AnswerRe: Read Excel file properties. Pin
jdkulkarni25-Aug-05 20:48
jdkulkarni25-Aug-05 20:48 
QuestionMeasuring Delay Pin
Cheezo25-Aug-05 18:34
Cheezo25-Aug-05 18:34 
AnswerRe: Measuring Delay Pin
Dave Kreskowiak26-Aug-05 5:25
mveDave Kreskowiak26-Aug-05 5:25 
GeneralRe: Measuring Delay Pin
Cheezo28-Aug-05 20:11
Cheezo28-Aug-05 20:11 
GeneralRe: Measuring Delay Pin
Dave Kreskowiak29-Aug-05 1:27
mveDave Kreskowiak29-Aug-05 1:27 
Question: Some tough software challenges: A drawing borad in C# Application Pin
amitmohanty25-Aug-05 17:34
amitmohanty25-Aug-05 17:34 
Questionstring.Empty and null Pin
binglin25-Aug-05 15:59
binglin25-Aug-05 15:59 
AnswerRe: string.Empty and null Pin
Rob Graham25-Aug-05 16:21
Rob Graham25-Aug-05 16:21 
AnswerRe: string.Empty and null Pin
radic.feng26-Aug-05 1:10
radic.feng26-Aug-05 1:10 
GeneralRe: string.Empty and null Pin
Dave Kreskowiak26-Aug-05 1:48
mveDave Kreskowiak26-Aug-05 1:48 
GeneralRe: string.Empty and null Pin
Rob Graham26-Aug-05 4:49
Rob Graham26-Aug-05 4:49 
GeneralRe: string.Empty and null Pin
eggie526-Aug-05 7:17
eggie526-Aug-05 7:17 
AnswerRe: string.Empty and null Pin
eggie526-Aug-05 7:17
eggie526-Aug-05 7:17 
GeneralRe: string.Empty and null Pin
Rei Miyasaka29-Aug-05 13:22
Rei Miyasaka29-Aug-05 13:22 
AnswerRe: string.Empty and null Pin
radic.feng26-Aug-05 23:07
radic.feng26-Aug-05 23:07 
GeneralRe: string.Empty and null Pin
Uri Lavi27-Aug-05 1:13
Uri Lavi27-Aug-05 1:13 

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.