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
P

Pablo Cervio

@Pablo Cervio
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • implement a dicom viewer using asp.net + C#
    P Pablo Cervio

    If you are just interested in displaying dicom images, you can export or extract the image inside the dicom file, in .BMP, .JPG or whatever format you want, and use any regular image viewer. I´ve done some tests using this approach and binding images to asp:image and ImageButton succesfuly. If you tell me how are you dealing with dicom files (if you are using some library or stuff like that), i might help you with this topic. Regards, Pablo.-

    ASP.NET csharp asp-net help

  • Preprocessor Directives
    P Pablo Cervio

    Dirso, i was right, but incomplete... After doing some research i´ve found: .- How to define/use preprocessor directives http://www.c-sharpcorner.com/UploadFile/vgupta/PreprocessorDirectivesCS11162005235503PM/PreprocessorDirectivesCS.aspx[^] .- How to detect if you are running in MONO http://www.mono-project.com/FAQ:_Technical#How_can_I_detect_if_am_running_in_Mono.3F[^] .- Conditional Compilation http://bytes.com/forum/thread214072.html[^] HTH, Pablo.-

    C# question csharp c++

  • Preprocessor Directives
    P Pablo Cervio

    Hi Dirso, I'm not an expert in preprocessor directives (so, this post could be useless), but, thinking that .Net was made only for Windows (MONO was developed after) i've seen one that might help you: #if !MONO #endif I think that this was made on purpose... If you want yo know if you are in MONO, ask for it... Windows is assume. HTH Dirso, Pablo.-

    C# question csharp c++
  • Login

  • Don't have an account? Register

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