VS 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 ArticleQuestion about opening up files
I have a problem. When I go to open up a file on my computer for this application to run, it runs perfectly fine. Then, when I go to transfer the app to another computer, it bugs out saying, The...
View ArticleVS 2010 How to get data from a nook?
When I hook my Nook up to my computer via USB and then run Adobe Digital Editions, that program knows all of the identifying information about my Nook... the serial number, the operating system #, etc....
View ArticleHelp with menuitem font color when selected
I am trying to setup my style for my top menu bar of my form. I have it set for a blue background with white font color. I want the dropdown menu items to keep the same black default font but the top...
View ArticleVS 2010 Random Number
Having trouble figuring out how to make this code work. I want a random number between 1-3, then depending on the outcome, I want it to select one of three radio buttons. This is the code I have so far...
View ArticleVS 2010 running plink with user input interaction from vb.net
Hi there, I am trying to run a .sh file with plink from vb.net. I am now able to run the .sh on vb.net but i have a problem because the .sh script require user input: The .sh is prompting a few...
View ArticleFile System on target machine
Trying to make a shortcut in the file system of a sln. However, when the shortcut is highlighted, the property box offers only a folder, application folder. Attachment 99567 Properties box shows:...
View ArticleVS 2010 Speed up received message converted to string
Hi all. I have my Async sockets working perfectly thanks to some help from some kind people here however I have now discovered that it misses some communications if they are quick. This is connecting...
View ArticleVS 2012 Search and execute program?
I just got into VB 2012 from 6 and I'm still getting used to the change... Anyway, I know how to have a program execute another, but so far it requires a path to the program. I was wondering of there...
View Article