Click here to Skip to main content
15,925,255 members
Home / Discussions / C#
   

C#

 
QuestionADO.NET help, editing data in a database Pin
Blekk4-Jan-07 7:59
Blekk4-Jan-07 7:59 
AnswerRe: ADO.NET help, editing data in a database Pin
Nader Elshehabi4-Jan-07 8:25
Nader Elshehabi4-Jan-07 8:25 
AnswerRe: ADO.NET help, editing data in a database Pin
led mike4-Jan-07 8:26
led mike4-Jan-07 8:26 
QuestionMagnify function Pin
Gywox4-Jan-07 7:26
Gywox4-Jan-07 7:26 
AnswerRe: Magnify function Pin
Nader Elshehabi4-Jan-07 7:50
Nader Elshehabi4-Jan-07 7:50 
QuestionStarting WMP Control from System.IO.Stream Pin
EddieRich4-Jan-07 7:15
EddieRich4-Jan-07 7:15 
AnswerRe: Starting WMP Control from System.IO.Stream Pin
Judah Gabriel Himango4-Jan-07 7:34
sponsorJudah Gabriel Himango4-Jan-07 7:34 
QuestionUnwanted changes to designer file Pin
ndoran4-Jan-07 6:22
ndoran4-Jan-07 6:22 
I have a windows form that inherits numerous controls from a parent form. Whenever I open the child form in the designer, I immediately get an asterisk that the file has unsaved changes, before I have changed anything. When I look at the .designer.cs file, numerous lines have been added, such as below:
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
//	other designer code that was there before
this.ultraGridValidator.DisplayLayout.Appearance = appearance1;
...

And numerous lines have changed throughout the designer file (mostly locations and sizes):
this.configTab.Size = new System.Drawing.Size(766, 295);	// just the numbers have changed

When I open the base form in the designer, I get the asterisk, but usually nothing has changed. Sometimes locations / sizes have changed, even though I haven't moved anything. Obviously we're using Infragistics, but I don't know if that's the cause of the problem. I only suspect it because most of the lines added are related to the grid. I am also suspicous of the toolbar we recently added, just because of the timing. I have read msdn articles regarding problems with editing complex controls on inherited forms, but we're not trying to edit anything. We're just trying to keep things from randomly changing!

Has anyone seen anything like this? And any suggestions on how to fix it? It's killing productivity on our gui.

This is .NET 2.0 with Infragistics 6.1. I tried the latest VS service pack, but no luck.

Any help would be appreciated.

Thanks in advance.
AnswerRe: Unwanted changes to designer file Pin
ednrgc4-Jan-07 8:37
ednrgc4-Jan-07 8:37 
GeneralRe: Unwanted changes to designer file Pin
ndoran4-Jan-07 9:54
ndoran4-Jan-07 9:54 
Questionneed to change keyed space to enter programatically Pin
pippyn4-Jan-07 5:56
pippyn4-Jan-07 5:56 
QuestionHow can I avoid a for-loop and speed up my code Pin
ComCoderCsharp4-Jan-07 5:39
ComCoderCsharp4-Jan-07 5:39 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Ravi Bhavnani4-Jan-07 5:48
professionalRavi Bhavnani4-Jan-07 5:48 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 5:59
Dan Neely4-Jan-07 5:59 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:27
sponsorJudah Gabriel Himango4-Jan-07 6:27 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 6:51
Dan Neely4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:11
sponsorJudah Gabriel Himango4-Jan-07 7:11 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 8:01
Dan Neely4-Jan-07 8:01 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 9:26
sponsorJudah Gabriel Himango4-Jan-07 9:26 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:24
sitebuilderLuc Pattyn4-Jan-07 6:24 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:33
sponsorJudah Gabriel Himango4-Jan-07 6:33 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:51
sitebuilderLuc Pattyn4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:30
sponsorJudah Gabriel Himango4-Jan-07 7:30 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 7:49
sitebuilderLuc Pattyn4-Jan-07 7:49 
AnswerAccelerator Library Pin
Insincere Dave4-Jan-07 8:40
Insincere Dave4-Jan-07 8: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.