VB School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Multiple Message Boxes Rate Topic: -----

#1 Farfromahero  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 12
  • Joined: 11-October 05


Dream Kudos: 0

Share |

Multiple Message Boxes

Posted 11 October 2005 - 08:58 AM

Hey im knida new to all this stuff but i was just wandering if there was anyway to make more than 1 message box apear at a time with vb6, and if there is there a way to make it act like pop ups so that they will just come 1 after another and eventually crash the computer
Was This Post Helpful? 0
  • +
  • -


#2 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • Icon

Reputation: 197
  • View blog
  • Posts: 13,429
  • Joined: 12-July 02


Dream Kudos: 25

Re: Multiple Message Boxes

Posted 11 October 2005 - 09:16 AM

There are certainly ways to do what you are describing...may I ask what you hope to accomplish? I don't normally make motivations part of my reasons for supplying help, but I'm not keen to help others cause malicious events either.
Was This Post Helpful? 0
  • +
  • -

#3 Farfromahero  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 12
  • Joined: 11-October 05


Dream Kudos: 0

Re: Multiple Message Boxes

Posted 11 October 2005 - 10:42 AM

well see i dont like my school, i was hoping to crash a couple computers so i fell like i acomplished something before i leave school, well something that will piss of my school =)
Was This Post Helpful? 0
  • +
  • -

#4 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • Icon

Reputation: 197
  • View blog
  • Posts: 13,429
  • Joined: 12-July 02


Dream Kudos: 25

Re: Multiple Message Boxes

Posted 11 October 2005 - 11:08 AM

In that case, I'm afraid that I will be unable to provide you the information you require. There may be other users here that will, and there are certainly other sites that will provide the info, it is only me personally that must decline. Please don't make the assumption that the site does not have dedicated people willing to help based on my actions. My apologies, and best of luck.
Was This Post Helpful? 0
  • +
  • -

#5 skyhawk133  Icon User is offline

  • Head DIC Head
  • Icon

Reputation: 564
  • View blog
  • Posts: 18,248
  • Joined: 17-March 01


Dream Kudos: 1650

Expert In: Web Development

Re: Multiple Message Boxes

Posted 11 October 2005 - 11:19 AM

While I respect Amadeus' very professional response, I will digress and simply say this:

You Sir, are retarded. Get a life.
Was This Post Helpful? 0
  • +
  • -

#6 born2c0de  Icon User is offline

  • printf("I'm a %XR",195936478);
  • Icon

Reputation: 137
  • View blog
  • Posts: 4,622
  • Joined: 26-November 04


Dream Kudos: 2825

Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

Re: Multiple Message Boxes

Posted 11 October 2005 - 10:18 PM

To get Multiple Message Boxes you need to use Threads. Since Threads are supported only in VB.NET you can't use Pure VB Code to achieve this. However there is a way.

You can Use C to write the code handling the Multiple Message Boxes and store that function as a DLL. Then you can call that DLL from the Visual BASIC Application.

I know it sounds simple but putting it in code will be tougher.
So I made it even simpler for you by writing the DLL code in C++ and the DLL Function Call App in VB.

Enjoy....and I hope this helps...

Attached File(s)


Was This Post Helpful? 0
  • +
  • -

#7 born2c0de  Icon User is offline

  • printf("I'm a %XR",195936478);
  • Icon

Reputation: 137
  • View blog
  • Posts: 4,622
  • Joined: 26-November 04


Dream Kudos: 2825

Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

Re: Multiple Message Boxes

Posted 11 October 2005 - 10:34 PM

Oh God....I just read all the Posts again....I realised that your motives aren't good.
I gave you the code so that you could learn...not because you can use it to write a prank program on your school computers.

Well, if you still want to go ahead with the prank program, all I can hope is that your school's ADMINSTRATION visits this thread...lol.
Was This Post Helpful? 0
  • +
  • -

#8 Farfromahero  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 12
  • Joined: 11-October 05


Dream Kudos: 0

Re: Multiple Message Boxes

Posted 12 October 2005 - 08:00 AM

ty you for the code, even tho you didnt want to give it me afer u read the thread but anyway, my schools administration is dumb as a rock or maybe lower so they wont know what will be happening ty you people and 1 more thing.... i do need a life and i am retarded (jokingly)
Was This Post Helpful? 0
  • +
  • -

#9 born2c0de  Icon User is offline

  • printf("I'm a %XR",195936478);
  • Icon

Reputation: 137
  • View blog
  • Posts: 4,622
  • Joined: 26-November 04


Dream Kudos: 2825

Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

Re: Multiple Message Boxes

Posted 13 October 2005 - 12:26 AM

Farfromahero, on Oct 12 2005, 10:27 PM, said:

ty you for the code, even tho you didnt want to give it me afer u read the thread but anyway, my schools administration is dumb as a rock or maybe lower so they wont know what will be happening ty you people and 1 more thing.... i do need a life and i am retarded (jokingly)

Hey If I didn't want to give it to you, I would have edited my post and removed the attachment.
I gave it so that (in the least likely event) you will learn the importance of a DLL and Threads. (and why VB sucks and VB.NET doesn't)

But still...what u r doing...is bad...very bad indeed...
And I support Chris' statement.
Was This Post Helpful? 0
  • +
  • -

#10 Farfromahero  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 12
  • Joined: 11-October 05


Dream Kudos: 0

Re: Multiple Message Boxes

Posted 13 October 2005 - 08:00 AM

my school doesnt teach VB.Net at the moment so im stuck with VB =(
Was This Post Helpful? 0
  • +
  • -

#11 Nova Dragoon  Icon User is offline

  • The Innocent Shall Suffer, Big Time
  • Icon

Reputation: 31
  • View blog
  • Posts: 6,169
  • Joined: 16-August 01


Dream Kudos: 515

Expert In: Python, Linux

Re: Multiple Message Boxes

Posted 13 October 2005 - 08:12 AM

born2c0de, on Oct 13 2005, 03:23 AM, said:

I gave it so that (in the least likely event) you will learn the importance of a DLL and Threads. (and why VB sucks and VB.NET doesn't)

Actually they both suck ;)
Was This Post Helpful? 0
  • +
  • -

#12 born2c0de  Icon User is offline

  • printf("I'm a %XR",195936478);
  • Icon

Reputation: 137
  • View blog
  • Posts: 4,622
  • Joined: 26-November 04


Dream Kudos: 2825

Expert In: J2ME, 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

Re: Multiple Message Boxes

Posted 13 October 2005 - 10:58 PM

I havent used .NET yet...but I guess that's a point-to-be-noted lol.
Was This Post Helpful? 0
  • +
  • -

#13 The Person  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 06-August 08


Dream Kudos: 0

Re: Multiple Message Boxes

Posted 06 August 2008 - 05:08 AM

View Postborn2c0de, on 13 Oct, 2005 - 11:58 PM, said:

I havent used .NET yet...but I guess that's a point-to-be-noted lol.

Hey i just read all those posts there and i'd just like to say that the guy who wants the code for the mutiple message box went the wrong way about it! as if you would tell them u wanna shut down ur school's computer and for the admins wat do u think he would want such code for?? only trouble... obviously for me to find this subject i am interested in the code myself and i no all of use r against the reasons behide giving this code but i would really like it if u would supply me with the code for VB.net cause i am really interested in learning more about VB and that is one thing that has rattled my brain for ages i try so many different ways just can't figure it out?? and if u do give me the code cheers if not grr =(
Was This Post Helpful? 0
  • +
  • -

#14 MrWobbles  Icon User is offline

  • D.I.C Regular
  • Icon

Reputation: 11
  • View blog
  • Posts: 277
  • Joined: 11-April 08


Dream Kudos: 25

Re: Multiple Message Boxes

Posted 06 August 2008 - 06:03 AM

it is attached to b2c's first post, I am pretty sure you can d/l it
Was This Post Helpful? 0
  • +
  • -



Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users