Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
AnswerRe: Text Cahnging Whith BarCode Reader in TextBox C# Pin
DJ Matthews21-Dec-09 3:40
DJ Matthews21-Dec-09 3:40 
QuestionSocket Error: A non-blocking socket operation could not be completed immediately Pin
Harvey Saayman21-Dec-09 1:52
Harvey Saayman21-Dec-09 1:52 
QuestionHow to get Modified Registry value old information Pin
Member 437062521-Dec-09 1:18
Member 437062521-Dec-09 1:18 
AnswerRe: How to get Modified Registry value old information Pin
Dave Kreskowiak21-Dec-09 3:34
mveDave Kreskowiak21-Dec-09 3:34 
GeneralRe: How to get Modified Registry value old information Pin
Member 437062521-Dec-09 6:52
Member 437062521-Dec-09 6:52 
GeneralRe: How to get Modified Registry value old information Pin
Dave Kreskowiak21-Dec-09 8:08
mveDave Kreskowiak21-Dec-09 8:08 
Questionlist of structs Pin
benams20-Dec-09 23:18
benams20-Dec-09 23:18 
AnswerRe: list of structs Pin
Keith Barrow20-Dec-09 23:50
professionalKeith Barrow20-Dec-09 23:50 
The problem is because you are using a struct, you are modifying a copy of the object you think you are updating. This is because structs are value types rather than reference types, in C# structs are rarely needed. What you have experienced is a common problem that c++ developers hit when making the switch.
The simplest solution is to make AirplanePilot a class as opposed to a struct. It is probably more efficient as well.

CCC solved so far: 2 (including a Hard One!)
37!?!! - Randall, Clerks

QuestionSystem.Security.Cryptography RNGCryptoServiceProvider Pin
3bood.ghzawi20-Dec-09 22:45
3bood.ghzawi20-Dec-09 22:45 
AnswerRe: System.Security.Cryptography RNGCryptoServiceProvider Pin
Keith Barrow20-Dec-09 23:42
professionalKeith Barrow20-Dec-09 23:42 
QuestionDynamic grid in a dll Pin
billy_iii20-Dec-09 21:46
billy_iii20-Dec-09 21:46 
AnswerRe: Dynamic grid in a dll Pin
Saksida Bojan21-Dec-09 7:50
Saksida Bojan21-Dec-09 7:50 
Questionset DataGridViewComboBoxColumn DisplayMember with dataGridView value [modified] Pin
bippi20-Dec-09 21:20
bippi20-Dec-09 21:20 
QuestionRemote desktop server or VNC server in my app Pin
Cosby20-Dec-09 21:01
Cosby20-Dec-09 21:01 
AnswerRe: Remote desktop server or VNC server in my app Pin
Sunil G20-Dec-09 21:29
Sunil G20-Dec-09 21:29 
GeneralRe: Remote desktop server or VNC server in my app Pin
Cosby20-Dec-09 22:31
Cosby20-Dec-09 22:31 
GeneralRe: Remote desktop server or VNC server in my app Pin
Pete O'Hanlon21-Dec-09 0:16
mvePete O'Hanlon21-Dec-09 0:16 
GeneralRe: Remote desktop server or VNC server in my app Pin
Cosby21-Dec-09 2:01
Cosby21-Dec-09 2:01 
GeneralRe: Remote desktop server or VNC server in my app Pin
Pete O'Hanlon21-Dec-09 2:14
mvePete O'Hanlon21-Dec-09 2:14 
GeneralRe: Remote desktop server or VNC server in my app Pin
Cosby21-Dec-09 3:03
Cosby21-Dec-09 3:03 
GeneralRe: Remote desktop server or VNC server in my app Pin
Sunil G 321-Dec-09 6:39
Sunil G 321-Dec-09 6:39 
GeneralRe: Remote desktop server or VNC server in my app Pin
Pete O'Hanlon21-Dec-09 7:26
mvePete O'Hanlon21-Dec-09 7:26 
QuestionUsing "openas" verb in Windows 7 does not work? Pin
pedersen-roxen20-Dec-09 20:46
pedersen-roxen20-Dec-09 20:46 
QuestionRestore .bak file through C# Coding in sql server Pin
NarendraSinghJTV20-Dec-09 20:16
NarendraSinghJTV20-Dec-09 20:16 
AnswerRe: Restore .bak file through C# Coding in sql server Pin
Ravi Bhavnani20-Dec-09 20:42
professionalRavi Bhavnani20-Dec-09 20:42 

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.