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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

mohamad1088

@mohamad1088
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# Integration with Barcode Printers
    M mohamad1088

    Hi,

    I am developing now an application that will generate barcode for items and I need the application to print this barcode and I don't have any experience how to integrate with printers.

    My question what I need to use barcode printers?
    Is this a straightforward? or need to know more about Printer API?

    I've already see articles about specific model "EPSON L90" and its APIs but I need more examples to see how to walkthrough.

    Thanks

    C# tutorial question csharp json

  • how to drag and drop control on the form?
    M mohamad1088

    I want to drag and drop custom control on the form this control had been inherited from using System.Windows.Forms.UserControl hint: 1) an object of this control will be created at runtime by reflection then will be added to the form collection(System.Windows.Forms.Form.Controls). 2) the form_MouseClick EventHandler is used to create the control on the form My problem how can i get a certin control from the(System.Windows.Forms.Form.Controls),then handel its events of drag and drop ?

    C# question help tutorial

  • How to dail with controls at runtime?
    M mohamad1088

    I have made my own control inherited from System.Windows.Forms.UserControl then by using reflection I have created an object from my own control at run time after creation this control have been added to the collection of the container(form) System.Windows.Forms.Form.Controls. the problem is When the control is in the form (before runtime) it's easy to handel any of its events but now how to handel this control's events as (MouseDown , MouseUp , DragDrop , DragEnter and DragOver) as this control has never been created yet ?

    C# docker help 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