Click here to Skip to main content
16,020,518 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: How To Detect The person who click the print option in any document????? Pin
Dave Kreskowiak30-May-09 13:12
mveDave Kreskowiak30-May-09 13:12 
GeneralRe: How To Detect The person who click the print option in any document????? Pin
manjari kar31-May-09 20:10
manjari kar31-May-09 20:10 
GeneralRe: How To Detect The person who click the print option in any document????? Pin
Dave Kreskowiak1-Jun-09 1:46
mveDave Kreskowiak1-Jun-09 1:46 
GeneralRe: How To Detect The person who click the print option in any document????? Pin
manjari kar4-Jun-09 20:47
manjari kar4-Jun-09 20:47 
GeneralRe: How To Detect The person who click the print option in any document????? Pin
manjari kar4-Jun-09 21:09
manjari kar4-Jun-09 21:09 
QuestionOffice Ribbon functionality Pin
windhopper22-May-09 2:23
windhopper22-May-09 2:23 
QuestionAliens stole my toolStrip, please help :'( Pin
Baeltazor21-May-09 14:52
Baeltazor21-May-09 14:52 
AnswerRe: Aliens stole my toolStrip, please help :'( [modified] Pin
Alan N21-May-09 22:38
Alan N21-May-09 22:38 
Hi Jay,
I’ve seen this many times in my own projects but have [Edit!] never found out why. The most common post in internet forums suggests that the reason is the presence of duplicate resource files but that has never been the case in my situation. I always find that the code to add the controls to the toolstrip has been removed by VS and it is a simple matter to edit the designer file to fix this.

A simple example:

Before the error
// 
// statusStrip1
// 
      this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.Status});
      this.statusStrip1.Location = new System.Drawing.Point(0, 636);
      this.statusStrip1.Name = "statusStrip1";
      this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 21, 0);

and after the error
// 
// statusStrip1
// 
      this.statusStrip1.Location = new System.Drawing.Point(0, 636);
      this.statusStrip1.Name = "statusStrip1";
      this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 21, 0);


I hope the fix is as simple for you and if you do come up with a reason for the error please post back as I'd love to know!

Alan.

modified on Saturday, May 23, 2009 3:08 PM

GeneralRe: Aliens stole my toolStrip, please help :'( Pin
Baeltazor22-May-09 15:50
Baeltazor22-May-09 15:50 
AnswerRe: Aliens stole my toolStrip, please help :'( Pin
dybs23-May-09 17:21
dybs23-May-09 17:21 
AnswerRe: Aliens stole my toolStrip, please help :'( Pin
molesworth24-May-09 0:34
molesworth24-May-09 0:34 
NewsVideos offer devs first look at Windows 7 Pin
brucedkyle21-May-09 8:45
brucedkyle21-May-09 8:45 
QuestionDrag and Drop Into Word Pin
Chadwick Posey20-May-09 8:04
Chadwick Posey20-May-09 8:04 
AnswerRe: Drag and Drop Into Word Pin
Chadwick Posey22-May-09 7:44
Chadwick Posey22-May-09 7:44 
QuestionMultiple Context Menu visibility issue Pin
TyrionTheImp20-May-09 7:21
TyrionTheImp20-May-09 7:21 
QuestionHow to use windows application with in the LAN Pin
Rakhe19-May-09 22:03
Rakhe19-May-09 22:03 
AnswerRe: How to use windows application with in the LAN Pin
EliottA20-May-09 2:44
EliottA20-May-09 2:44 
Questionhow to use an windows application in lan? Pin
Rakhe19-May-09 21:35
Rakhe19-May-09 21:35 
AnswerRe: how to use an windows application in lan? Pin
Mycroft Holmes23-May-09 17:49
professionalMycroft Holmes23-May-09 17:49 
QuestionC# console application for web file download gets 401 Pin
Mike Devenney19-May-09 9:26
Mike Devenney19-May-09 9:26 
AnswerRe: C# console application for web file download gets 401 Pin
bc_sridhar14-Jan-10 4:16
bc_sridhar14-Jan-10 4:16 
QuestionTooltip in Datagrid 1.1 Pin
mistryshailesh18-May-09 18:43
mistryshailesh18-May-09 18:43 
Question"Assembly Resource File" in Visual Studio 2008 Pin
bigcivilmelon18-May-09 12:51
bigcivilmelon18-May-09 12:51 
Questionsmart logger window Pin
IWannaTalk18-May-09 3:53
IWannaTalk18-May-09 3:53 
AnswerRe: smart logger window Pin
Luc Pattyn18-May-09 5:11
sitebuilderLuc Pattyn18-May-09 5:11 

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.