[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 ArticleVS 2010 All Control disappeared suddenly
In the project I'm working on, I was editing a splash screen and when I got done, I clicked save all. I moved on to my main form's designer. When it came up, all controls I have on the form was blank....
View ArticleThe Remote Procedure Call Failed.
I've got a VB.NET project which has been running for over a year now...almost flawlessly. It literally has produced work on an automation of Excel and AutoCAD day in and day out with very little...
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 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 ArticleVS 2010 [RESOLVED] Datagridview looping issue?
I have this Datagridview that has a Checkbox column. I also have a button to update the database. What I want to accomplish is to loop all rows that has a checkbox column value will be submitted to the...
View Article