473,770 Members | 4,029 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Context Menu Errors ---> C#

I created a context menu, linked to notifyicon. (a system tray menu). The
menu pops up when u right click on it, in the system tray. (it works fine)

When I delete some of the menuitems & rebuild the program, which by the way
reports no errors, I get a debug instance. I always get that error, until i
re-create the same menuitem name, in the same location. I have no experience
with debugging, and I dont understand why I would have to debug just b/c I
deleted menuitems from the contextmenu.
In the end i cant delete the menuitems that are in my context menu or else I
get a debug issues.
Waaa?

vb i can easily delete the menuitems, I thought C# is the same.

I am using whidbey so I cant tell if Im doing something wrong in C#, or if
whidbey is buggy. I havent noticed any other issues in whidbey otherwise.
Nov 16 '05 #1
2 1487
Hareth,

What do you mean by you get a debug instance? Can you post a small
sample of what you mean?

It might be a bug in whidbey, but at the same time, without knowing
exactly what you are facing, I am reluctant to say it is that just yet.

Also, as a workaround, you might want to consider creating a new context
menu and attaching that to your notification tray.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Hareth" <ab******@hotma il.com> wrote in message
news:%2******** *******@TK2MSFT NGP09.phx.gbl.. .
I created a context menu, linked to notifyicon. (a system tray menu). The
menu pops up when u right click on it, in the system tray. (it works fine)

When I delete some of the menuitems & rebuild the program, which by the way reports no errors, I get a debug instance. I always get that error, until i re-create the same menuitem name, in the same location. I have no experience with debugging, and I dont understand why I would have to debug just b/c I
deleted menuitems from the contextmenu.
In the end i cant delete the menuitems that are in my context menu or else I get a debug issues.
Waaa?

vb i can easily delete the menuitems, I thought C# is the same.

I am using whidbey so I cant tell if Im doing something wrong in C#, or if
whidbey is buggy. I havent noticed any other issues in whidbey otherwise.

Nov 16 '05 #2
I thinks its a problem w/ whidbey, b/c the issue is random.. I cant give you
a sample b/c it only asks to start the debugger as soon as I run the app. It
doesnt tell me anything else

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:eK******** *****@TK2MSFTNG P10.phx.gbl...
Hareth,

What do you mean by you get a debug instance? Can you post a small
sample of what you mean?

It might be a bug in whidbey, but at the same time, without knowing
exactly what you are facing, I am reluctant to say it is that just yet.

Also, as a workaround, you might want to consider creating a new
context
menu and attaching that to your notification tray.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Hareth" <ab******@hotma il.com> wrote in message
news:%2******** *******@TK2MSFT NGP09.phx.gbl.. .
I created a context menu, linked to notifyicon. (a system tray menu). The
menu pops up when u right click on it, in the system tray. (it works
fine)

When I delete some of the menuitems & rebuild the program, which by the

way
reports no errors, I get a debug instance. I always get that error, until

i
re-create the same menuitem name, in the same location. I have no

experience
with debugging, and I dont understand why I would have to debug just b/c
I
deleted menuitems from the contextmenu.
In the end i cant delete the menuitems that are in my context menu or
else

I
get a debug issues.
Waaa?

vb i can easily delete the menuitems, I thought C# is the same.

I am using whidbey so I cant tell if Im doing something wrong in C#, or
if
whidbey is buggy. I havent noticed any other issues in whidbey otherwise.


Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
57398
by: gokul | last post by:
Hi, Iam a newbie to dotnet and I experience problems in using the Browser control in VB .net. Though Iam able to use it with its basic features, I need to customise it. http://www.codeproject.com/books/0764549146_8.asp The above link shows where what I want is achived in C#, but I need t oa cjhive the same in VB .net. Someone help and guidance would be much appreciated.
4
3078
by: Mohit Gupta | last post by:
Hi all, Lately I have been working on an application in VB .net CF for Pocket PC device. I have a small question about Context Menu. When I try to close the window after context menu is poped up, the window does not closes until I click on the window. Below is the code. Hopefully, you can help me out.
5
5494
by: Dean L. Howen | last post by:
Dear friends, Could we determine when context menu should appear?
8
10101
by: Dennis C. Drumm | last post by:
Is there a way to modify the standard context menu shown when someone right clicks in a windows text box and that would work for all open windows applications? The standard context menu for a text box has 6 items, undo, cut, copy, paste, delete and select all. I would like to add one additional paste menu that opens a new sub menu with several optional text items that could be pasted. The items would be populated by my program but...
5
2284
by: lgbjr | last post by:
Hello All, I have several Pictureboxes (linked to an AccessDB) on a VB.NET form. I would like to use a context menu to allow the user to open the picture in their default picture viewer or editor. I'd like to use the same default viewer/editor and open with... choices that are present on the users computer. Does anyone know how I can find this information programatically, so my picturebox context menu uses the same settings as the...
1
6341
by: goRide | last post by:
Hi, I'm looking of a way (preferred - a ready class or dll) to customize the context menu. many application has more controls inside the context menu (like textbox, sliders, checkbox, panel etc'). is there a way making this without writing my own context menu (meaning, popup form or something) ? Please don't post commercial products to this topic thanks.
5
3864
by: james | last post by:
Hello, I am having a little trouble creating an event handler for a context menu toolstripmenuitem. I've seen various tutorials and so on, but I keep getting a bit stuck! So far I have a second class defining the eventargs I want to use: public class ApptEventArgs : EventArgs{ public int ApptUID; public String ApptOp;
2
5908
by: MCM | last post by:
I'm working on a plotting control. The plotting control will have a context menu with basic commands for "scaling", "zooming", etc. Is there a way that, from the parent form, I can add more commands to the control's context menu? I'm envisioning a case where the control has a set of context menu items, and the parent form also has a set of context menu items. Thanks.
19
3307
by: BibhuAshish | last post by:
Hello, I have created a context menu in mozilla by using following code: function nrc(e) { var contextMenu; document.oncontextmenu = function (evt) { var srcElement; if (evt && evt.target) { srcElement = evt.target;
0
9602
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9439
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10237
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10071
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8905
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2832
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.