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
J

JammoD87

@JammoD87
About
Posts
81
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sleeping in too much on the weekend may be bad for your health
    J JammoD87

    If I don't get enough sleep at the weekend then I feel dead anyway!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Insider News com

  • Barney blows!
    J JammoD87

    Why name it after a kids TV program surely that will make them want to go out and play in it!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge

  • Steve Jobs
    J JammoD87

    They will bring out the S version in 6 months time as well!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge announcement

  • Recommendations...
    J JammoD87

    If you don't mind me asking how much does that cost you a month? I've been looking to moving to Azure but don't know if they can beat Fasthosts 7 quid a month I'm paying! If you do mind me asking then just ignore the post :cool:

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge asp-net csharp database hosting architecture

  • Life in these Times
    J JammoD87

    Boom Boom! :-D

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge question

  • Cash point
    J JammoD87

    I've had this exact conversation with the colleagues at work, I am noticing it on more and more cash machines!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge help question learning

  • Damn you windows update
    J JammoD87

    I feel your pain....we rely on Office 97 for one of our in-house systems, so until we re-design it, we are stuck with XP.

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge help announcement

  • My work here is done...
    J JammoD87

    I hope the coat your wearing isn't a Rain Mac!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge

  • My work here is done...
    J JammoD87

    Missed a trick there! It should be called "Master 'bator" :laugh:

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge

  • Man updates his PC to Windows 10 ... only for his wife to find his entire PORN collection transformed into a slideshow on repeat
    J JammoD87

    Thanks for the heads up, best change that quick!!

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge html com design

  • Inheritance
    J JammoD87

    Hi Both, Thanks for the replies, I think I need to look into changing this solution. :)

    Personal Blog: A Software Programmer Twitter: JammoD

    C# csharp com oop help question

  • Inheritance
    J JammoD87

    Hi, If I cast it as basePDV, I am unable to access the properties inside PDV and PDVHH. Thanks,

    Personal Blog: A Software Programmer Twitter: JammoD

    C# csharp com oop help question

  • Inheritance
    J JammoD87

    Hi, I want to load a screen with a ViewModel depending on the option selected. I thought Inheritance would be key here, as a lot of the properties are the same. Below is an extract of the code that I have.

    public partial class Form1 : Form
    {
    public Form1()
    {
    InitializeComponent();

            bool isHandheld = false;
    
            var pdv1 = isHandheld == true ? new PDVHH() : new PDV();
    
            txtCaseID.Text = pdv1.CaseID;
            txtPDV.Text = isHandheld == true ? pdv1.PDVString : string.Empty;
            txtPDVHH.Text = isHandheld == true ? pdv1.PDVHHString : string.Empty;
    
        }
    }
    
    class basePDV
    {
        public string CaseID { get; set; }
    }
    
    class PDV : basePDV
    {
        public string PDVString { get; set; }
    }
    
    class PDVHH : basePDV
    {
        public string PDVHHString { get; set; }
    }
    

    The error I am receiving is... "Type of conditional expression cannot be determined because there is no implicit conversion between 'WindowsFormsApplication1.PDVHH' and 'WindowsFormsApplication1.PDV'" I'm hoping someone can give me some guidance on a solution for this. Thanks,

    Personal Blog: A Software Programmer Twitter: JammoD

    C# csharp com oop help question

  • Forms for Employee's biometric attendance system
    J JammoD87

    Depends how many you want, and what you want to record and show in your system.

    Personal Blog: A Software Programmer Twitter: JammoD

    C# question

  • Query Response Time - SQL Server Replication
    J JammoD87

    Thanks for all the replies, I'm gonna go back and ask some more questions!! :omg:

    Personal Blog: A Software Programmer Twitter: JammoD

    Database database csharp sql-server com sysadmin

  • Query Response Time - SQL Server Replication
    J JammoD87

    Hi, I was asked a question the other day which was, does using SQL Server Replication improve query response time. I answered no, because I couldn't quite see how it would. I thought I'd better do a bit of research before giving a definitive answer though :) Thanks,

    Personal Blog: A Software Programmer Twitter: JammoD

    Database database csharp sql-server com sysadmin

  • 15 Ways To Stay Focused At Work
    J JammoD87

    The fact that I am on here looking at this article, means I am distracted at work :-D

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge html tools

  • New Study Machine - Hyper-V
    J JammoD87

    Hi All, I have always used VMWare on my laptop for studying purposes. The laptop runs an i5, 6GB RAM and standard HDD. It has performed pretty well overall for running 1-2 servers and a client over the last few years, but as you can imagine, it's at its limits! I have picked out a new machine running an i7-4790, 32GB RAM, 256GB SSD with a 2TB HDD. It will be running Windows 8.1 Pro and as far as I can tell, the OS and spec support all the requirements to run Hyper-V. I am aware there are only 8 threads on the i7, but this machine is only for study purposes so the machines won't be running anything too heavy and only running perhaps 3-4 VM's at once. How will the machine stack up? I know it will be a massive improvement in comparison to what I have now, but I don't want to spend out and then find there is a bottleneck holding me back! Thanks

    Personal Blog: A Software Programmer Twitter: JammoD

    Hardware & Devices csharp com data-structures business question

  • As old as you feel ...
    J JammoD87

    Happy Birthday Richard! ;P

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge

  • NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!
    J JammoD87

    Im really sorry to hear that, my best friend just lost his dad to pancreatic cancer. Make sure you have have people around you in this difficult time.

    Personal Blog: A Software Programmer Twitter: JammoD

    The Lounge question adobe architecture
  • Login

  • Don't have an account? Register

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