Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 3:23
mentorWendelius8-Jan-09 3:23 
General[Message Deleted] Pin
Cracked-Down8-Jan-09 3:47
Cracked-Down8-Jan-09 3:47 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 4:38
mentorWendelius8-Jan-09 4:38 
General[Message Deleted] Pin
Cracked-Down8-Jan-09 17:45
Cracked-Down8-Jan-09 17:45 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius8-Jan-09 23:52
mentorWendelius8-Jan-09 23:52 
General[Message Deleted] Pin
Cracked-Down9-Jan-09 0:01
Cracked-Down9-Jan-09 0:01 
GeneralRe: how to bind to the multiple versions of applications installed on the same machine??? Pin
Wendelius9-Jan-09 2:31
mentorWendelius9-Jan-09 2:31 
QuestionData Grid Column Order Problem [modified] Pin
Vanq20098-Jan-09 2:13
Vanq20098-Jan-09 2:13 
Hi
I am having a problem with the order of the columns in my data grid. I have set the order I want in the data grid property Edit Columns. When I run the project 2 columns are way out of position. I tried to move the out of position column using column order but it is ignored. I then tried coding the position using event private void GridDisplayOrder(). I listed all rows in order from left to right. I get the message object reference not set to an instance of an object. Not sure how to get around this error. Here is the event I use

private void GridDisplayOrder()
{
Grid_Property.Columns["pContract_NO"].DisplayIndex = 0;
Grid_Property.Columns["pProperty_ID"].DisplayIndex = 1;
Grid_Property.Columns["pVersion"].DisplayIndex = 2;
etc
etc

any assistance would be appreciated

modified on Thursday, January 8, 2009 10:55 AM

QuestionHow to Plug in TortoiseSVN in VS2005 both C# and C++ Pin
Gopal_Kanchana8-Jan-09 2:10
Gopal_Kanchana8-Jan-09 2:10 
AnswerRe: How to Plug in TortoiseSVN in VS2005 both C# and C++ Pin
Colin Angus Mackay8-Jan-09 2:23
Colin Angus Mackay8-Jan-09 2:23 
QuestionCan I call Paint event from reguler events to make changes through GDI. Pin
Naveed7278-Jan-09 1:32
Naveed7278-Jan-09 1:32 
AnswerRe: Can I call Paint event from reguler events to make changes through GDI. Pin
musefan8-Jan-09 2:05
musefan8-Jan-09 2:05 
QuestionWhy C# doesn't have macro like C++ Pin
Gopal_Kanchana8-Jan-09 0:53
Gopal_Kanchana8-Jan-09 0:53 
AnswerRe: Why C# doesn't have macro like C++ Pin
DaveyM698-Jan-09 0:57
professionalDaveyM698-Jan-09 0:57 
GeneralRe: Why C# doesn't have macro like C++ Pin
Gopal_Kanchana8-Jan-09 1:13
Gopal_Kanchana8-Jan-09 1:13 
AnswerRe: Why C# doesn't have macro like C++ Pin
Lev Danielyan8-Jan-09 1:10
Lev Danielyan8-Jan-09 1:10 
GeneralRe: Why C# doesn't have macro like C++ Pin
Gopal_Kanchana8-Jan-09 1:12
Gopal_Kanchana8-Jan-09 1:12 
AnswerRe: Why C# doesn't have macro like C++ PinPopular
#realJSOP8-Jan-09 1:12
professional#realJSOP8-Jan-09 1:12 
GeneralRe: Why C# doesn't have macro like C++ Pin
Jon Rista8-Jan-09 7:04
Jon Rista8-Jan-09 7:04 
AnswerRe: Why C# doesn't have macro like C++ Pin
Dave Doknjas9-Jan-09 15:11
Dave Doknjas9-Jan-09 15:11 
QuestionWindows Service Gotcha [modified] Pin
#realJSOP7-Jan-09 23:56
professional#realJSOP7-Jan-09 23:56 
AnswerRe: Windows Service Gotcha Pin
EliottA8-Jan-09 2:34
EliottA8-Jan-09 2:34 
AnswerRe: Windows Service Gotcha Pin
Le centriste8-Jan-09 3:28
Le centriste8-Jan-09 3:28 
AnswerRe: Windows Service Gotcha Pin
PIEBALDconsult8-Jan-09 12:40
mvePIEBALDconsult8-Jan-09 12:40 
QuestionC# Forms Panel Scrolling Pin
musefan7-Jan-09 23:53
musefan7-Jan-09 23:53 

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.