VS 2010 Reload Google Chrome windows from VB.NET?
What code have to use for reload a Google Chrome/Opera windows?
View ArticleSome Graphics Help: Highlighting / Clickable Objects
As some of you might notice, I have been playing around with graphics a lot lately and unfortunately have run into some more problems/road blocks Attachment 99497 That is an example of one of my...
View ArticleVS 2012 Different text alignments
Is it possible to have two (or more) text alignments within a single string in an ordinary textbox? e.g.: Left Center Right 1.06 Gallons of Fuel 3.71 2.00 Barrels of Pickles 155.98 etc. If this can't...
View Article[RESOLVED] Problem with drag'n'drop with multiple picturebox controls
Hi, friends! I intend to create a program which will have 16 picture boxes inside form separated into two rows. Controls in the first row are named as: pbox1, pbox2.... pbox8 in the second row: pbox11,...
View Articledisplaying linenumber
I am writing a program that reads a file and then displays the words in a listbox. What I am having trouble with is that I need to also display the line that the word was on in the file. Could someone...
View ArticleVS 2012 Help with sales average program
I have to create a program that has a user input employee names then sales based on each persons quarter(1 to 4). Here is what I have so far, I get the input box to show up for names then quarter 1 but...
View ArticleVS 2008 Can I convert a 3gp to windows audio file in vb.net?
Does anyone know of a component or way within vb.net to convert an audio 3gp file from android to be converted to either wav or mp3 audio file? I need to do it in the background without using a 3rd...
View ArticleSame Project, different approach, different result.
Hi, I'm trying to go back to learn the basics of VB.NET as opposed to muddling on with my own, ancient, subset of VB code. I have reached the section concerned with 'Text Files' and following this...
View ArticleVS 2010 Clicking in a webbrowser
I have this program that contains one button and one webbrowser. The webbrowser loads a flash chatbox and I want to send keystrokes to it. I tried this out but the problem I have is that when the Flash...
View ArticleVS 2010 Problems with Dynamic File Names
Hi, I'm trying to make a simple 'utilities' application, just to launch some .bat / .cmd and other files quickly. The application will be stored on a USB and there will be a folder in the same location...
View ArticleVS 2010 Control Child Form from Parent in MDI
I am having the hardest time accessing a child's TextBox1 property from my parent form. This is what I have so far in my parent form: Code: Public Class MDITextEditor   Private Sub...
View ArticleVS 2010 Public vs. Public Shared (Function/Sub) When Invoking DLL...
Hey guys, I have a DLL I'm using in a project, it's in the resources of the application. I'm getting errors when trying to Invoke it, that's why I'm here posting this thread. Does the Function/Sub I'm...
View ArticleHow to close form which created from different thread?
Hi all, I'm having problem closing a form which is compiled in a DLL, and the application is throwing cross thread operation not valid error by saying 'accessed from a thread other than the thread...
View ArticleVS 2010 ComboBox Selected Item
Hello, any ideas how to make, when you select item from combobox (where is displyed Name and Lastname), that for example Lastname also displays to Texbox. So when you slelected item from combobox, in...
View ArticleMS SQL 2 ORcl *Error
Hi all I am getting an error of "expression expected" when calling the sub func. Any help appre.? Code: References Devart.Data.Oracle.dll References Devart.Data.dll References System.Data.dll Imports...
View ArticleControl of speakers
Hi I'm not sure if I'm posting in the right area (new to the forum), but I'm sure if not some kind person will direct me to the right place.... I've recently been working on some VB10 code to read the...
View ArticleI have a Syntax error, I am stuck, and new
This is some of my code, the relevant parts anyway: Dim Sum1 As String Dim Sum2 As String Dim Sum3 As String Dim Sum4 As String Dim Sum5 As String Dim Sum6 As String Dim Sum7 As String Dim Sum8 As...
View ArticlePopulate new form based on Combobox
I am trying to learn VB 2010. I have an Starting form with a combobox that has the following code. Code: Public Class frmStartScreen Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
View ArticleVS 2010 help login into my bank without forms
i would like some help getting something like this working theres a lot i dont understand but this is what i have so far im trying to get it to send post data to m.regions.com to login and display the...
View ArticleVS 2012 RTB.rtf property to mysql database
For some strange reason that I'm not getting is that when I save the rtf format of my richtextbox, it returns invalid characters in which the richtextbox can't load the format properly. Anyone know why...
View Article