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
R

RexGrammer

@RexGrammer
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Ten Must-Have Tools Every Developer Should Download Now
    R RexGrammer

    An alternative help file builder: Sandcastle File Builder[^]

    Free Tools csharp asp-net visual-studio com tools

  • C# -Oracle- Access
    R RexGrammer

    You shouldn't use the .NET oracle data provider, because the libraries are deprecated. A cite:

    Quote:

    The types in System.Data.OracleClient are deprecated. The types are supported in version 4 of the .NET Framework but will be removed in a future release. Microsoft recommends that you use a third-party Oracle provider.

    Source: Oracle and ADO.NET[^]

    C# csharp database sql-server oracle tools

  • Winforms Update form label from a class library
    R RexGrammer

    You can pass a reference to that label to a method in the class library:

    public void SetText(ref Label myLabel, string text)
    {
    myLabel.Text = text;
    }

    C# csharp database winforms business help

  • How to access the control of a form from diffrent form?
    R RexGrammer

    Have you subscribed to the MyAppForm_MouseLeave event in the some part of the code? If not you need to subscribe to it and then you can use a event handler to handle that event.

    C# graphics tutorial question

  • desktop sharing
    R RexGrammer

    Refer to the following blog post: Writing a Desktop Sharing Application

    C# csharp algorithms tutorial
  • Login

  • Don't have an account? Register

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