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

C#

 
GeneralRe: TabControl events Pin
nlowdon17-Dec-08 10:41
nlowdon17-Dec-08 10:41 
GeneralRe: TabControl events Pin
Luc Pattyn17-Dec-08 10:57
sitebuilderLuc Pattyn17-Dec-08 10:57 
GeneralRe: TabControl events Pin
nlowdon17-Dec-08 11:10
nlowdon17-Dec-08 11:10 
GeneralRe: TabControl events [modified] Pin
Luc Pattyn17-Dec-08 11:18
sitebuilderLuc Pattyn17-Dec-08 11:18 
AnswerRe: TabControl events Pin
#realJSOP17-Dec-08 9:17
mve#realJSOP17-Dec-08 9:17 
QuestionCredentials Pin
CodingYoshi17-Dec-08 7:03
CodingYoshi17-Dec-08 7:03 
AnswerRe: Credentials Pin
Pete O'Hanlon17-Dec-08 8:58
mvePete O'Hanlon17-Dec-08 8:58 
GeneralRe: Credentials Pin
CodingYoshi17-Dec-08 12:07
CodingYoshi17-Dec-08 12:07 
I am writing an application which reads files in a network of over 200 pcs--let's call this networkX. In order to read these files, the app will be installed on one of these pcs. The app also needs to grab data from a SQL Server which is on a different network--networkY. Therefore, when I am grabbing data from the sql server I have to first login to networkY, then to the sql server. Afterwards, the rest of the app will run under the credentials for networkX and read the files. Once all the files are read (actually some as it is threaded) then credentials will switch to networkY to dump the data and back and forth.

I don't know too much about networks, but the network admin told me this is the only feasible option.
GeneralRe: Credentials Pin
Eddy Vluggen18-Dec-08 4:55
professionalEddy Vluggen18-Dec-08 4:55 
Questionhow can i write in Excel files and create spreadsheets using C# and Pin
ahmedhassan9617-Dec-08 6:24
ahmedhassan9617-Dec-08 6:24 
AnswerRe: how can i write in Excel files and create spreadsheets using C# and Pin
Pr@teek B@h!17-Dec-08 7:29
Pr@teek B@h!17-Dec-08 7:29 
QuestionWhat is the equivalent C# syntax of void SomeFunction( array<object^>^ &updatelist) Pin
s196675m17-Dec-08 6:22
s196675m17-Dec-08 6:22 
AnswerRe: What is the equivalent C# syntax of void SomeFunction( array<object^>^ &updatelist) Pin
Bram Fokke17-Dec-08 7:03
Bram Fokke17-Dec-08 7:03 
GeneralRe: What is the equivalent C# syntax of void SomeFunction( array<object^>^ &updatelist) Pin
s196675m17-Dec-08 9:54
s196675m17-Dec-08 9:54 
QuestionobjOleDbDataAdapter.Fill(objDataSet, tableName); with sybase Pin
codeadair17-Dec-08 5:02
codeadair17-Dec-08 5:02 
Questionis it possible to import a dll file which was developed my C# in to a asp.net application? Pin
MS Lee17-Dec-08 4:22
MS Lee17-Dec-08 4:22 
AnswerRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
Pete O'Hanlon17-Dec-08 4:33
mvePete O'Hanlon17-Dec-08 4:33 
AnswerRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
Paul Conrad17-Dec-08 5:46
professionalPaul Conrad17-Dec-08 5:46 
GeneralRe: is it possible to import a dll file which was developed my C# in to a asp.net application? Pin
MS Lee17-Dec-08 17:57
MS Lee17-Dec-08 17:57 
QuestionAssigning a null value Pin
ArielR17-Dec-08 2:11
ArielR17-Dec-08 2:11 
AnswerRe: Assigning a null value Pin
User 665817-Dec-08 2:13
User 665817-Dec-08 2:13 
GeneralRe: Assigning a null value Pin
ArielR17-Dec-08 2:16
ArielR17-Dec-08 2:16 
GeneralRe: Assigning a null value Pin
Dave Kreskowiak17-Dec-08 2:24
mveDave Kreskowiak17-Dec-08 2:24 
GeneralRe: Assigning a null value Pin
ArielR17-Dec-08 4:51
ArielR17-Dec-08 4:51 
AnswerRe: Assigning a null value Pin
PIEBALDconsult17-Dec-08 2:59
mvePIEBALDconsult17-Dec-08 2:59 

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.