Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

Mahmoud EL Shazly

@Mahmoud EL Shazly
About
Posts
14
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to use recursion to build dynamic menu from database in c#
    M Mahmoud EL Shazly

    Thanks for your reply can you please give more clarifications ?

    C# csharp asp-net database dotnet com

  • How to use recursion to build dynamic menu from database in c#
    M Mahmoud EL Shazly

    I already asked them but still no reply, However what I need is to understand how to populate sql server table to build the dynamic menu no matter to devexpress or even writing the html manually I hope you got my point

    C# csharp asp-net database dotnet com

  • How to use recursion to build dynamic menu from database in c#
    M Mahmoud EL Shazly

    I don't only need the code I need to understand it

    C# csharp asp-net database dotnet com

  • How to use recursion to build dynamic menu from database in c#
    M Mahmoud EL Shazly

    I'm trying to build a dynamic menu from database and pass it to DevExpress Menu control my table looks like: (Primary) (int) - nvarchar(50) - (int) Iserial - Department - ParentIserial if the department has no parent then ParentIserial = 0 otherwise it will = the parent's Iserial Ibuilt the model like this

    public class TblDepartments {

    \[Key\]
    \[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)\]
    public int Iserial { get; set; }
    public nvarchar(50) Department { get; set; }
    public int ParentIserial{ get; set; }
    public IEnumerable items { get; set; }
    

    }

    and I was following this link Overview - ASP.NET Core Menu Demo | DevExpress[^] so please tell me how to build the structure same as the have done it on their demo to pass it to the control Thanks in advance

    JusT LeT YouR MinD WorK

    C# csharp asp-net database dotnet com

  • How to connect to a remote windows service
    M Mahmoud EL Shazly

    I thought the same but if I kept the client (Windows Service) connected to the signalR hub how can I receive the message ? since I don't have any page or GUI

    JusT LeT YouR MinD WorK

    C# question tutorial

  • How to connect to a remote windows service
    M Mahmoud EL Shazly

    Hello, I have multiple clients, each one of them running windows service, How can I connect to that windows service and pass data to it ? I'm using signalR so I will pass the data from it's HUB Thanks in advance

    JusT LeT YouR MinD WorK

    C# question tutorial

  • How to paste outside of my application
    M Mahmoud EL Shazly

    I can detect the mouse clicks in/outside my application I just want to send WM_PASTE using API to windows so it will execute the paste command. ---------------------------- I need to do that because the user needs to take some data from the customer then enter it to a webpage more than one time and this takes a long time so I want to the user able to store the data in my application then paste them into the webpage faster, this will save a lot of time and of course a lot of money. I can handle it if the user used it with a control that don't allow pasting in on it. Now all what I need is to send the paste command to windows successfully.

    JusT LeT YouR MinD WorK

    C# tutorial question

  • How to use WM_PASTE ?
    M Mahmoud EL Shazly

    I have no problem with double-click event it is already working without any problem All what I need is to paste from clipboard to the active window and the focused textbox I tried SendMessage and PostMessage but it is not working with me

    JusT LeT YouR MinD WorK

    C# question algorithms help tutorial

  • How to use WM_PASTE ?
    M Mahmoud EL Shazly

    I understand this all what I need is a simple example to know how to do it

    JusT LeT YouR MinD WorK

    C# question algorithms help tutorial

  • How to use WM_PASTE ?
    M Mahmoud EL Shazly

    Hello, How can I use WM_PASTE to send a plain text from clipboard to the active window and the focused textbox/combobox ? ---------- I want to paste by double-Click, I can detect the double click event and execute a code when it done so the destination window will be active the textbox/combobox will be focused please provide me a little sample project working with a timer in background and do the paste command. I keep searching for a solution to this problem for days but no results ------------------- Thanks

    JusT LeT YouR MinD WorK

    C# question algorithms help tutorial

  • How to paste outside of my application
    M Mahmoud EL Shazly

    I'm not the developer of that web application I can just use it, so I cannot edit it All what I need to send the paste action from my application to the windows by double click in any textbox out of my application as I said I already have a code to detect the mouse events anywhere but I don't know how to send the command to the windows to do the paste action... Will the API help ?

    JusT LeT YouR MinD WorK

    C# tutorial question

  • How to paste outside of my application
    M Mahmoud EL Shazly

    I didn't mean to duplicate my post in many places and if it done I'm sure it done by fault... sorry

    JusT LeT YouR MinD WorK

    C# tutorial question

  • How to paste outside of my application
    M Mahmoud EL Shazly

    well I will explain what I want to do. I have a windows application which is ready to receive some data from the user then make some operations on it then get out the results. Then the user have to copy the data from the application to store it on webpage to save it on the server. So what I want to do is to send the results from the the application to the webpage programmatically but I think its not easy, So I think it will be helpful if I made the user paste by doing a double click which I will copy the data from the windows app to clipboard and change it when the user paste on the webpage. so any other good suggestion for this ?

    JusT LeT YouR MinD WorK

    C# tutorial question

  • How to paste outside of my application
    M Mahmoud EL Shazly

    Hello, How can I paste outside my application via mouse clicks, When I click in any textbox outside my application it paste from the clipboard ? I'm already have a code to detect the mouse events but I don't know how to paste outside my windows application so please provide a good explain and a small example. Regards :)

    JusT LeT YouR MinD WorK

    C# tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups