473,624 Members | 2,103 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why I am sick of .Net

If your gonna flame, shut up and read first:

I have been programming in VB (5, 6), VB.NET (1.0,1.1, 2.0), VBA, etc..
since 2000.

I really loved working with that RAD tool, Visual BASIC IDE, and Visual
Studio .Net.

But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

WHAT THE @*&!# HECK!!!!

Always with the stupid 'workaround' solutions. Burn VB!, burn to a
crisp. I hope you die of a lethal flatite. Everyone hates you VB,
Nobody likes you. I certainly dont. And I hope you and your stupid
'workaround' functionality all just explodes into a gazillion snippets
of code. So there!
Well, enough of that. Hope you all enjoyed my dumb post. :-)

Dec 9 '06 #1
16 1085
Aalbino,

I would not say it your way, however I agree with you that it seems that
Microsoft is more and more busy hunting the next never to use solution, than
making the ones that have proven themselves to be needed really working for
100% correct.

Just my opinion.

Cor

<aa*****@comcas t.netschreef in bericht
news:11******** **************@ 80g2000cwy.goog legroups.com...
If your gonna flame, shut up and read first:

I have been programming in VB (5, 6), VB.NET (1.0,1.1, 2.0), VBA, etc..
since 2000.

I really loved working with that RAD tool, Visual BASIC IDE, and Visual
Studio .Net.

But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

WHAT THE @*&!# HECK!!!!

Always with the stupid 'workaround' solutions. Burn VB!, burn to a
crisp. I hope you die of a lethal flatite. Everyone hates you VB,
Nobody likes you. I certainly dont. And I hope you and your stupid
'workaround' functionality all just explodes into a gazillion snippets
of code. So there!
Well, enough of that. Hope you all enjoyed my dumb post. :-)

Dec 9 '06 #2
aa*****@comcast .net wrote in news:1165639966 .164986.220650@
80g2000cwy.goog legroups.com:
But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!
What 1/2 doesn't work?
Dec 9 '06 #3
I think he has it installed on his Radio Shack TRS-80.

That could be the problem!
"Spam Catcher" <sp**********@r ogers.comwrote in message
news:Xn******** *************** **********@127. 0.0.1...
aa*****@comcast .net wrote in news:1165639966 .164986.220650@
80g2000cwy.goog legroups.com:
>But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

What 1/2 doesn't work?
Dec 9 '06 #4

Henry Jones wrote:
I think he has it installed on his Radio Shack TRS-80.

That could be the problem!
"Spam Catcher" <sp**********@r ogers.comwrote in message
news:Xn******** *************** **********@127. 0.0.1...
aa*****@comcast .net wrote in news:1165639966 .164986.220650@
80g2000cwy.goog legroups.com:
But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!
What 1/2 doesn't work?
@Henry Jones: Its all about the 5 1/4 floppy. :-)

Here is what doesnt work:

-Memory related api in Managed Direct X
-Working with memory bitmap bits in GDI+ (again, mostly memory
manipulating related)
-Methods that are supposed to work one way, but dont. (It turns out a
certain method or function is deprecated in version X.x.x of the
framework)

BTW: My machine is nice and new, not old or junky. Thanks.

Dec 9 '06 #5
aa*****@comcast .net wrote:
But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!
For example?

I've been programming for a lot longer than the last six years, using lots
of languages including VB back to version 3, C/C++, and a variety of
assembly languages (the good ol' days :-). And against all that, I think VB
(VB6 and VB.NET) are both pretty damn good.

In my experience complaints like this are usually from people who
misunderstood how it was supposed to work in the first place.

So let's see a few good examples of the crap that doesn't work, please. I
assume you're just trolling but you can prove me wrong if you like.

--

(O)enone
Dec 9 '06 #6
Henry,
>I think he has it installed on his Radio Shack TRS-80.

That could be the problem!
Aalbino is telling in his way his problem with Microsoft products, although
he tells in the same way that he is a fervent user of it.

I don't think that your reaction is accoording his message.

Just my thought,

Cor
Dec 10 '06 #7
I certainly can. Try handling bitmap bits directly in VB.NET (1.0, 1.1,
maybe even 2.0)
You cant. Not without breaking managed code and using DLL hell.

C# can do it, and only because it can be forced to use unmanaged C++
within code.

If you need more, go to google.com, and search form "vb workaround".

So there. Your wrong. ;)

Oenone wrote:
aa*****@comcast .net wrote:
But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

For example?

I've been programming for a lot longer than the last six years, using lots
of languages including VB back to version 3, C/C++, and a variety of
assembly languages (the good ol' days :-). And against all that, I think VB
(VB6 and VB.NET) are both pretty damn good.

In my experience complaints like this are usually from people who
misunderstood how it was supposed to work in the first place.

So let's see a few good examples of the crap that doesn't work, please. I
assume you're just trolling but you can prove me wrong if you like.

--

(O)enone
Dec 10 '06 #8
>I certainly can. Try handling bitmap bits directly in VB.NET (1.0, 1.1,
maybe even 2.0)
You cant. Not without breaking managed code and using DLL hell.

Huh?

Dim bmData As New BitmapData()

bmData = bm.LockBits(New Rectangle(0, 0, bm.Width, bm.Height),
ImageLockMode.R eadWrite, PixelFormat.For mat32bppRgb)

Dim stride As Integer = bmData.Stride
Dim scan0 As IntPtr = bmData.Scan0

Dim bits(bm.Height * stride - 1) As Byte

Marshal.Copy(sc an0, bits, 0, bits.Length)
<aa*****@comcas t.netwrote in message
news:11******** **************@ l12g2000cwl.goo glegroups.com.. .
>I certainly can. Try handling bitmap bits directly in VB.NET (1.0, 1.1,
maybe even 2.0)
You cant. Not without breaking managed code and using DLL hell.

C# can do it, and only because it can be forced to use unmanaged C++
within code.

If you need more, go to google.com, and search form "vb workaround".

So there. Your wrong. ;)

Oenone wrote:
>aa*****@comcast .net wrote:
But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

For example?

I've been programming for a lot longer than the last six years, using
lots
of languages including VB back to version 3, C/C++, and a variety of
assembly languages (the good ol' days :-). And against all that, I think
VB
(VB6 and VB.NET) are both pretty damn good.

In my experience complaints like this are usually from people who
misunderstoo d how it was supposed to work in the first place.

So let's see a few good examples of the crap that doesn't work, please. I
assume you're just trolling but you can prove me wrong if you like.

--

(O)enone

Dec 11 '06 #9
ful;ly agree Cor; I think that MS needs to stop selling new versions
and start fixing bugs

I hope that was a good paraphrasing.

And I think that you deserve a FRIGGIN MEDAL DUDE.

Well spoken; thank you for your time, Cor

-Aaron
Cor Ligthert [MVP] wrote:
Aalbino,

I would not say it your way, however I agree with you that it seems that
Microsoft is more and more busy hunting the next never to use solution, than
making the ones that have proven themselves to be needed really working for
100% correct.

Just my opinion.

Cor

<aa*****@comcas t.netschreef in bericht
news:11******** **************@ 80g2000cwy.goog legroups.com...
If your gonna flame, shut up and read first:

I have been programming in VB (5, 6), VB.NET (1.0,1.1, 2.0), VBA, etc..
since 2000.

I really loved working with that RAD tool, Visual BASIC IDE, and Visual
Studio .Net.

But the think that just drives me past the brink of flipping insanity
is the FACT that half the crap thats supposed to work a certain way in
VB6 or .NET just plain DOESN'T!!!!!!!

WHAT THE @*&!# HECK!!!!

Always with the stupid 'workaround' solutions. Burn VB!, burn to a
crisp. I hope you die of a lethal flatite. Everyone hates you VB,
Nobody likes you. I certainly dont. And I hope you and your stupid
'workaround' functionality all just explodes into a gazillion snippets
of code. So there!
Well, enough of that. Hope you all enjoyed my dumb post. :-)
Dec 11 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1386
by: webmaster | last post by:
See the following code. I wonder why in this case neither setp() nor getp() is called !? yetix@/home/ajung(1)% cat test.py class A: def __init__(self): self._p=None
0
1249
by: adfgvx | last post by:
I am looking for a Compiled version of the Sick extension for Python (Windows XP and Python 2.2). Does anyone have one and send it to me ? Thanking you by advance, Bruno
5
1768
by: Robert Brewer | last post by:
WARNING: The following is NOT all Pythonic. However, it is Python. This is just fun--nothing I'm going to put into production. I don't have any questions or problems--just thought I'd share. BACKGROUND: I've been playing around for a couple of days with parsing and
2
8278
by: lobrys | last post by:
hi I build a VB .NET application that makes file access, environnemet acess, database access, etc.... If I ran the app locally, everything works....(normal) If I copy the app on a server, and execute it, everything works until a file/environnement/database access !..... I just want that my app may run in every machine!
9
10630
by: Robert Schneider | last post by:
Hi to all, I don't understand that: I try to delete a record via JDBC. But I always get the error SQL7008 with the error code 3. It seems that this has something to do with journaling, since the table from which I want to delete has two foreign keys that references two other tables and it is also referenced by another table. But this shouldn't be a problem, since I set the commit mode to none (or *none) at all places where this makes...
1
997
by: Johnny Emde | last post by:
Configuration Error Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation>
3
1520
by: enzo | last post by:
hello everyone... after several days trying to find the right command.. i have to ask you people... this is the deal: i have two tables related... the first one is the master, the second the slave... the first has fields like code, name, department and periodicity of
0
877
by: coldboyqn | last post by:
Hi you guy! I am using Visual Web Express 2008 to design a server controls (a component). The control is almost very simple. protected override void RenderContents(HtmlTextWriter writer) { base.RenderContents(writer); XElement span = new XElement("span", new XAttribute("style", "color: #FFF000; font-size: 20pt;"), "normal text",
48
5613
by: Erik Lupien | last post by:
Could someone, anyone, help me and compose a VBA script for me to use with MS Access? I know nothing about MS Access of VBA scripting for it but really need some help. I have an MS Access database on a server at work that records employee sick leave, by hour, by date. I need to know the number of occurences when employees were gone on sick leave for 10 or more consecutive work days, during a calendar year that starts on Jan 1 and ends...
0
8236
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8679
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8621
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8475
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2606
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.