VS 2010 Stream adds extra spaces at the end
Happy new year all. Why does my response add a load of spaces? I know I can just put trim on the end of my readtoend but what is causing those extra spaces and is there a way to stop it? Code:...
View ArticleVS 2010 how to add item from datasource combo-box to listbox ?
hello good morning i follow those steps : 1 - add data source 2 - insert it by details and choosing combo-box style 3 - i add listbox and button i want to choose from combo-box item then click add...
View ArticleVS 2010 WebBrowser control - design mode - relative paths
Is there any way to get the WebBrowser control (in design mode) to show images which are referenced with a relative path, such as this: HTML Code: <IMG src='page1_files/image1.jpg'> If I use an...
View ArticlePeer-to-Peer Connection
Hello. I'm trying out a simple Peer-to-Peer connection. I found this site and tried it out: http://www.dreamincode.net/forums/to...p-connections/ this works for me when i use the loop back address...
View ArticleNeed 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 ArticleVS 2010 [RESOLVED] Vscroll Bar
Hello, Ive got an issue and I hope someone can resolve this for me. How do I get a vertical scroll bar to reveal more textboxes etc when scrolled. Example: Say i have a panel with a bunch of labels and...
View ArticleVS 2005 VB2005 StatusStrip
Hello all I have decided to enter the new era..albeit via VB2005, from VB6. So, I am very new to .net. One (simple) problem that I have is with the StatusStrip. I really can't find an answer to my...
View ArticleVS 2008 Help (Conversion from string "" to type 'Double' is not valid.)
welcome all, I am just starting learning vb.net version 2008 I am trying this code to do program to calculate the area of shapes an error occur when starting program.the error is (Conversion from...
View ArticleDataGridView loses data I added to an added column!
Am I being dumb? I read a XML file into a DataGridView... Code: Dim oDSet = New System.Data.DataSet oDSet.ReadXml(strFilePath) DataGridView1.DataSource = oDSet.Tables(0) The XML file contents show in...
View ArticleVS 2008 newbee
Hi everybody After a long stint with MS Access, i have recently started moving to Vb.net with ms sql in the back end What i know : in ms sql i have done the tables relations are done in vb.net know to...
View Article