VS 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 ArticleVS 2010 Read boolean from Xml
hi how can i read a boolean from my xml file? i tried: Code: If (document.Name = "ShowTicker") Then TickerOnOff.Checked = Convert.ToBoolean(document.ReadInnerXml.ToString()) no luck, the checkbox stays...
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 Articleenact a carriage return on a RichTextBox
How do you enact a carriage return on a RichTextBox? RichTextBox1.Text = 123 & <br/> & 456 & <br/> & 789 does not work. Any suggestions?
View Articlei'm a beginner, this is my first post (maybe of looking for a bit of help for...
In college I've been asked to make a VB program that generates a random number from 1 - 40, the user has to guess this number and if they are wrong it tells them to go higher or lower till they get it...
View ArticleMultiPart data post
Hello, First I very new to programming so don't be mad if I ask some stupid question. Before posting here I googled for few hours win no luck. My question: I need to send httpwebrequest to server with...
View ArticleVS 2010 Pointer to License file path.
Hi, In my project I want to make a function to a DLL and the call in C++ is like this: Code: short Get_Processed_Image_Data(unsigned short *pInImageData, unsigned short *pOutImageData, int Columns, int...
View ArticleVS 2010 [RESOLVED] Extracting HTML
To explain: After submitting an entry, this website gives three results. However, all of the results fall under the SAME html ID, so I can't figure out how to extract them all. I was thinking the...
View Article