Click here to Skip to main content
15,904,638 members
Home / Discussions / C#
   

C#

 
GeneralRe: open file question (something to do with command line args i think) Pin
jtmtv1822-Jan-03 7:25
jtmtv1822-Jan-03 7:25 
GeneralCode generation for property 'Controls' failed. Error was object reference not set to an instance of object. Pin
chito21-Jan-03 14:35
chito21-Jan-03 14:35 
QuestionRunning a windows form application from the internet with security permissions? Pin
dethsta21-Jan-03 11:35
dethsta21-Jan-03 11:35 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Ray Cassick21-Jan-03 16:47
Ray Cassick21-Jan-03 16:47 
GeneralRe: Running a windows form application from the internet with security permissions? Pin
dethsta22-Jan-03 11:16
dethsta22-Jan-03 11:16 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Rocky Moore21-Jan-03 22:04
Rocky Moore21-Jan-03 22:04 
GeneralForm can't be closed Pin
Tomas Petricek21-Jan-03 9:22
Tomas Petricek21-Jan-03 9:22 
GeneralRe: Form can't be closed Pin
leppie21-Jan-03 10:44
leppie21-Jan-03 10:44 
GeneralRe: Form can't be closed Pin
Ray Cassick21-Jan-03 16:48
Ray Cassick21-Jan-03 16:48 
GeneralRe: Form can't be closed Pin
James T. Johnson22-Jan-03 2:14
James T. Johnson22-Jan-03 2:14 
GeneralRe: Form can't be closed Pin
Tomas Petricek22-Jan-03 3:12
Tomas Petricek22-Jan-03 3:12 
Generaloutputing keyboard/mouse presses Pin
Ylis21-Jan-03 8:52
Ylis21-Jan-03 8:52 
GeneralRe: outputing keyboard/mouse presses Pin
Paul Riley22-Jan-03 0:46
Paul Riley22-Jan-03 0:46 
GeneralHowTo implement automation interface in C# Pin
Steve Cox21-Jan-03 6:13
Steve Cox21-Jan-03 6:13 
GeneralHiding database settings in config file Pin
Sudhakar Sadasivuni[.NET MVP]21-Jan-03 4:29
Sudhakar Sadasivuni[.NET MVP]21-Jan-03 4:29 
GeneralInstant messenger Pin
muki2k21-Jan-03 0:08
muki2k21-Jan-03 0:08 
GeneralRe: Instant messenger Pin
David Stone21-Jan-03 5:15
sitebuilderDavid Stone21-Jan-03 5:15 
GeneralRe: Instant messenger Pin
muki2k21-Jan-03 17:40
muki2k21-Jan-03 17:40 
GeneralRe: Instant messenger Pin
David Stone21-Jan-03 18:36
sitebuilderDavid Stone21-Jan-03 18:36 
GeneralRe: Instant messenger Pin
Oyvind Bratland24-Jan-03 1:33
Oyvind Bratland24-Jan-03 1:33 
GeneralFile Ownership Pin
S S Basra20-Jan-03 22:57
S S Basra20-Jan-03 22:57 
GeneralRe: File Ownership Pin
S S Basra22-Jan-03 22:08
S S Basra22-Jan-03 22:08 
GeneralStructs and byte array pointers Pin
TFB20-Jan-03 12:02
TFB20-Jan-03 12:02 
I am new to C# and am trying to call some old legacy C stuff that accepts as input a pointer to a struct that has several fields that are pointers to large byte arrays. I am able to get a clean build but am not able to run without getting an exception that says something like unable to marshal structure field of this type (it's referring to the array pointer (reference) fields). I have even tried unsafe mode but have had problems taking the address of an array. I am using the Beta-2 Visual Studio. tfbriscoe@msn.com


Tom
GeneralRe: Structs and byte array pointers Pin
Nick Parker20-Jan-03 17:13
protectorNick Parker20-Jan-03 17:13 
GeneralRe: Structs and byte array pointers Pin
TFB22-Jan-03 6:40
TFB22-Jan-03 6:40 

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.