Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dispose Method Pin
Scott Dorman31-Jul-07 19:43
professionalScott Dorman31-Jul-07 19:43 
QuestionConnecting to SQL Server through C#.net Pin
Saba0230-Jul-07 2:32
Saba0230-Jul-07 2:32 
AnswerRe: Connecting to SQL Server through C#.net Pin
originSH30-Jul-07 3:03
originSH30-Jul-07 3:03 
AnswerRe: Connecting to SQL Server through C#.net Pin
Karthi_jpk30-Jul-07 3:04
Karthi_jpk30-Jul-07 3:04 
GeneralRe: Connecting to SQL Server through C#.net [modified] Pin
originSH30-Jul-07 3:19
originSH30-Jul-07 3:19 
QuestionAnother instance of my program is already running? Pin
pmartike30-Jul-07 2:17
pmartike30-Jul-07 2:17 
AnswerRe: Another instance of my program is already running? [modified] Pin
Martin#30-Jul-07 2:22
Martin#30-Jul-07 2:22 
QuestionSMO Impersonation? Pin
NanaAM30-Jul-07 1:47
NanaAM30-Jul-07 1:47 
I am writing following code for impersonation but it doens work.
Can anybody tell me why?
serverConn = new ServerConnection();
serverConn.LoginSecure = true;
serverConn.ConnectAsUser = true;
serverConn.ConnectAsUserName = userName + "@" + userDomain;
serverConn.ConnectAsUserPassword = userPassword;

This connection is used tofr creating database.

Please help

Nana

QuestionSir Who redirect Fonts from C:\WINDOWS\Fonts to my Sample Application ? Pin
CodeVarma30-Jul-07 1:37
CodeVarma30-Jul-07 1:37 
QuestionConverting numbers and run some math equations in C# Pin
guyav9930-Jul-07 1:36
guyav9930-Jul-07 1:36 
AnswerRe: Converting numbers and run some math equations in C# Pin
User 665830-Jul-07 1:49
User 665830-Jul-07 1:49 
GeneralRe: Converting numbers and run some math equations in C# Pin
guyav9930-Jul-07 1:51
guyav9930-Jul-07 1:51 
GeneralRe: Converting numbers and run some math equations in C# Pin
User 665830-Jul-07 1:57
User 665830-Jul-07 1:57 
AnswerRe: Converting numbers and run some math equations in C# Pin
Guffa30-Jul-07 1:58
Guffa30-Jul-07 1:58 
GeneralRe: Converting numbers and run some math equations in C# Pin
guyav9930-Jul-07 2:04
guyav9930-Jul-07 2:04 
AnswerRe: Converting numbers and run some math equations in C# Pin
Guffa30-Jul-07 2:14
Guffa30-Jul-07 2:14 
GeneralRe: Converting numbers and run some math equations in C# Pin
guyav9930-Jul-07 2:19
guyav9930-Jul-07 2:19 
AnswerRe: Converting numbers and run some math equations in C# Pin
Bekjong30-Jul-07 1:51
Bekjong30-Jul-07 1:51 
GeneralRe: Converting numbers and run some math equations in C# Pin
guyav9930-Jul-07 1:55
guyav9930-Jul-07 1:55 
GeneralRe: Converting numbers and run some math equations in C# Pin
Bekjong30-Jul-07 1:58
Bekjong30-Jul-07 1:58 
AnswerRe: Converting numbers and run some math equations in C# Pin
Martin#30-Jul-07 2:13
Martin#30-Jul-07 2:13 
GeneralRe: Converting numbers and run some math equations in C# Pin
guyav9930-Jul-07 2:16
guyav9930-Jul-07 2:16 
AnswerRe: Converting numbers and run some math equations in C# Pin
V.30-Jul-07 2:47
professionalV.30-Jul-07 2:47 
QuestionLocalization tool Pin
koger30-Jul-07 1:36
koger30-Jul-07 1:36 
Questionfinding all the textbox controls on window forms Pin
kalyan_241630-Jul-07 1:08
kalyan_241630-Jul-07 1:08 

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.