Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Storing hex value into byte array Pin
leppie16-Apr-06 23:07
leppie16-Apr-06 23:07 
AnswerRe: Storing hex value into byte array Pin
Guffa16-Apr-06 23:47
Guffa16-Apr-06 23:47 
QuestionHow to generate dll in C# Pin
binukoshy16-Apr-06 21:53
binukoshy16-Apr-06 21:53 
AnswerRe: How to generate dll in C# Pin
Stefan Troschuetz16-Apr-06 22:43
Stefan Troschuetz16-Apr-06 22:43 
GeneralRe: How to generate dll in C# Pin
binukoshy16-Apr-06 23:34
binukoshy16-Apr-06 23:34 
GeneralRe: How to generate dll in C# Pin
Stefan Troschuetz17-Apr-06 0:27
Stefan Troschuetz17-Apr-06 0:27 
GeneralRe: How to generate dll in C# Pin
LongRange.Shooter18-Apr-06 11:08
LongRange.Shooter18-Apr-06 11:08 
Questionin net2005 C# how can I show the connection add dialog Pin
mikebai16-Apr-06 21:20
mikebai16-Apr-06 21:20 
in net2003 codes have:
MSDASC.DataLinks mydlg = new MSDASC.DataLinks();
OleDbConnection OleCon = new OleDbConnection();
ADODB._Connection ADOcon;
//Cast the generic object that PromptNew returns to an ADODB._Connection.
ADOcon = (ADODB._Connection)mydlg.PromptNew();
OleCon.ConnectionString = ADOcon.ConnectionString;
OleCon.Open();
if (OleCon.State.ToString() == "Open")
{
MessageBox.Show("Connection Opened");
OleCon.Close();
}
else
{
MessageBox.Show("Connection Failed");
}


but in 2005 new format has,example ".net Framework ole db ".but the old dialog in 2003 can not show it.
2005's new dialog can show by writing codes ???

i come from china,English not well,sorry~
mymail:mikebai604@hotmail.com

mikebai
AnswerRe: in net2005 C# how can I show the connection add dialog Pin
mikebai17-Apr-06 17:45
mikebai17-Apr-06 17:45 
QuestionListing all printers on the network Pin
aliencode16-Apr-06 21:11
aliencode16-Apr-06 21:11 
QuestionChanging web reference url Pin
Prashant Gadhave16-Apr-06 20:42
Prashant Gadhave16-Apr-06 20:42 
Questionstring with special characters Pin
namkha8116-Apr-06 20:29
namkha8116-Apr-06 20:29 
AnswerRe: string with special characters Pin
alexey N16-Apr-06 20:49
alexey N16-Apr-06 20:49 
GeneralRe: Use windows authentication in client/server application Pin
Le Thanh Cong16-Apr-06 20:24
Le Thanh Cong16-Apr-06 20:24 
GeneralRe: Use windows authentication in client/server application Pin
Dave Kreskowiak17-Apr-06 3:01
mveDave Kreskowiak17-Apr-06 3:01 
GeneralRe: Use windows authentication in client/server application Pin
Le Thanh Cong17-Apr-06 21:26
Le Thanh Cong17-Apr-06 21:26 
GeneralRe: Use windows authentication in client/server application Pin
Dave Kreskowiak18-Apr-06 2:23
mveDave Kreskowiak18-Apr-06 2:23 
QuestionReading character Pin
eric_tran16-Apr-06 18:20
eric_tran16-Apr-06 18:20 
Questionhow to set Password on Access database ? Pin
hdv21216-Apr-06 10:57
hdv21216-Apr-06 10:57 
GeneralRe: how to set Password on Access database ? Pin
Guffa16-Apr-06 12:10
Guffa16-Apr-06 12:10 
QuestionSending email Pin
ap_sa16-Apr-06 9:23
ap_sa16-Apr-06 9:23 
AnswerRe: Sending email Pin
louthy16-Apr-06 10:35
louthy16-Apr-06 10:35 
AnswerRe: Sending email Pin
MSNFans16-Apr-06 21:19
MSNFans16-Apr-06 21:19 
QuestionAbout WMI on C# Pin
The_Rank16-Apr-06 6:59
The_Rank16-Apr-06 6:59 
AnswerRe: About WMI on C# Pin
Le Thanh Cong16-Apr-06 23:06
Le Thanh Cong16-Apr-06 23: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.