VS 2008 I have no idea what I did, but I want to do it again. Please help.
Hello So here is what I did: I was making multiple buttions by selecting 5 at once and dragging and dropped them to make 10. Then I selected ten and so on. Here what happened: Somehow in the process (I...
View Articleconverting List to Array
Hello guys! I wanted to create two lists and then convert them to arrays, with the data from this table: idSuplier Item Price 1 Item A 10.00 1 Item B 20.00 1 Item C 30.00 2 Item A 20.00 2 Item B 30.00...
View ArticleVS 2012 Multiple rows in a single row inside a datagridview
I am using Microsoft Visual Studio 2012 Update 2 I am using DataGridView control to display data from database. Sometimes it happens, that, due to large number of columns in database tables, when the...
View Articleintellisense not working
Im an absolute beginner to programming and i was creating this application in visual studio 2012 , i inserted a new class and only in that class intellisense is not working, it works every where else,...
View ArticleVS 2010 [RESOLVED] Getting F1 context sensative Help to work on a form
I have created a help file and I can access it on a menu item but I would like the user to be able to press F1 on a form and the help for that form to be displayed. If I use the following code the help...
View ArticleVS 2012 Sound background
Hey, I wanna know how can i play sound in the background but i wanna do webrequest
View ArticleVS 2010 for loop
Hi guys, I am writing a for loop where I am transferring one record from one datagridview to another datagridview. I am actually removing the row from the source datagridview and this is causing the...
View ArticleVS 2010 Binding a list of a simple type to a DataGridView
Quick question. Does anyone know how to properly bind a simple list to a DataGridView. If I bind a List(Of Integer) to a DataGridView, it doesn't show the actual values in the list just empty rows.
View ArticleVS 2010 do the same function to multiple objects simultaneously
Just a quick question. Is there a way to see if all of the objects contain the search parameter all at once rather than having a big long line of code? I want to "ToUpper" all of them and see if they...
View ArticleJSON.net getting elements from response
Hey all i have the following **VB.net** code to find elements within a JSON response: Code: Dim url As String =...
View ArticleVS 2010 form that locks screen
Hi folks! I have a main form(F1) that calls a modal form(F2). How can I make F2 sit on top of all apps until the user clicks a button on F2 to close it? I want F2 to display a warning to the user, so I...
View ArticleVS 2010 Help with User Defined Functions
Hello, I am new with Visual Basic so I was wondering maybe someone can teach me what I am missing in my studies. I dont need answers, I just need someone to tell me what I missed or mislooked. Here is...
View ArticleRadio button
Hello Everyone, I am trying to create different search methods using radio buttons. This is a web app. using asp.net and vb.net 1)Radio Button 1 - search by Account Number - txtAccountNumber 2)Radio...
View ArticleVS 2008 passing parameter to print
I'd like to eliminate storing the string in the TextBox2.Text and pass the parameter directly. How do I pass a parameter onto the Sub PrintDocument1_PrintPage? I'd like to do something like...
View ArticleExtracting values from an xsd(xml schema) file
I have following xsd file(just an simple example) from which i want to extract some values. Code: <xs:element name="ACES"> <xs:complexType> <xs:sequence>...
View ArticleCode to Extract TCP Client's IP Address
The TCP Listener project is starting to gel. And one of the things I did was to find some code which will determine the IP address of the client sending in the stream. I could swear that this worked...
View ArticleVS 2010 MySQL Select From Error
Ok, so I have: Code: Dim SQLQuery = "SELECT * FROM HWID WHERE IP = " & WC.DownloadString("https://secure.internode.on.net/webtools/showmyip?textonly=1") & "" When I run a check on it: Code:...
View ArticleHow do i get my button to click an html webpage 'Pandora login button'
Well i made a personal use program from visual basic 2010, and i have already got it to add the email and password to the html webpage "http://pandora.com/account/login" when you enter you email ect,...
View ArticleVS 2012 need help
How can i make a button like Firefox at the top with the drop down i know you can connect a ContextMenuStrip1 to a picture box i wanna make a button like Firefox
View ArticleVS 2010 problem in check if a member of a structure is nothing
hi i create a structure like this : Code: Public Structure EquationColumns Dim ColumnName As String End Structure Public Structure EquationsInfo Dim SourceName As String Dim EquationColumn() As...
View Article