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
E

Enver Maroshi

@Enver Maroshi
About
Posts
80
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Filling up in Gas Station?
    E Enver Maroshi

    Too much pressure in the gas tank and nozle thinks tank is full. Try to put it inside in that way so air can circulate (get out from tank), or maybe valve is cloged (tanks have this valve that lets air out). I can't explain it better on English, sorry.

    The Lounge question

  • Tip/Trick gone
    E Enver Maroshi

    Hi, 1. This is the new one i created, old one is really gone, lost in cyber universe :) 2. This was my second attempt of title, as soon as i find edit button on tip/trick i will change title again. 3. Yes indeed, our concepts seem to be the same. :( Anyhow thanks for feedback.

    Article Writing question

  • Tip/Trick gone
    E Enver Maroshi

    Thank you for your response, i see your point and i agree that title is a bit confusing. I will post a new one with different name and with better description, even better i will steal your description of code (identifies the first day of week based on a particular date). :laugh: But i think that user should get some response like, your tip/trick was deleted and a reason for such action, since i did not understand what happened, i was not sure it got deleted, or was stuck somewhere or something like that.

    Article Writing question

  • Tip/Trick gone
    E Enver Maroshi

    Hi, just a question, i created a small tip yestarday (3 lines of code), and it got pending status, and now i don't see it any more under my tips. I can see only one tip, but it should be two of them. Is it possible that moderator found it useless? Well, the tip sure was small, it contained 3 lines of code which are used to find first date of week - but since it was different than those found on other places (using while) i thought it could be usefull to other people. This is how tip looked like:

    Private Function FirstDayOfWeek(ByVal dayInWeek As Date) As Date
    
        ' Calculate difference between specified date days of week and first day of week
        Dim Days As Integer = dayInWeek.DayOfWeek - CurrentCulture.DateTimeFormat.FirstDayOfWeek
    
        ' Add day difference to number of days in week then devide sum with days in week, reminder is number of days we need to substract
        Days = (7 + Days) Mod 7
    
        ' Substract difference of days from specified date
        Return dayInWeek.AddDays(-Days)
    End Function
    

    It sure is small, but is it really useless?

    Article Writing question

  • Math problem 42
    E Enver Maroshi

    Is that colours or colors? Word of hour: Flocculation

    The Lounge help question workspace

  • For the less mathematically minded here is the explanation...
    E Enver Maroshi

    D'oh!

    The Lounge css

  • Please don’t feed the troll below.
    E Enver Maroshi

    All gone drinking, it's to quiet.

    The Lounge

  • Maths problem 2
    E Enver Maroshi

    How does your wife get along with your neighbor?

    The Lounge question help

  • For the less mathematically minded here is the explanation...
    E Enver Maroshi

    I agree with you. It's always 50%. DD needs math instructions.

    The Lounge css

  • For the less mathematically minded here is the explanation...
    E Enver Maroshi

    I don't get it GB BG BB is actually BG BB right? since GB and BG is same? so it's 1 in 2 that other child is a boy

    The Lounge css

  • DD will enjoy this
    E Enver Maroshi

    It is not English word. It can be "English loan word" but it can not be "English word". English term for a word. Ah, it's confusing me. I quit. ;P

    The Lounge csharp question learning

  • DD will enjoy this
    E Enver Maroshi

    It was mean to be a provocation, in a joke style, for Brits, but looks like people got me too serious. I don’t care much about how people write colo(u)r, i write it color, since that’s how its written in Visual Studio :) and in school i never did learn English – so i adopt to what is mostly used in my environment. Yet still there is no U in color :P

    The Lounge csharp question learning

  • DD will enjoy this
    E Enver Maroshi

    There is no U in color :doh:

    The Lounge csharp question learning

  • VS2010 Question
    E Enver Maroshi

    It does target SL3 by default and not SL4. At least version we have in company.

    The Lounge question

  • Avast version 5 "downgrade"
    E Enver Maroshi

    It works on xp. At least for me (sp3). No problems at all. Johnny Depp said it's working for him also, so, pirates are still in game :)

    The Lounge com question announcement career

  • 3,000
    E Enver Maroshi

    $800/month? omg, which city/country?

    The Lounge com question announcement career

  • Ram drive for windows
    E Enver Maroshi

    If he is better off buying something (advice?) why would he then listen to a free advice? Using your logic, he first has to pay you so you can give him advice, otherwise he should not listen to you (free) advice since it sucks, as it's free :laugh:

    The Lounge delphi question

  • Ram drive for windows
    E Enver Maroshi

    http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257405[^]

    The Lounge delphi question

  • Why WPF sucks today
    E Enver Maroshi

    Yes you did. Well, mistakes do happen :-O I deleted the question since i thought this is the way you close a "ticket" or in this case, a question. But don't know, i think it's still there. As a reminder to me to give a better check of code next time :doh:

    The Lounge csharp wpf visual-studio wcf com

  • Why WPF sucks today
    E Enver Maroshi

    Only now i understand what a piece of crap i wrote. I was doing copy-paste from previous project, and i really did what you wrote, only, i did not review the class where the problem was and i indeed did try to assing a value to "Me". I was debuging only methods in parent class and did not even look at what i actually try to do. Anyway, my mistake. Sorry once again. And thnx, i would not ever noticed it without you. :-O Oh, btw, WPF does suck, and WPF editor inside VS.

    The Lounge csharp wpf visual-studio wcf com
  • Login

  • Don't have an account? Register

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