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
J

Jo Develper

@Jo Develper
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Converting Pixel value to an integer value
    J Jo Develper

    Hi All, In my project, i required to parse an aspx file and replace each html control with a custom/composite control. The custom/composite control I use is a third party component. That control is having a property "SIZE" which take an integer value and it determines the width of the control. But my html control will have widht given in pixel. How I can map a pixel to an integer value? regards, Jo

    ASP.NET html question

  • GUI from Windows Service
    J Jo Develper

    Hi, Does any one know to pop up a GUI from a windows service? The windows service I am developing uses process to execute exes(another applications). Some of those exes may have user interface. Since the exe's are being executed from a windows service, the user interface of that is not displaying. Thanks, Jo.

    C# design question

  • Problem with Timer
    J Jo Develper

    This is what I thought as solution. But just curious to know about the problem. Thanks, Jo.

    C# help

  • Problem with Timer
    J Jo Develper

    I am using this in a windows service. If the users dosen't shutdown the system for a longer period. I required my timer to schedule to a desired time.

    C# help

  • Problem with Timer
    J Jo Develper

    timer.Interval is double not 32 bit integer

    C# help

  • Problem with Timer
    J Jo Develper

    Hi All, I am using timer in one of the application I am developing. When I try to set the interval to "2233860000.0 millisec", I am getting the following exception "Number must be either non-negative or -1.\r\nParameter name: dueTime" Here is the code snippet I am using System.Timers.Timer timerTest = new System.Timers.Timer(); timerTest.Interval = 2200920000.0; timerTest.Enabled = true; timerTest.Start(); timerTest.Elapsed +=new System.Timers.ElapsedEventHandler(time_Elapsed); Thanks in Advance, Jo

    C# help

  • DataGrid Cell Color - C#
    J Jo Develper

    Hi Mark, I am using DataGrid in Windows forms. I couldn't find anything like DataGrid.Item[0] regards Jo

    C# help csharp tutorial question

  • DataGrid Cell Color - C#
    J Jo Develper

    Hi Sreejith, That article is nice. I am interested in getting the color of a given datagrid cell. thanks, Jo

    C# help csharp tutorial question

  • DataGrid Cell Color - C#
    J Jo Develper

    Hi All, Does any one know how to retrive a datagrid cell color? I am using a datagrid which uses multiple colors? I required to print that datagrid. While printing I need to retain the cell colors. As of now I know only to get the header color of a datagrid. I will appreciate if someone can help me in solving the problem. Thanks, Jo

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