Click here to Skip to main content
15,895,557 members
Home / Discussions / C#
   

C#

 
GeneralRe: Not able to fetch first row of excel...... Pin
Stephane Rodriguez.1-Nov-02 1:59
Stephane Rodriguez.1-Nov-02 1:59 
Generalabout visual soucesafe6.0c Pin
Anonymous31-Oct-02 21:18
Anonymous31-Oct-02 21:18 
GeneralRe: about visual soucesafe6.0c Pin
TigerNinja_1-Nov-02 11:33
TigerNinja_1-Nov-02 11:33 
Generaldowncasting Object types Pin
Bilal31-Oct-02 20:33
Bilal31-Oct-02 20:33 
GeneralRe: downcasting Object types Pin
SimonS31-Oct-02 21:14
SimonS31-Oct-02 21:14 
GeneralRe: downcasting Object types Pin
Bilal31-Oct-02 21:19
Bilal31-Oct-02 21:19 
GeneralRe: downcasting Object types Pin
Eric Gunnerson (msft)1-Nov-02 12:01
Eric Gunnerson (msft)1-Nov-02 12:01 
GeneralRe: downcasting Object types Pin
John Fisher1-Nov-02 12:40
John Fisher1-Nov-02 12:40 
As Eric allueded to, you've got to watch out when using objects from other assemblies. Unless you're using an interface or class type shared from the same .dll, you'll run into problems. In other words, the assembly creating the object and the assembly trying to downcast the object must both reference a separate assembly that describes the interface or class to which you are downcasting. (Does that make sense?) Big Grin | :-D


John
GeneralRe: downcasting Object types Pin
Bilal1-Nov-02 15:17
Bilal1-Nov-02 15:17 
GeneralRe: downcasting Object types Pin
Paul Riley1-Nov-02 0:23
Paul Riley1-Nov-02 0:23 
GeneralRe: downcasting Object types Pin
Feng Qin3-Nov-02 21:33
Feng Qin3-Nov-02 21:33 
GeneralMD5withRSA signature verification Pin
bluestn31-Oct-02 15:39
bluestn31-Oct-02 15:39 
GeneralCryptoAPI - Cryptography - Com Pin
delcorral31-Oct-02 12:33
delcorral31-Oct-02 12:33 
GeneralRe: CryptoAPI - Cryptography - Com Pin
ian mariano1-Nov-02 7:32
ian mariano1-Nov-02 7:32 
GeneralDelete/Copy files from another machine! Pin
KoRn31-Oct-02 9:41
KoRn31-Oct-02 9:41 
GeneralActive Directory Question Pin
Christian Merritt31-Oct-02 9:25
Christian Merritt31-Oct-02 9:25 
GeneralRe: Active Directory Question Pin
Nick Parker31-Oct-02 11:53
protectorNick Parker31-Oct-02 11:53 
General.Net Bug, Anyone else have this problem... Pin
T Jenniges31-Oct-02 7:43
T Jenniges31-Oct-02 7:43 
GeneralRe: .Net Bug, Anyone else have this problem... Pin
Stephane Rodriguez.31-Oct-02 7:53
Stephane Rodriguez.31-Oct-02 7:53 
GeneralRe: .Net Bug, Anyone else have this problem... Pin
T Jenniges31-Oct-02 8:01
T Jenniges31-Oct-02 8:01 
GeneralRe: .Net Bug, Anyone else have this problem... Pin
Stephane Rodriguez.31-Oct-02 8:09
Stephane Rodriguez.31-Oct-02 8:09 
QuestionHow to give focus to the child window in a SDI App Pin
kiranj31-Oct-02 6:27
kiranj31-Oct-02 6:27 
AnswerRe: How to give focus to the child window in a SDI App Pin
John Fisher1-Nov-02 12:28
John Fisher1-Nov-02 12:28 
GeneralCasting and WMI problem Pin
Anonymous31-Oct-02 5:19
Anonymous31-Oct-02 5:19 
GeneralRe: Casting and WMI problem Pin
Paul Riley31-Oct-02 5:48
Paul Riley31-Oct-02 5:48 

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.