Good Idea For An Easter Egg To Put Into App?

Jun 3, 2009

So I'm on the way out of the woods for my latest app, which will have users across the nation.I'd like to put in an Easter Egg, but ideas are escaping me.Does anyone have a good idea for an Easter Egg to put into my app?

View 15 Replies


ADVERTISEMENT

.net - Duplicating Effects: Dreamweaver Pong Easter Egg Beep?

Dec 28, 2009

I don't want to actually MAKE the pong easter egg, but for anyone with Dreamweaver, try typing 'dreamweaver' into the color selection box to play a round of pong.The bit that I want to know how it works is the bit at the end once you lose.After your loss, it will immediately play a small tune, whether or not your volume is on. In fact, it plays whether or not you have speakers, which makes me think the sound card itself is playing the tune.How can you achieve a similar effect, playing notes without sound or speakers, in vb.net? I would imagine this requires P/Invoke, seeing as there is no obvious way inside the framework.I don't need a whole song, a simple beep or the ability to change frequency of the beep will suffice.

View 1 Replies

Any Framework Function Or Control That Computes Easter Dates?

Apr 14, 2012

Easter day is determined based on astronomical events. Is there a "date" function or something similar that can be used in Visual Basic programming to project such a day?

View 4 Replies

Concept Or Idea To Create Forum

Dec 5, 2010

I want to create a website like a forum to talk about new technology in my community.This website will useful for students also people in my country to improve their knowledge..So let share me some concepts or idea to research more about it.

View 4 Replies

Add A Bookmark Option To My Browser And Ive No Idea Were To Start?

Aug 25, 2009

im trying to add a bookmark option to my browser and ive no idea were to start. Im just looking for something simple , that ability to add/remove a bookmark .

Im using a tabbed web browser , here is an example of a code that im using on 1 of my buttons , maybe you guys might know the code im looking for to add the bookmark feature.

Private Sub Button6_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(TextBox2.Text)

View 6 Replies

Idea To Time System For That Period After Which It Should Cease To Work

Jun 8, 2011

I have developed a system which i want my client to use for trial purpose for 1 month. i want a software or an idea to time the system for that period after which it should cease to work.

View 1 Replies

Good Way To Use DocumentCompleted

Aug 15, 2011

This is a good way to use DocumentCompleted using AddHandler (good for a tabbed web browser) [code] Of course,.you can adapt this for a tabbed WebBrowser by replacing me.text with tabcontrol1.SelectedTab.Text.

View 1 Replies

C# - Good 3270 Emulator (.NET)

Jun 24, 2011

What is a good 3270 emulator(which can login, scrape screen, find text, send keys etc. in background) for .NET(win n web). Something very similar to [URL](apparently zephyr costs like $5k per year, which is quite a lot, for one pc).

[Code]...

View 2 Replies

Good / Updated Tapi Sdk?

Aug 12, 2010

Does anyone know if Visual Studio 2010 has a good/Updated Tapi sdk? Or Does any one know where I can get a Tapi Sdk that is in .Net format?

View 1 Replies

Good ASP / SQL Program Book?

Apr 21, 2010

I am starting off in the .NET world and wanted to know what a great beginner book would be that would explain how to use asp.net, vb and SQL.

I hear "Learning Visual Basic" is a good series but wanted to see if there were anymore out there.

View 1 Replies

Good Scientific Calculator Example?

Apr 16, 2010

Show me a link to the source of a good scientific calculator example?

I'm using VB express 2008. I've been searching, but I can't find any good ones that work with express 2008!

View 6 Replies

Good To Use Flash On Map Image

Mar 15, 2010

im planning to create a n GIS..and its good to use flash on map image.

View 2 Replies

Good Way To Do What GetAsyncKeyState Does On System?

Aug 31, 2009

I have looked at many of the tutorials, however, using 64-bit windows vista home premium using those examples, it doesnt seem to work, however, I don't have other computer to test on, is there a good way to do what GetAsyncKeyState does on my system?

View 7 Replies

Good Word To PDF Convertors?

Jul 29, 2009

I realize that this would mean a third-party component and I've looked at a few. Does anyone use/know of a component that they would recommend to get reliable, quality Word to PDF conversion via a VB.NET application?

Anyone know of any cheaper options that will do a good job? I tried a couple of cheaper RTF to PDF convertors, saving the Word doc as RTF via the app but the PDF they output lost formatting on Word tabs, table of contents, page numbers, etc. Not good enough.

Otherwise, I will have to tell the app users they will need to convert the Word doc to PDF themselves (unless they have Word 2007 and pdf add-in which I can probably offer as an option).

View 4 Replies

Set Variables To 'Nothing' Is A Good Practice?

Jan 27, 2011

If I got Dim myRect As Rectangle = New Rectangle(0,0,100,100)Is it necessary or just fine to later do this: myRect = Nothing Or it isn't necessary?IF it is necessary, are there other cases it isn't for my variables?

View 2 Replies

VB Is Using Structures Considered Good Or Bad?

Oct 10, 2010

I use to use Structures quite a lot in the VB6 days, and try to avoid them now with .NET. Just wondering if using structures in 2010 instead of a Class is considered nasty?

View 6 Replies

VS 2008 Is Good For A ListView?

Dec 26, 2009

In my VB6 project I had eight list boxes in an array. I was able to create a command to move to the next listbox by adding one to the index. I was able to move to the next selected item in the listbox with a command also.All the data in my arrayed listboxes: I was wondering if I could put into a ListView with multiple columns in VB2008 (each column would have the items from the listboxes mentioned before).

If they were in a ListView, would I be able to work in each column by moving to the next item with a command like I did before, and then move to the next column of items with a separate command?

I was thinking it would be easier to do that than array all those listboxes again.

View 1 Replies

What Are Some Good Websites For .NET Tutorials?

Mar 15, 2012

Does anyone have any good .NET Tutorials? What are some good websites for .NET Tutorials? Sorry if this is in the wrong section. I don't know enough about .NET to ask in the right section.

View 3 Replies

A Good Book For Learning Program?

Mar 9, 2010

I am really interested in learning VB .net, but I don't really know where to start. Could anyone recommend a good book or website to start learning.

View 15 Replies

Any Good Books On Crystal Reports?

Oct 7, 2009

I never touched the crystal reports topic before but i hae been through certain articles and found that i't not hard as it sounds. however, i need names of some good books on this topic..

View 2 Replies

Any Good Tutorials For Screen Scrapping?

Mar 15, 2010

anyone know any good tutorials for screen scrapping? what im trying to do is make an application where i enter in keywords ...

View 2 Replies

C# - Good Tutorial For Resharper Templates?

Aug 6, 2009

I'm looking to get into some of the more advanced features of resharper tamplates. I know just enough to be dangerous by looking at some of the existing templates.

View 1 Replies

DB/Reporting :: Check If Sql Connection Is Good?

May 31, 2009

I have a little problem with checking if a sql connection is good.

Attached here i have a simple vb.net program that should check if the sql connection to the sql server is good. If i just run it once it works very well. But if i use it in a timer and check the connection to the sql server every 10sec it will only tell me that the connection is good (V=0).

I have tested the code with turning of the sql server service.

Dim connect As String = "Server=192.168.1.2;Database=Test;User ID=sa;Password=12345;Trusted_Connection=False"
Dim sqlconnection As New System.Data.SqlClient.SqlConnection(connect)

[Code].....

View 6 Replies

Find Good Program NET Tutorials?

Aug 20, 2009

I need VB.NET tutorials and simple VB.NET examples. I am trying to implement click events like[code]...

View 3 Replies

Good Custom Calender Control?

Nov 17, 2007

I'm looking for something relatively simple - just a monthly calender view where text can be placed on each individual day - just like a calender on a fridge (with a highlight for the current day). Slap it on a form or UC, set up a few properties and all done. I don't even need any clicking events - just a display.

The controls I've seen for sale are much more than what I need and creating my own, while an option, is something I'd rather not have to spend time on.

View 16 Replies

Good Exercises To Transition From Coding In .NET To C#?

Nov 18, 2009

What are some good exercises that an intermediate/advanced VB.NET web programmer should to do gain syntax chops on C#? I imagine some good examples would be: algorithms or project exercises that run the gamut of C# syntax,reference material,list of the key syntactical differences that VB.NET programmers should be aware of?

View 10 Replies

Good Free Report Utility?

Jun 8, 2012

Does anyone know a good free report utility? I am currently unemployed and is trying to start my own software development company... I do not have a lot of money so am trying to do it as cheaply as I can.

View 6 Replies

Good Freeware That Will Correct Once Translated From C#

Feb 2, 2012

I've used Teleflex, developerfusion, and SharpDeveloper, and all these, to convert C# to VB, but as most know, there are always errors, and modules left out, and such.Does anybody know of a good VB editor, preferably freeware, and can handle translated VB and offer suggestions to correct it for you? Visual Studio underlines things and offers suggestions on some things, but other things it just underlines and leaves you to the guesswork, which doesn't help a non-coder like me.

View 4 Replies

Good Time To Use Custom Events?

Nov 3, 2009

How to implement my own events I'm not sure why do I use them. I mean instead of rising event you could simply call functions right? This is as close as I got to a good reason:
1) If you call a function that does one thing and then based on result it needs to do something else it may be a good idea to do that something else in event function that is raised when that first thing was done. This way you avoid creating long functions and can make system more intuitive.
2) If object1 is inside object2 (a variable) and object2 has function DoThis and in that function affect something in object2's parent class it's better to use event in object1 rather than mess with parent (object1) inside object2.

View 6 Replies

Good Way To Find Duplicate Files?

Apr 1, 2010

I don't know enough about VB.Net (2008, Express Edition) yet, so I wanted to ask if there were a better way to find files with different names but the same contents, ie. duplicates.In the following code, I use GetFiles() to retrieve all the files in a given directory, and for each file, use MD5 to hash its contents, check if this value already lives in a dictionary: If yes, it's a duplicate and I'll delete it; If not, I add this filename/hashvalue into the dictionary for later:[code]Is this a good way to solve the issue of finding duplicates, or is there a better way I should know about?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved