User Profile

Collapse

Profile Sidebar

Collapse
kulabhishek
kulabhishek
Last Activity: Apr 30 '10, 06:28 PM
Joined: Dec 5 '08
Location: Pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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....
    See more | Go to post
    Last edited by kulabhishek; Apr 30 '10, 06:27 PM. Reason: update

    Leave a comment:


  • Whenever 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...
    See more | Go to post

    Leave a comment:


  • Thanks 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...
    See more | Go to post

    Leave a comment:


  • Is 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",...
    See more | Go to post
    Last edited by kulabhishek; Apr 28 '10, 04:52 PM. Reason: update

  • Thank you very much...

    I got what i needed.

    Thanks again

    Regards
    Abhishek
    See more | Go to post

    Leave 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...
    See more | Go to post

    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...
    See more | Go to post

    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...
    See more | Go to post

  • kulabhishek
    replied to Problem with SplitContainer control
    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.
    See more | Go to post

    Leave a comment:


  • kulabhishek
    replied to Problem with SplitContainer control
    Its user control, Like textbox i am resizing the control itself.
    See more | Go to post

    Leave a comment:


  • kulabhishek
    started a topic Problem with SplitContainer control

    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...
    See more | Go to post

  • kulabhishek
    replied to Event not raised for Panel
    in .NET
    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.
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:


  • kulabhishek
    started a topic Event not raised for Panel
    in .NET

    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...
    See more | Go to post

  • kulabhishek
    started a topic Problem with merging assemblies using ILmerge
    in .NET

    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...
    See more | Go to post

  • kulabhishek
    started a topic ILMerge error
    in .NET

    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
    See more | Go to post

  • 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
    Abhishek
    See more | Go to post

    Leave a comment:


  • kulabhishek
    started a topic Problem with merging assemblies using ILmerge
    in .NET

    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
    See more | Go to post

  • Actually the user control is itself derived from ScrollableContr ol class. I checked it, but the problem is still there.
    See more | Go to post

    Leave a comment:


  • kulabhishek
    started a topic Flickering effect with panel scrollbars

    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...
    See more | Go to post
No activity results to display
Show More
Working...