Click here to Skip to main content
15,885,906 members
Home / Discussions / C#
   

C#

 
GeneralRe: XML Loading Problem Pin
cdehelean23-May-03 2:56
cdehelean23-May-03 2:56 
GeneralQuestion About Sockets Pin
jtmtv1822-May-03 16:04
jtmtv1822-May-03 16:04 
GeneralRe: Question About Sockets Pin
Burt Harris23-May-03 18:44
Burt Harris23-May-03 18:44 
GeneralRe: Question About Sockets Pin
jtmtv1823-May-03 20:28
jtmtv1823-May-03 20:28 
GeneralNetscape / Winamp / SAPrefs Style options dialog Pin
dazinith22-May-03 11:23
dazinith22-May-03 11:23 
GeneralDateTimePicker and TextBox Formatting - C# Windows Forms Pin
sajecw22-May-03 8:07
sajecw22-May-03 8:07 
GeneralDataGrid - C# Windows Forms - How to not Allow a 'new' record added to end of grid Pin
sajecw22-May-03 7:59
sajecw22-May-03 7:59 
GeneralRe: DataGrid - C# Windows Forms - How to not Allow a 'new' record added to end of grid Pin
Jose Fco Bonnin22-May-03 21:26
Jose Fco Bonnin22-May-03 21:26 
You need to set it in the data view
<br />
((DataView)((CurrencyManager)this.BindingContext[dataGrid1.DataSource,dataGrid1.DataMember]).List).AllowNew = false;<br />
 <br />
<br />

GeneralRe: DataGrid - C# Windows Forms - How to not Allow a 'new' record added to end of grid Pin
sajecw23-May-03 5:32
sajecw23-May-03 5:32 
GeneralContext-sensitive Help Pin
LongRange.Shooter22-May-03 7:58
LongRange.Shooter22-May-03 7:58 
QuestionPerformance counter bug? Pin
solidstore22-May-03 7:51
solidstore22-May-03 7:51 
Generalcustom sections in .config files Pin
Anonymous22-May-03 6:43
Anonymous22-May-03 6:43 
GeneralRe: custom sections in .config files Pin
Anonymous22-May-03 6:45
Anonymous22-May-03 6:45 
GeneralRe: custom sections in .config files Pin
Anonymous22-May-03 6:48
Anonymous22-May-03 6:48 
GeneralRe: custom sections in .config files Pin
The Limey22-May-03 16:54
The Limey22-May-03 16:54 
GeneralRe: custom sections in .config files Pin
The Limey22-May-03 16:56
The Limey22-May-03 16:56 
QuestionOwner Drawn Menu item -- Matching Font? Pin
KingTermite22-May-03 6:20
KingTermite22-May-03 6:20 
AnswerRe: Owner Drawn Menu item -- Matching Font? Pin
KingTermite22-May-03 16:06
KingTermite22-May-03 16:06 
Generalsetting up path for c# Pin
Slow Learner22-May-03 4:44
Slow Learner22-May-03 4:44 
GeneralRe: setting up path for c# Pin
Daniel Turini22-May-03 5:04
Daniel Turini22-May-03 5:04 
GeneralRe: setting up path for c# Pin
Slow Learner23-May-03 9:08
Slow Learner23-May-03 9:08 
GeneralArray of Hashes Pin
JJF00722-May-03 3:48
JJF00722-May-03 3:48 
GeneralRe: Array of Hashes Pin
CBoland22-May-03 8:24
CBoland22-May-03 8:24 
GeneralRe: Array of Hashes Pin
Arjan Einbu22-May-03 8:28
Arjan Einbu22-May-03 8:28 
GeneralRe: Array of Hashes Pin
JJF00722-May-03 22:40
JJF00722-May-03 22: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.