razamit


Comments:

How to Suppress / Disable Script Errors in WebBrowser Control

posted by razamitrazamit(4566) 4 years, 4 months ago 0

i know you can find it in the Help, but you know, sometimes you overlook things... :)
as for you DaveMasters i am not getting this window when i disable this, i will try to check it out, thanks for the feed back happy holidays.

Reply

A New Pattern for Event Declaration

posted by razamitrazamit(4566) 4 years, 2 months ago 0

I have never seen it here before. I am truly honest in this. really.

Reply

A New Pattern for Event Declaration

posted by razamitrazamit(4566) 4 years, 2 months ago 0

Nice going jesse :)

Lets put an end to this.

I want to say to BigTuna that i am sorry, i did no mean to rip him off and i did not see his article last week. And thats it.

Amit

Reply

A New Pattern for Event Declaration

posted by razamitrazamit(4566) 4 years, 2 months ago 0

I did not claim to prove it. That was just my opinion.
And by the way if you are looking for performance you should not use .NET...

Reply

A New Pattern for Event Declaration

posted by razamitrazamit(4566) 4 years, 2 months ago 0

BigTuna - Thanks for believing me.I definitely share your opinion about long null reference nights :)

senfo - I was a bit surprised about what you said regarding the performance, so I did some checking and you are right! Very interesting.

Reply

5 Firefox Extensions Any Web Developer Must Have

posted by razamitrazamit(4566) 4 years, 1 month ago 0

I am currently checking out some more plugins, so just wait and see ;)

Reply

5 Firefox Extensions Any Web Developer Must Have

posted by razamitrazamit(4566) 4 years, 1 month ago 0

Of course FireBug is numero uno!

I should have added "Besides FireBug" to the title.

I was trying to show 5 extensions that not everyone knows

Reply

How to Rename Multiple Files At Once

posted by razamitrazamit(4566) 4 years, 1 month ago 0

Why are you bothered so much by this?
apparently if it got so many kicks people found it usefull, and that is the point.

Reply

How to Rename Multiple Files At Once

posted by razamitrazamit(4566) 4 years, 1 month ago 0

No one is forcing you to read it...

Reply

11 More Visual Studio Shortcuts You Should Know

posted by razamitrazamit(4566) 4 years ago 0

Works ok for me. what version FF and what type of ad blocker do you use?

Reply

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun

posted by razamitrazamit(4566) 3 years, 3 months ago 0

You are aware that the code examples are only for making a point and to show an example.

Reply

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun

posted by razamitrazamit(4566) 3 years, 3 months ago 0

The whole point was that the Rectange is inside the Border to simulate a "hovering" semi transparent control above everything, and that you can set opacity for brushes. I could have shown endless example like the one you gave.

Reply

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun

posted by razamitrazamit(4566) 3 years, 3 months ago 0

Dont worry I am taking it easy, it is just rude to write what you wrote without even taking the time to understand what I was trying to explain.
I dont think anyone of us gave a solution cause there was no problem, my whole point was to show that opacity can be set on brushes so only the BACKGROUND of whatever you want will be transparent.
There is no Layout involved here, and even so, there are so many options in WPF and there are almost no "Wrong" solution, every solution has its ups and downs. I would love to hear you to try and explain why your so called solution is better than mine.

Reply

2 Important Things to Notice When Using Lock() Statement

posted by razamitrazamit(4566) 2 months, 20 days ago 0

That is part true. The threads are created in the order of the numbers. People tend to think that the first thread to reach the lock is going to be the first one out of it, that is very wrong!

Reply