Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf14-Jun-08 16:27
FocusedWolf14-Jun-08 16:27 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Christian Graus14-Jun-08 16:47
protectorChristian Graus14-Jun-08 16:47 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under [modified] Pin
FocusedWolf15-Jun-08 8:22
FocusedWolf15-Jun-08 8:22 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf15-Jun-08 18:48
FocusedWolf15-Jun-08 18:48 
GeneralRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
FocusedWolf17-Jun-08 10:29
FocusedWolf17-Jun-08 10:29 
AnswerRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Giorgi Dalakishvili14-Jun-08 23:45
mentorGiorgi Dalakishvili14-Jun-08 23:45 
AnswerRe: Want my form to permit focus to "penetrate" to whatever window is under Pin
Muammar©15-Jun-08 1:35
Muammar©15-Jun-08 1:35 
QuestionConnectionStrings from settings file. Pin
Sunset Towers14-Jun-08 11:36
Sunset Towers14-Jun-08 11:36 
I have 2 connections strings in the settings file that are used by various datasetgridviews and other functions. The problem comes in that the databases are in the \CurrentUser\My Document\MyProgramsDataFolder. Other data is also being stored here for processing.

I know this may not be considered a "Best programming practice", but it suits the nature of the program.

Is there anyway of setting the connection sting in the settings file so that instead of

Data Source=.\SQLEXPRESS;AttachDbFilename="|DataDirectory|Database1.mdf";Integrated Security=True;Connect Timeout=30;User Instance=True

it looks something like

Data Source=.\SQLEXPRESS;AttachDbFilename="|MyDocuments|Database1.mdf";Integrated Security=True;Connect Timeout=30;User Instance=True
AnswerRe: ConnectionStrings from settings file. Pin
Scott Dorman14-Jun-08 15:49
professionalScott Dorman14-Jun-08 15:49 
QuestionTrap Cancel Button Without Using MessageBox Class Pin
Win32SF14-Jun-08 11:21
Win32SF14-Jun-08 11:21 
AnswerRe: Trap Cancel Button Without Using MessageBox Class Pin
Christian Graus14-Jun-08 11:28
protectorChristian Graus14-Jun-08 11:28 
GeneralRe: Trap Cancel Button Without Using MessageBox Class Pin
Win32SF14-Jun-08 13:38
Win32SF14-Jun-08 13:38 
Questionstoring an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:01
Zeeshan Riaz14-Jun-08 11:01 
AnswerRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:14
protectorChristian Graus14-Jun-08 11:14 
GeneralRe: storing an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:22
Zeeshan Riaz14-Jun-08 11:22 
GeneralRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:24
protectorChristian Graus14-Jun-08 11:24 
GeneralRe: storing an array in a profile tag of web.config Pin
Zeeshan Riaz14-Jun-08 11:34
Zeeshan Riaz14-Jun-08 11:34 
GeneralRe: storing an array in a profile tag of web.config Pin
Christian Graus14-Jun-08 11:35
protectorChristian Graus14-Jun-08 11:35 
Questionsocket usage permission Pin
mahraja14-Jun-08 9:41
mahraja14-Jun-08 9:41 
QuestionExcel Help Pin
MumbleB14-Jun-08 6:22
MumbleB14-Jun-08 6:22 
AnswerRe: Excel Help Pin
parth.p14-Jun-08 16:06
parth.p14-Jun-08 16:06 
QuestionC# navigating to top of page Pin
nyjcr14-Jun-08 5:43
nyjcr14-Jun-08 5:43 
AnswerRe: C# navigating to top of page Pin
N a v a n e e t h14-Jun-08 5:55
N a v a n e e t h14-Jun-08 5:55 
Questionhow to can i run or execute another program from C# ... like winword for example ?? Pin
Zero coder14-Jun-08 3:44
Zero coder14-Jun-08 3:44 
AnswerRe: how to can i run or execute another program from C# ... like winword for example ?? Pin
Christian Graus14-Jun-08 3:47
protectorChristian Graus14-Jun-08 3: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.