Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: DIsable Alt+F4 Pin
Jay Shankar14-Apr-04 16:10
Jay Shankar14-Apr-04 16:10 
GeneralProblems with char typecast's Pin
Franz Pentenrieder11-Apr-04 14:42
Franz Pentenrieder11-Apr-04 14:42 
GeneralNeed Urgent Help With Remoting Pin
Michael Timoney11-Apr-04 14:29
Michael Timoney11-Apr-04 14:29 
GeneralRe: Need Urgent Help With Remoting Pin
leppie11-Apr-04 15:03
leppie11-Apr-04 15:03 
GeneralRe: Need Urgent Help With Remoting Pin
Michael Timoney11-Apr-04 15:15
Michael Timoney11-Apr-04 15:15 
GeneralRe: Need Urgent Help With Remoting Pin
leppie11-Apr-04 15:49
leppie11-Apr-04 15:49 
GeneralRe: Need Urgent Help With Remoting Pin
Michael Timoney14-Apr-04 6:16
Michael Timoney14-Apr-04 6:16 
GeneralPS: Need Urgent Help With Remoting Pin
Michael Timoney11-Apr-04 15:25
Michael Timoney11-Apr-04 15:25 
this
for(int i=0;itry{
GetPlayer(i).Gal.Systems = this.Gal.Systems;
}
catch{
players.RemoveAt(i);
i--;
}
}
used to be
for(int i=0;itry{
GetPlayer(i).Gal = this.Gal;
}
catch{
players.RemoveAt(i);
i--;
}
}
but i kept geting security exceptions saying the objref was unavalable and the cahnge seemed to be the only thing that fixed it, though i don't see why there was a prob in the first place as gal is an instance of
[Serializable]
public class Galaxy{
...
}
which i thought dealt with reading it for transmission
Generalusing inherited listviewitem Pin
Anonymous11-Apr-04 13:41
Anonymous11-Apr-04 13:41 
GeneralRe: using inherited listviewitem Pin
leppie11-Apr-04 15:07
leppie11-Apr-04 15:07 
GeneralRe: using inherited listviewitem Pin
Anonymous12-Apr-04 5:18
Anonymous12-Apr-04 5:18 
GeneralRe: using inherited listviewitem Pin
Heath Stewart12-Apr-04 5:59
protectorHeath Stewart12-Apr-04 5:59 
GeneralIcon associated with file type Pin
DrGreen11-Apr-04 10:26
DrGreen11-Apr-04 10:26 
GeneralRe: Icon associated with file type Pin
Anonymous11-Apr-04 13:53
Anonymous11-Apr-04 13:53 
GeneralRe: Icon associated with file type Pin
Anonymous11-Apr-04 13:55
Anonymous11-Apr-04 13:55 
GeneralRe: Icon associated with file type Pin
DrGreen12-Apr-04 3:09
DrGreen12-Apr-04 3:09 
GeneralRe: Icon associated with file type Pin
Heath Stewart12-Apr-04 6:03
protectorHeath Stewart12-Apr-04 6:03 
GeneralBeginner Pin
Member 73267111-Apr-04 9:31
Member 73267111-Apr-04 9:31 
GeneralRe: Beginner Pin
Nnamdi Onyeyiri11-Apr-04 9:44
Nnamdi Onyeyiri11-Apr-04 9:44 
GeneralRe: Beginner Pin
Michael Timoney11-Apr-04 14:39
Michael Timoney11-Apr-04 14:39 
Generalget system directory Pin
kendao11-Apr-04 5:44
kendao11-Apr-04 5:44 
GeneralRe: get system directory Pin
Mazdak11-Apr-04 6:25
Mazdak11-Apr-04 6:25 
GeneralDataSet in Parent Form - DataBinding from Child UserControl's Pin
Festus Redelinghuys11-Apr-04 4:42
Festus Redelinghuys11-Apr-04 4:42 
GeneralRe: DataSet in Parent Form - DataBinding from Child UserControl's Pin
Heath Stewart12-Apr-04 6:07
protectorHeath Stewart12-Apr-04 6:07 
GeneralRe: DataSet in Parent Form - DataBinding from Child UserControl's Pin
Festus Redelinghuys12-Apr-04 11:37
Festus Redelinghuys12-Apr-04 11:37 

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.