Yes I can do that, but as I said there are many forms and text boxes in my application and all the code has already been written. So handling these characters while retrieving values is the last option for me to handle this.
Thanks for your reply....
User Profile
Collapse
-
kulabhishek replied to Is there any way to disable some of the menu items of default textbox context menu?in C SharpWhenever i enter these two characters and try to serialize XML, it gives me exception.
Yes creating my own context menu is one option, but i just wanted to know is there any other option.
Thanks
Abhishek...Leave a comment:
-
kulabhishek replied to Is there any way to disable some of the menu items of default textbox context menu?in C SharpThanks for your reply.
Actually my application supports localization and it will be localized to some of the Asian languages, so cannot use a set language/locale.
Regards
Abhishek...Leave a comment:
-
kulabhishek started a topic Is there any way to disable some of the menu items of default textbox context menu?in C SharpIs there any way to disable some of the menu items of default textbox context menu?
I am developing windows application using C# 3.0 and .NET framework 3.5. My application has many forms and on them many text boxes and uses XML as back end.
I am using Windows XP SP3 and have installed east Asian languages. After installing east Asian languages, i am getting three extra menu items in the default context menu (cut, copy, paste context menu) for text box. These three options are : "Right to left Reading order",... -
Thank you very much...
I got what i needed.
Thanks again
Regards
AbhishekLeave a comment:
-
Hello tlhintoq,
Thanks for reply.
Actually I added my application to right click on folder by modifying registry and then i am just using Directory.GetCu rrentDirectory( ) inside constructor, which gives me parent directory of user right clicked directory. That's all I have done.
(PS. I did not post the message two times, may be it accidentally got posted two times)
Regards
Abhis...Leave a comment:
-
How to get the directory (folder) on which user has done right click
Hello,
I have developed one application, and added it to right click pop-up menu of the folder.
Whenever user right-clicks on folder and selects my application from pop-up menu, I want the path to that folder (on which user has done right click).
I am using Directory.GetCu rrentDirectory( ), but it gives me path to the parent...Leave a comment:
-
How to get the directory (folder) on which user has done right click
Hello,
I have developed one application, and added it to right click pop-up menu of the folder.
Whenever user right-clicks on folder and selects my application from pop-up menu, I want the path to that folder (on which user has done right click).
I am using Directory.GetCu rrentDirectory( ), but it gives me path to the parent directory of the user right clicked directory.
How can I get the... -
No. Resizing at runtime.
The user can drag and drop control on grid at runtime and then I am allowing user to resize the control at runtime, and above problem is coming at runtime.Leave a comment:
-
Its user control, Like textbox i am resizing the control itself.Leave a comment:
-
Problem with SplitContainer control
Hello,
I have developed one user control using SplitContainer.
It is simply like two textboxes connected to each other with splitter in between them.
Whenever I increase width of the control
1. By dragging it with right edge, I want the splitter and the left textbox to remain fixed and
2. By dragging it with left edge, I want the splitter and the right textbox to remain fixed.
We can... -
Hi Vekipeki,
The control does not actually move out of the Panel. They only move within the bounds of the Panel. Its only the cursor that moves out. So these events do not occur and hence don't get fired.
I have checked with few other events too. I found that no events on the Panel get fired as the active control is the child control that is being moved.
Any ideas would be appreciated.Leave a comment:
-
Actually problem is, the application using the merged dll is not able to find the resources inside merged DLLs.
Let me explain the problem with the help of a demo project.
Here is what I have done in demo project
Inside one solution, I have 4 projects.
Project 1: DLL with name A.B.C.Resources 1.dll and namespace A.B.C
Project 2: DLL with name A.B.C.Resources 2.dll and namespace A.B.C...Leave a comment:
-
Event not raised for Panel
Hi!
I have a created an extended control that inherits from the Panel class. This functions like an editing pane and allows the user to drag and add controls over it.
When I drag the child control toward one of the borders of the panel, the control is restricted to stay within the bounds of the parent panel but the mouse cursor moves out. I want to be able to change the cursor while i am dragging a child control (hence... -
Problem with merging assemblies using ILmerge
Hello,
I have used ILMerge tool to merge the multiple dlls into one. The dlls were merged successfully and the out file was also dll.
But when i am using this dll with other application, it is giving me error with Resources.
The resources are there in same assembly, with build action None.
Like :
The resource file is Expression.xml in Resources folder with build action None.
Then after merging... -
ILMerge error
Hi,
I am using GILMA (ILMerge) tool to merge all the dlls into one. At the end of the operation i am getting the following error
The assembly 'Grid' was not merged in correctly. It is still listed as an external reference in the target assembly.
Can anyone tell me what coluld be the possible reason for that?
Regards
Abhishek -
Hi,
I got the solution.
You just need to put all the dlls into same folder and ILMerge will search into current folder for references.
Regards
AbhishekLeave a comment:
-
Problem with merging assemblies using ILmerge
Hi,
I am using ILMerge tool to merge the all the dlls into one.
In my case I do not want to include one dll into output one. But my other dlls are using the reference of that dll.
How it can be done using ILMerge?
Regards
Abhishek -
Actually the user control is itself derived from ScrollableContr ol class. I checked it, but the problem is still there.Leave a comment:
-
Flickering effect with panel scrollbars
Hello all.
I have developed one user control "Grid" in C# and I am using it in another user control inside one panel.
The AutoScroll property for the panel is enabled.
When the height or width of "Grid" increases and becomes more than panel size, scrollbars of panel are enabled.
When I scroll using any scrollbar and click on the "Grid" which is inside panel, the position...
No activity results to display
Show More
Leave a comment: