VS 2008 Pick file with mouseclick on desktop and display name in textbox or...
I want to do the same as this but instead of drag and drop, I want to do it with left mouse_click Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load Me.AllowDrop...
View ArticleHow to package a VB program for installation on other PC's
Hi, I took a couple of VB classes in college so I'm sort of an advanced beginner I guess you would say. What I'm wandering is this: If I go and download a new program, say adobephotoshop.exe...when I...
View ArticleVS 2010 [RESOLVED] Changing the Location of a Control
My aim in this thread is to find a way to change the location of a text box easily. I have tried: Code: TextBox1.Top = Me.Size.Height - 120 TextBox1.Left = 0 ListView1.Top =...
View ArticleExporting charts at runtime
Hi All, I'm working on a program where I need to be able export a chart at runtime to both Excel and Word. Is there an easy way to do this? I don't mind if this needs to be in an image format. Thanks!
View ArticleVS 2008 Microsoft.VisualBasic.powerPacks 9.0.0.0
HI to all: Can anyone tell me where i can find the Microsoft.VisualBasic.powerPacks 9.0.0.0 in file .exe? I had Find VisualBasicPowerPacks3Setup.exe mas not version 2.0 THanks
View ArticleVB.net for Android...
Hi, first off all I know that VB.net is Windows and Android is Linux. Anyway I wanted to ask if there is a program for developing apps for Android with the same coding like in VB.net? I have read some...
View ArticleUsing System.Reflection
Need help/example of using system.reflection, code below. Code: Imports System.Reflection Public Class Form1 Private Sub b1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
View ArticleStart Embedded Youube Video On Website
there's a youtube video on the sites below embedded into the site and I cant figure out how to start them threw my webbrowser Code: http://likenation.com/p.php?p=youtube&vid=639...
View ArticleVS 2008 Help visual studio 2008 in Windows 8.
Can anyone please tell me a solution for this problem. I got my new laptop and it is running in a windows 8 os, I installed Visual Studio here. The VS installed well in my PC, but when I tried to run...
View ArticleVS 2010 [RESOLVED] Streamreader not reading all lines
Hey Guys, I can't figure this one out, when i setup my streamreader to read a bunch of urls over 1000 long it only shows in the listbox 200+ My Code: Code: Private Sub Button1_Click(ByVal sender As...
View ArticleVS 2010 #HELP# Visual Basic 2010 Express - NO SOLUTIONS?
When I click 'New Project' I am given no solutions. I check the system requirements and I meet all of them. Please help, this is very frustrating! Attachment 97803 Attached Images
View ArticleVS 2010 [RESOLVED] label1.backcolor = color.azure does not give error nor...
I was playing around with a list(of T) of labels to see how they were created/stored etc. I decided I would change the background colour based on the value of the NumericUpDown. The app does not throw...
View ArticleVS 2010 Deleting a row from a Data Table using a DGV - only works once
I have a data table that is connected to a data grid view. I want to delete the selected row from the data gird view. It works for the first time I delete a row, but when I select another row and try...
View Articlemath with x
Hello im trying to make a program to make equations to find out what x is for an example: 2x + 14 = 24-3x and then have the program calculate what x is thanks
View ArticleVS 2010 Wait for a page to load
Ok, I am trying to have a application that will fill out web forms and I need the browser to wait until a page loads before entering any information on the site. Quote: Private Sub WaitForPageLoad()...
View ArticleVS 2010 [RESOLVED] A list of collections?
Is it possible to have a list of collections? Suppose I create a collection that has 3 key/value pairs to represent an item that has a part number, a description & a price. Now I want to create a...
View ArticleVS 2008 Re: Pick file with mouseclick on desktop and display name in textbox...
Ok, I wonder if someone can look at this code, I have used the drag and drop and like I've said I'm still new at this. Maybe with this code you will see what I'm trying to do. Need all the help I can...
View Articleabout:blank problem when new window requested in vb web browser (visual basic...
Hello, I have created a web browser in visual basic 2012 and the problem is that, sometimes, when new window is requested, a new form opens with the adress about:blank. The fact that this does not...
View ArticleWPF - Controls
I've taken it upon myself to do some work in WPF, just to try it out, but I have some questions about the controls. More specifically on the equivalent of a windows form app panel. Would I use a frame,...
View ArticleVS 2010 How to save items in a game-type thing
I have just been asked a question: how do you save things (in a game-like file) and then load it later? It's like when you enter stuff into the text boxes, it saves it even if you close the form (as...
View Article