VS 2010 radio buttons for menu strip entries
Attachment 99255 Does anyone know how to use radio buttons to indicate the user selected menu? (see attached example) I can do it with check marks but can't see to figure this out. Thanks Brian...
View ArticleVS 2010 File corruption
Attachment 99257 Hi guys, I hope my image attachment worked.... Anyways, I am having weird form corruption issues on a program I'm working on for my employer. It is a large project (for me at least),...
View Articletextfile to listbox
I am having trouble getting items from a text file to show up when my form opens immediately. I have done this before with a .csv file and thought it would be similar, but it hasn't worked. I've tried...
View ArticleParent/Child Data-binding combo boxes from access database
Hi, I'm trying to set a relationship between three combo boxes on my main form that's being populated from a database. At first I had my database information setup all in one table like this....
View ArticleVS 2012 Visual Basic 2012 - Transfer checkbox control from VB form to MS-Word...
Hello, We are trying to transfer a checkbox control from a Visual Basic 2012 form to MS-Word 2010 programmatically as part of searching / replacing we are performing. Any assistance would be greatly...
View ArticleVS 2010 MS Access 2010 with VB.Net
Hi, I am trying to take code from VB6 and MS Access 2003. I wish to create an MS database, create a table and then a number of fields including one which is a primary index and an autoincrement. I have...
View ArticleVS 2010 Can this be altered to allow it to be used as both a insert and update
Code: Public Sub AddItem(ByVal Model As String, ByVal Document As String, ByVal description As String, ByVal ByteSize As String, _ ByVal FileSize As String, ByVal Status As...
View ArticleVS 2010 Finding LastModifiedDate of file using URL
There's a website that maintains links to PDF files, and I want to check to see if the file has changed since the last time I downloaded it. I've got everything working except retrieving the...
View ArticleVS 2010 Help with Flash Game [WebBrowser]
I want open this game (webpage) in my webbrowser, but don't charge and tell me this error: http://i.imgur.com/cIqpMwH.png Other games like: http://www.el-juego-mas-dificil-del-mundo.com/ work fine....
View ArticleStoring a small class inside a Stack
I am storing a class, called History, inside a stack, (or attempting to :sick:) The class is just the path to files that has been opened before (this is all for storing file history), the index to the...
View ArticleHow to Add & Delete Keys from Registry (Using a ListView)?
Hi everyone, I am trying to learn how to Add from ListView to Registry, and how to Delete from ListView and Register! Example of my Folder in Registry: Code: HKEY_CURRENT_USER\Main\Users\John As you...
View ArticleVS 2012 Online payment
I have developed a trial application in Visual Basic.net Currently, for the user to have a full version, they need to validate a key for their computer. My question is this: Is it possible, to...
View ArticleVariables
ive made a project for my coursework, and ive been asked to note all the variables, and i thought i did but my class mate confused me and now im not sure which ones are variables, would someone mind...
View ArticleVS 2010 [RESOLVED] Some assistance with using functions
Found my own answer....sorry everyone.
View ArticleVS 2010 Starting out
Hello everybody my name is Cody Galloway and I hope that I can be a software developer, or something along those lines for my future. I am 17 years old, and I have a very high drive for computers, all...
View ArticleVS 2010 Function problem !
HTML Code: Public Class login Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If Register.TextBox1.Text = Me.TextBox.Text And...
View ArticleAdding values in a textfile
I'm trying to multiple two values in a textfile together and then add all the totals together into one value. This is my form: Attachment 99285 When someone clicks the "Values" in the menu bar, a drop...
View ArticleVS 2008 why i received this error in visual studio 2008
Hi. yesterday i was working in my project, suddenly i received a message to close the VS 2008. When i press the close button on that message then i received this message. Attachment 99287 Please tell...
View ArticleVS 2008 Automatic Type Inference not working in one project but works in another
I'm having this peculiar problem where the automatic type inference (ATI) for linq has stopped working in one of my projects. The project is of "Class Library" type. However if I create a new project...
View ArticleVS 2010 How Can I Disable Ctrl C, Ctrl A, Ctrl X Combinations from a text box
:wave: Hii Iam creating a program with VB 2010 And Want to disable Ctrl-C, Ctrl-A, Ctrl-X etc. combinations from a text box So that, the user cannot copy or cut or paste in that textbox but i couldn't...
View Article