Click here to Skip to main content
15,921,643 members
Home / Discussions / C#
   

C#

 
AnswerRe: Oracle client installed? Pin
Gareth H21-May-07 23:24
Gareth H21-May-07 23:24 
GeneralRe: Oracle client installed? Pin
User 269896722-May-07 0:46
User 269896722-May-07 0:46 
QuestionRe: Oracle client installed? Pin
User 269896723-May-07 2:03
User 269896723-May-07 2:03 
QuestionInstall Database into MSQL Server by C# code ? [modified] Pin
AlienPham21-May-07 22:21
AlienPham21-May-07 22:21 
AnswerRe: Install Database into MSQL Server by C# code ? Pin
blackjack215021-May-07 23:18
blackjack215021-May-07 23:18 
GeneralRe: Install Database into MSQL Server by C# code ? Pin
Giorgi Dalakishvili21-May-07 23:24
mentorGiorgi Dalakishvili21-May-07 23:24 
Questionhow do achieve auto-login like msn messager Pin
jason_mf21-May-07 21:51
jason_mf21-May-07 21:51 
AnswerRe: how do achieve auto-login like msn messager Pin
Expert Coming21-May-07 22:14
Expert Coming21-May-07 22:14 
Windows application or ASP.NET?

Windows application could be done several ways, you can write an encrypted file with all the login information, system registry(better not to), or store it in the application settings. I would suggest the first solution.

ASP.NET/ASP, then you would use cookies.

To do the reading/writing of a file, use FileStream, and StreamReader/StreamWriter.

The only way to speed up a Macintosh computer is at 9.8 m/sec/sec.

Questionhow to know there is no required attribute for the childnode in xml file Pin
praveenkumar palla21-May-07 21:51
praveenkumar palla21-May-07 21:51 
AnswerRe: how to know there is no required attribute for the childnode in xml file Pin
Martin#21-May-07 22:14
Martin#21-May-07 22:14 
AnswerRe: how to know there is no required attribute for the childnode in xml file Pin
andre_swnpl22-May-07 1:00
andre_swnpl22-May-07 1:00 
GeneralRe: how to know there is no required attribute for the childnode in xml file Pin
praveenkumar palla23-May-07 1:42
praveenkumar palla23-May-07 1:42 
QuestionSet label's background color to transparent. Pin
blackjack215021-May-07 21:50
blackjack215021-May-07 21:50 
AnswerRe: Set label's background color to transparent. Pin
Martin#21-May-07 21:53
Martin#21-May-07 21:53 
GeneralRe: Set label's background color to transparent. Pin
blackjack215021-May-07 22:48
blackjack215021-May-07 22:48 
GeneralRe: Set label's background color to transparent. Pin
Martin#21-May-07 22:54
Martin#21-May-07 22:54 
GeneralRe: Set label's background color to transparent. Pin
blackjack215021-May-07 23:15
blackjack215021-May-07 23:15 
GeneralRe: Set label's background color to transparent. Pin
Martin#21-May-07 23:32
Martin#21-May-07 23:32 
GeneralRe: Set label's background color to transparent. Pin
blackjack215021-May-07 23:40
blackjack215021-May-07 23:40 
GeneralRe: Set label's background color to transparent. Pin
Martin#21-May-07 23:43
Martin#21-May-07 23:43 
QuestionHelp!!! Pin
MarkB77721-May-07 21:30
MarkB77721-May-07 21:30 
AnswerRe: Help!!! Pin
Martin#21-May-07 21:48
Martin#21-May-07 21:48 
GeneralRe: Help!!! Pin
MarkB77722-May-07 0:19
MarkB77722-May-07 0:19 
AnswerRe: Help!!! Pin
Giorgi Dalakishvili21-May-07 22:01
mentorGiorgi Dalakishvili21-May-07 22:01 
GeneralRe: Help!!! Pin
Martin#21-May-07 22:06
Martin#21-May-07 22:06 

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.