Click here to Skip to main content
15,919,028 members
Home / Discussions / C#
   

C#

 
GeneralIcon n Installshield [modified] Pin
rockNroll17-Mar-08 18:46
rockNroll17-Mar-08 18:46 
GeneralRe: Icon n Installshield Pin
Ajay.k_Singh17-Mar-08 20:37
Ajay.k_Singh17-Mar-08 20:37 
GeneralRe: Icon n Installshield Pin
rockNroll18-Mar-08 12:48
rockNroll18-Mar-08 12:48 
Generalpanning and zooming Pin
B.rekha17-Mar-08 18:31
B.rekha17-Mar-08 18:31 
GeneralRe: panning and zooming Pin
Christian Graus17-Mar-08 18:58
protectorChristian Graus17-Mar-08 18:58 
GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:21
B.rekha17-Mar-08 19:21 
GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:22
B.rekha17-Mar-08 19:22 
GeneralRe: panning and zooming(attaching the code) Pin
Christian Graus17-Mar-08 19:34
protectorChristian Graus17-Mar-08 19:34 
B.rekha wrote:
// btnopen2
//
this.btnopen2.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnopen2.Location = new System.Drawing.Point(544, 384);
this.btnopen2.Name = "btnopen2";
this.btnopen2.TabIndex = 3;
this.btnopen2.Text = "Open2";
this.btnopen2.Click += new System.EventHandler(this.btnopen2_Click);
//
// SynchImage
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(864, 502);
this.Controls.Add(this.btnopen2);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.ucSynchImages2);
this.Controls.Add(this.ucSynchImages1);
this.Name = "SynchImage";
this.Text = "SynchronizingImages";
this.Load += new System.EventHandler(this.SynchImage_Load);
this.ResumeLayout(false);


I assume you realise that this code is auto generated. I kind of meant just the pertinent code that you actually wrote.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: panning and zooming(attaching the code) Pin
B.rekha17-Mar-08 19:49
B.rekha17-Mar-08 19:49 
GeneralRe: panning and zooming(attaching the code) Pin
Christian Graus17-Mar-08 21:26
protectorChristian Graus17-Mar-08 21:26 
Questionhow to using C# winfrom to Refresh Database SQL Server ? Pin
vannetsoft17-Mar-08 17:20
vannetsoft17-Mar-08 17:20 
GeneralRun time declared DGV Pin
baranils17-Mar-08 12:31
baranils17-Mar-08 12:31 
GeneralRe: Run time declared DGV Pin
Xmen Real 17-Mar-08 15:24
professional Xmen Real 17-Mar-08 15:24 
GeneralRe: Run time declared DGV Pin
baranils17-Mar-08 19:53
baranils17-Mar-08 19:53 
GeneralRe: Run time declared DGV Pin
baranils17-Mar-08 20:09
baranils17-Mar-08 20:09 
QuestionHow to retrieve selected value from list view? Pin
yuenli17-Mar-08 11:59
yuenli17-Mar-08 11:59 
AnswerRe: How to retrieve selected value from list view? Pin
mmikey717-Mar-08 13:51
mmikey717-Mar-08 13:51 
AnswerRe: How to retrieve selected value from list view? Pin
Xmen Real 17-Mar-08 15:28
professional Xmen Real 17-Mar-08 15:28 
GeneralArithmetic Problem Pin
CNewbie17-Mar-08 11:34
CNewbie17-Mar-08 11:34 
GeneralRe: Arithmetic Problem Pin
Luc Pattyn17-Mar-08 11:50
sitebuilderLuc Pattyn17-Mar-08 11:50 
GeneralRe: Arithmetic Problem Pin
mmikey717-Mar-08 13:26
mmikey717-Mar-08 13:26 
QuestionUDT - InvalidOperiationException: invalid Value for OracleObjectMappingAttribute Pin
faehne17-Mar-08 11:04
faehne17-Mar-08 11:04 
Questionwindows service using C# Pin
Knowledgestudent17-Mar-08 10:55
Knowledgestudent17-Mar-08 10:55 
GeneralRe: windows service using C# Pin
Mark J. Miller17-Mar-08 11:07
Mark J. Miller17-Mar-08 11:07 
GeneralRe: windows service using C# Pin
PIEBALDconsult17-Mar-08 12:15
mvePIEBALDconsult17-Mar-08 12:15 

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.