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
V

velkumar_in

@velkumar_in
About
Posts
6
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Populating generate wizard
    V velkumar_in

    Hi, I need to generate report dynamically, where the user can select a table and columns as per their needs, is there is any way to populate report generate wizard at run time?

    C# question

  • Drawing Lines Dynamically
    V velkumar_in

    Hi, I have a requirement, where i need to draw line dynamically with the help of mouse using WPF. Finally i need to capture X-Axis & Y-Axis measurement once a curve line drawn, how to do that?

    WPF csharp wpf graphics help tutorial

  • Regular expression for 0 to 1000
    V velkumar_in

    Dear Friends, I need a Regular Expression for validate a text box which allows 0 to 1000 in C# Windows applications...

    C# csharp regex

  • I need to Debug my setup project.
    V velkumar_in

    Dear Friends. Actually i need to debug my setup projects. which is is Release mode. i can able to debug my projects in Debug mode. whats is wrong in my coding public override void Install(System.Collections.IDictionary stateSaver) { try { System.Diagnostics.Debugger.Launch(); //---- // My Stuff here //---- } catch (Exception ex) { } } And also i tried this instead of System.Diagnostics.Debugger.Launch(); #if DEBUG if (System.Diagnostics.Debugger.IsAttached) System.Diagnostics.Debugger.Break(); #endif Please tell me, the solution to debug my project in Release mode.

    .NET (Core and Framework) debugging announcement workspace

  • Converting Bits value into integer
    V velkumar_in

    Dear Friends. I need to convert Byte value into integer. ie. for example Input =7 1. Mark 7th Bit as 1 7 6 5 4 3 2 1 0 (8 Bit) 1 0 0 0 0 0 0 0 2. Split into 2 by 4 bit 7 6 5 4 | 3 2 1 0 (8 Bit) 1 0 0 0 | 0 0 0 0 part 1 | part 2 3. Use 8 4 2 1 logic and apply it 4. part 1 = 8 Part 2 =0 5. Output is 80

    C# tutorial

  • Image to PDF C#
    V velkumar_in

    I need to Convert JPEG to PDF format by using C#... Can any one help me out.... plese its very urgent...

    IT & Infrastructure csharp help
  • Login

  • Don't have an account? Register

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