Type initializer exception
Using VB 2010 Express, when I run debug on my program, the statement: Code: strPassWordVar = Me.pwTextBox1.Text on my form5 generates the following exception: "The type initializer for...
View ArticleVS 2010 [Help request] Changing picture box image when clicked?
So what I've done with this: " Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click PictureBox1.BackgroundImage = LaneBot.My.Resources.Warding_Totem_active End Sub"...
View ArticleVS 2010 Data Connection Times Out
I haven't done any work with data in a long while and I figured it's time for me to start brushing up on it again. Right now I'm having an issue where I try to open up the data connection, but the...
View ArticleVS 2010 [RESOLVED] EnvDTE.DTE Thread
Hi I'm developing a small add-in for SSMS, now i want to improve the addin, so i thought in using the statusbar from the DTE. I get the status bar without any problem and i can set the text of the...
View ArticleVS 2010 [RESOLVED] Visual Basic Microsoft Word Spell Checker.
I have an application that i Installed a spell checker in a text box. Everything works fine, but I want the application to be able to check to see if the User has word installed. If not I need want the...
View ArticleVisual Basic 2010.. Need help creating States and Capitals Game using Arrays
Hello, I have been working on a project that's been assigned for me in my intro into gaming/programming class, and here is the code I have so far. I made it so the program asks you what the capital of...
View ArticleVS 2012 DataType Change in Data Table not recognized by program
I Generated a Data table with a column DataType designated as "varchar(50)" As the program progressed I changed the DataType to "varchar(MAX) I "Updated" the Data Table, _ "Updated" the Data Connection...
View ArticleVS 2012 Help with cancelling webclient downloads
I'm working on a download manager and need the ability to cancel a specific download in progress. This issue I'm having is that CancelAsync doesn't accept any arguments and I can't seem to figure out...
View ArticleChange a check box's tick color
Hey all, I am changing the color of a checkbox tick square by creating a custom checkbox and painting over the box, and if the check state is checked, I then paint the check. The code below works but...
View ArticleHow can I implement this with VB?
I designed this form in MS Word to eventually be developed in Visual Basic: Basically, when the person clicks one of the radio buttons, the user would select the button "View Details" which would...
View ArticleVS 2013 Generate In Voice And Print
Hi All, I am using VB.Net (VS 2013) and I want to make InVoice generator. Someone suggested me RDLC but I dont understand how to make InVoice with that. SO, I have a form and there I have added a...
View ArticleVS 2012 Refer to controls on a child form from a non child form
I have a parent form named ParentMenuF. I have several different child forms. One of the child forms has data that I need to be able to manipulate from another form. I have done this before when not...
View ArticleVS 2013 Help please? Project
Hello everyone, me again. (Cody). I was wondering if anyone can help me make a proxy client that switchs ip's and what not every certain interval or when i click switch or something. I was wondering if...
View ArticleVS 2010 Need help !
Hello . I wanted to ask how to add this code to the finished progress bar popped up a window that says "ok". And second question, if I set the progress bar after graduating jumped text, but it pops up...
View ArticleWriteAllLines, ReadAllLines; StreamReader, StreamWriter?
Using either the WriteAllLines/ReadAllLines or StreamReader/StreamWriter, how could you retrieve specific/ in-between information from the file "C:\Users.txt". The file "C:\Users.txt" looks like this...
View ArticleIssue with Parsing Delimited File
I am given a CSV file every week that I need to parse and import into SQL. The process I wrote was working great until someone started inputting specific characters. Now it crashes. Here is part of the...
View Article[Help] VB.Net Transparent TextBox & RichTextBox
Hi How are you? How i can make TextBox & RichTextBox Transparent in VB.Net 2008 :confused: Thank you in advance Sorry of my English
View ArticleVS 2013 Stock Market Analyzer
Could someone help or point me in the direction to make a Stock Market Analyzer? That's civilized.
View ArticleVS 2010 VB 6 to VB 2010 FixedLengthString
Code: Dim sReturn As New VB6.FixedLengthString(cparmLen) Dim sDefault As New VB6.FixedLengthString(cparmLen) Attached Images
View Article[RESOLVED] Combobox to lines
I need to know how can I take every combobox line and add it to a richtextfile
View Article