[RESOLVED] VS 2012 Express: Check for Instance of App Before Running
I have just developed another one of those killer apps which is short and sweet but all the folks in the company are clamoring for it. So it's been deployed now company wide. There are several ladies...
View ArticleVS 2010 [RESOLVED] Doesn't recognise Imports System.Speech.Synthesis
I am using VS 2010 Express. When I try to type "Imports System.Speech.Synthesis", intellisense fails when I get to "Sp". I continue typing the full line and I get the error: "Namespace or type...
View ArticleVS 2010 Start new instance unless command line args are present
I can set the project to be a single instance app, and I can get the command line arguments, but if there are no arguments I need a new instance of the application started up. If however there are...
View Article[RESOLVED] Do Until Look - Exiting my program.
Hello Need help with something. I have a program that upon button click will count to 100 by 10s. I have a button, and a listbox for the data to be displayed/output. I have the code set up properly, i...
View Article[RESOLVED] Sum of items in listbox
Hello, I have a program that I've created a Do While loop counting to 100 in 5s. I get the results perfectly, but now I am trying to add the sum of all the numbers in the box and display in a label. I...
View ArticleRetirement Calculator
Program: A Human Resources department wants a report that shows its employees the benefits of saving for retirement. Produce a report that shows 12 predicted retirement account values for each...
View ArticleJewel Master Prototype
Can't remember if I shared this yet or not but here is my finsihed prototype of Jewel Master a game prototype Im selling. Video: http://youtu.be/ByoThUAERRk
View ArticleBest way to read and use all this data
Hey, I have a fairly large xml file that is formatted like so: Code: WireData> - <Signal_Name Name="1L1"> <From_Device>asd:4</From_Device>...
View ArticleIf statment missing
Hello, here is my problem, code I write is working, so purpose of code is to save value in textboxes if TB1 is something inside and if Count (it is define as Timer, so with clicking it rise up + 1,...
View ArticleVS 2010 Another code problem !
One more problem I am trying to do another calculator: here is the code: HTML Code: Public Class Form1 Private Sub PLus_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleAssembly version information in AssemblyInfo.vb and .vbproj file
In a vb.net project i have got a assembly version information in both .vbproj file and assemblyinfo.vb In .vbproj file i have got following <AssemblyMajorVersion>1</AssemblyMajorVersion>...
View ArticleVS 2010 [RESOLVED] Reading collection class properties into Word table
Hi Guys, I'm having trouble converting a collection class into a word table. The problem is, I have a class called "Book" which has to properties "Title", "ISBN" and "Author" - and I want to copy the...
View Articlecan not update table in sql server with vb.net datagridview
Hello, I've got a dgv where the user can change the cells. with a button I'm trying to update. The code gives the message that it works, but the table in slq server isn't updated. here's the code:...
View ArticleNote to community
Hello everyone, my name is Micah Holmes and Ive been developing in Vb .Net for about 5 years professionally as a game developer. Anyway, I've been looking at everyones source code and I see a common...
View ArticleVS 2010 [RESOLVED] Form without buttons
Hi there, I have a form in which there are 5 buttons on it, Add, Edit, Delete, Print & Exit. and I gave shortcuts with &Add, &Edit.... but it works with CTRL+A. I designed a form in which...
View ArticleVS 2010 Recordset in vb.net
Hi everyone, For last several years I am using VB6 and I am very much familiar with recordsets, now when i am working on vb.net i am using oledb but on some places i am using adodb for creating...
View ArticleVS 2010 Is there an override/workaround for this?
The ms chart control is quite fussy. If I use this code in a loop where the data is created : Code: Form1.Chart1.Series(count).Points.AddXY(x, y) * It returns this, which is great. Attachment 99177...
View ArticleVS 2012 Random 4 letter generator, what's a compacter code?
Hey! I'm very very very new to programming and I got the idea to make a random 4 letter generator. It's very basic, but the code is tedious. It works, but I'd like to know if there is a shorter way to...
View ArticleVS 2010 [SOLVED]Media Player Code....
How can i do so when the Clickmouse on the button its will play in the media the music from the resource folder... and not from my computer like "C:\Music\music.mp3" i want thats its will get the file...
View ArticleVS 2010 Count number of object instances in a list
Hi, Is there an easier, or cleaner, way to count the number of object in a list than: Code: For Each bk As Book In bookList If TypeOf bk Is ChildrensBook Then...
View Article