Help with a simple code
Hi, I am looking for a simple code that will produce a letter based on the month that we are in. So Jan = A, Feb = B, Mar = C and so on. Your help would be much appreciated Thanks
View ArticleVS 2010 Multi Dimensional arrays
is there a way in vb.net to create an aray that looks like data(test) { tester = bob, location = nyc, skill = none } or data(1){ 1 => 10, 2 => 9, 3 => 8 } Please show me some examples please:D...
View ArticleVS 2012 List (Of T) String Array - Variable String Size
Hi, I created a class 'Rule' with three string variables: > ObjLst > RuleLst > ParamLst Which get saved to a List(Of Rule) array. Both ObjLst and RuleLst are single string variables but, for...
View ArticleVS 2010 Finding a threshold from a column
Hi guys, I need to run through a column and find a value which arbitrarily, fall below the threshold of 0.05. The column of data has a negative gradient i.e its value falls down lower until it reaches...
View Articleproblem with drawimage and rotating image using picturebox
I have a picturebox that I need to rotate by angle and at the same time draw a crosshair when the mouse focuses on the image. I can draw a crosshair on the image and also rotate the image inside the...
View ArticleVS 2010 Removing unwanted text from an original text
So, what I want to be able to do, is with the click of a button take this text: Code: <tr><td>11-21-2013, 04:39:27...
View ArticleVS 2012 Casting problem with extended principal class
I have the following piece of code. It's fired when a user double-clicks a Listview entry that could be either a user or a group. If it's a user it calls GetUserInfo which receives my...
View ArticleUpdating Text in TextBox from SerialPort_DataReceived continuously has...
Hi all, I am new to this forum and hoping i can get some help ASAP with some error i am receiving... Okay what i am doing is making a Tachometer that continuously updates its readings of speed which is...
View ArticleVS 2010 PictureBox Transparency for Animation
Hi, I'm writing a little program at the moment and I'm trying to animate the buttons so that they spin when I click them. Now I've managed to do this using screenshots, a PictureBox and a Timer, but...
View Article[RESOLVED] converting text doc to xml need help please :)
i have a listbox in the format like this 1. A smith Tel: (12345) 123456 1 fake street, fake town, fake city, fakepostcode ------------------------------------------------------- 2. A smith Tel: (12345)...
View Article[RESOLVED] Datagridview checkbox problem
Hello. Please bear with me I'm new to vb.net. I have this datagridview problem. Scenario: My Database columns. Code: -isCleared (boolean) -DateCleared (DateTime) My DGV Columns: Code: -isCleared Column...
View ArticleHow to run Console Application in background or minimized?
I have a console application written in VB.NET that will become a scheduled task. The problem is that every time application starts it displays the empty black CMD window while processing, which can be...
View ArticleDrawing a cubeformula
I'm trying to draw a cube viewed from straight on in one point perspective. Is there a formula I can use to calculate how big the furthest face should be relative to the nearest? For example, if the...
View ArticleSystem.Timers.Timer Elapsed event locking?
Trying to make it so that the Timer event doesn't process if another one is still in process, this doesn't seem to be working: Code: Public Partial Class srvcCRISReporting Inherits ServiceBase...
View Articlehelp with webcam capture
can someone help me. im making an ID system. and im having trouble with webcam picture tool. whenever i start the picture tool program, the picturebox is just blackout. but the webcam is working....
View ArticleVS 2012 Problem with "group by" in reportviewer.
Hi In my project I have report that I want to "Group by" the date month and year in a rowcell excluding the time in that cell. The cell is filled with a UTCnow value when written, so it automatically...
View ArticleVS 2010 Passing Objects between applications
I have been trying to research on how to pass an object from one application to another. I know how to pass data with a link, example: www.example.com?data=data and retrieve it with...
View ArticleVB Sound help
Hi im in the procces of making a very simple game in vb, anyways my problem is after using directx api to play my background sounds(it works fine), i have it setup so that when the user clicks a button...
View ArticleProducing random integers for form1 X,Y cords and setting a min and max value.
hello, hopefully someone can help me solve my problem, go easy on me though, i have been working with vb for even a week..but i am trying to get 2 different integers which both have a different min and...
View ArticleVS 2008 RDLC Report ISSUE
This is what i do have in my Print_command Code: Private Sub cmdPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdPrint.Click Dim vRs1 As...
View Article