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

C#

 
AnswerRe: How expensive is Invoke? Pin
leppie7-Mar-03 21:45
leppie7-Mar-03 21:45 
AnswerRe: How expensive is Invoke? Pin
Jeff J8-Mar-03 0:06
Jeff J8-Mar-03 0:06 
GeneralSystem.Xml.XmlException while parsing XML stream Pin
nk777-Mar-03 13:16
nk777-Mar-03 13:16 
GeneralRe: System.Xml.XmlException while parsing XML stream Pin
leppie7-Mar-03 23:52
leppie7-Mar-03 23:52 
GeneralException from HRESULT: 0x80131019 Pin
Zombies with Coffee, LLC7-Mar-03 12:17
professionalZombies with Coffee, LLC7-Mar-03 12:17 
GeneralRe: Exception from HRESULT: 0x80131019 Pin
Zombies with Coffee, LLC7-Mar-03 18:16
professionalZombies with Coffee, LLC7-Mar-03 18:16 
GeneralRe: Exception from HRESULT: 0x80131019 Pin
Zombies with Coffee, LLC7-Mar-03 18:22
professionalZombies with Coffee, LLC7-Mar-03 18:22 
GeneralMigration from VB6 Pin
Mark Sanders7-Mar-03 10:08
Mark Sanders7-Mar-03 10:08 
I am trying to write a wrapper to some VB6 code in C#. The problem is the VB6 code wants to return a Variant. How do you handle this in C#?

Example:
[VB6]
Dim pixels As Variant<br />
pixels = pixelBlock.SafeArray(0)


[C#]
? = pixelBlock.SafeArray(0);

Mark Sanders
sanderssolutions.com
GeneralRe: Migration from VB6 Pin
Paul Riley7-Mar-03 10:42
Paul Riley7-Mar-03 10:42 
QuestionHow di I add a "Send To..." item Pin
Adrian Hall7-Mar-03 8:52
Adrian Hall7-Mar-03 8:52 
AnswerRe: How di I add a "Send To..." item Pin
Stephane Rodriguez.7-Mar-03 9:51
Stephane Rodriguez.7-Mar-03 9:51 
GeneralRe: How di I add a "Send To..." item Pin
Adrian Hall7-Mar-03 10:41
Adrian Hall7-Mar-03 10:41 
GeneralRe: How di I add a "Send To..." item Pin
Stephane Rodriguez.7-Mar-03 11:26
Stephane Rodriguez.7-Mar-03 11:26 
QuestionHow can I field Win32 callbacks like EnumChildWindows? Pin
Mattingly7-Mar-03 7:54
Mattingly7-Mar-03 7:54 
AnswerRe: How can I field Win32 callbacks like EnumChildWindows? Pin
leppie7-Mar-03 8:46
leppie7-Mar-03 8:46 
GeneralRe: How can I field Win32 callbacks like EnumChildWindows? Pin
Mattingly7-Mar-03 9:20
Mattingly7-Mar-03 9:20 
Generalcalling gpg.exe from a console app Pin
zamoranelson7-Mar-03 5:41
zamoranelson7-Mar-03 5:41 
GeneralRe: calling gpg.exe from a console app Pin
Baris Kurtlutepe7-Mar-03 17:06
Baris Kurtlutepe7-Mar-03 17:06 
GeneralInvoking Methods by name Pin
Jon Newman7-Mar-03 4:10
Jon Newman7-Mar-03 4:10 
GeneralRe: Invoking Methods by name Pin
Jon Newman7-Mar-03 4:28
Jon Newman7-Mar-03 4:28 
GeneralRe: Invoking Methods by name Pin
Paresh Gheewala7-Mar-03 10:41
Paresh Gheewala7-Mar-03 10:41 
GeneralShort Q: How to close a Console App and exit the program Pin
Schmidt__7-Mar-03 3:16
sussSchmidt__7-Mar-03 3:16 
GeneralRe: Short Q: How to close a Console App and exit the program Pin
Paul Riley7-Mar-03 3:18
Paul Riley7-Mar-03 3:18 
GeneralRe: Short Q: How to close a Console App and exit the program Pin
Nish Nishant7-Mar-03 3:20
sitebuilderNish Nishant7-Mar-03 3:20 
GeneralRe: Short Q: How to close a Console App and exit the program Pin
Paul Riley7-Mar-03 4:47
Paul Riley7-Mar-03 4:47 

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.