Need help for simple thing (vb 2010)
hey. need to know how to make my program for example search for something that have a name with the version number in the name. let me give you an example: 'i need to search for RSBot-4045.jar Code: if...
View ArticleDirextX / OpenGL and game detection in VB.Net
Hello guys, There is this thing that has really been bugging me and I've recently become interesting in finding out how to do this. After several pointless hours spent on google I couldn't find my...
View ArticleVS 2010 Variables / Arrays?
Hello all, Question, really what would be best, is it possible, and what direction to take. I have two items parts(0) and parts(1) there are in essence my settings so parts(0) = "indicator on" and...
View ArticleVS 2010 Asynchronous web request to check for internet connectivity.
I've been trying to work on this using various online sources for about 6 hours and can't get my head around it. I'm building a Windows 8 phone application using VS2012 and simply trying to send a...
View ArticleMsgBox or MessageBox.Show doesn't show.
Hello, I need help displaying a MsgBox (I know this sounds pathetic, but read on). When I try showing a MsgBox using the MsgBox() function, I just get nothing. VB.NET Code: Dim MsgBox_Result As Integer...
View ArticleTrouble with threads and serial data in VB2010
Hey guys, Hope this is the right forum for this. I have an arduino uno board that is sending me analog values over serial to a vb 2010 program I am writing. What I am trying to do is have a progress...
View ArticleVS 2010 Delete Text
So what i actually need is something like this First, download the source from a website Dim request As System.Net.HttpWebRequest = System.Net.HttpWebRequest.Create(TextBox1.Text) Dim response As...
View ArticleVS 2010 Open files with program
Hello, everyone. I made a mini mp3 player in VB 2010. Does anyone know how to open a .mp3, .wav. whatever with it?? Like, open the program and have it automatically play the file.
View ArticleVS 2010 Reading XML in loop
Happy New Year Everyone. Hope you all had a good christmas and New Year and not to bad hangovers presently :-) Was hoping for a bit of advice with reading XML documents. I normally only have to read...
View ArticleUse DirextX to draw on another form
Based on a question I asked earlier, I did some work an managed to draw a line on my form using DirectX. This is the code if anyone is interested: Code: Imports Microsoft.DirectX Imports...
View ArticleVS 2008 An attempt was made to load a program with an incorrect format
Hi I really could do with some help here as I am going absolutely round in circles trying to solve it. I have two computers, one PC running VS2008 that I use to develop my apps on and another without...
View ArticleVS2010 Mschart - how to determine visible points when zoomed?
I've got a databound chart thats all nice and zoomy etc and I've figured out how to get the index of the point nearest the cursor (going to use that to try and select the datarow the data came from)....
View ArticleReportViewer - Nbr of Pages on website is different than Nbr of Pages when...
Hello All, I am trying to get the number of pages on the web page to be the same as when you are printing. Is there anyone that can help me with this? Thanks in advance!! Eddi Rae
View ArticleCapture Netstat output
Hi I use this code below that can capture dos outputs. Code: Private Function CaptureDos(ByVal Filename As String, Optional ByVal Parms As String = vbNullString) As String Dim Exec As New...
View ArticlePrinting from Data Grid View on Form 1 and Textbox on form 2
Fist off, I am new to coding so please no negativity. I have attempted to build an app for a shopping list. I think i have most of it complete but i have a couple of issues. Mainly Printing. Right now...
View ArticleVS 2008 Draw a line in a picture box
Hi, I am trying to draw a line within a picture box between 2 check boxes. I have the coordinates of the start and end points of the line. When I use the drawLine method and the coordinates I have, the...
View ArticleVS 2010 Database Problems
I am in the middle of creating a password database and up until recently the database has been functioning correctly and now for some reason the save button with the automatically generated code...
View ArticleWebBrowser not loading Javascript in a local HTML file
Ok, so here's the deal. I have a html file that will be created at runtime, which will include javascript and will be saved in the resources folder. Now, when loading this html file, the javascript...
View ArticleNeed to write a VOIP call recorder... where to start?
Hello all. I need to write a class library that records short snippets of VOIP calls (I will have the consent of both callers). The caller will be using a headset plugged into the microphone and...
View ArticleVS 2010 problem to update html combo box!!
hi! I have webbrowsser to login in a web. this web is webbrowsser´s game called ikariam. When i go to this page, show me a message "this browsser is not compatible whith this web, but if y make loggin...
View Article