a couple of confusing questions i would like alil help with. thanks
I have a few questions i would very much like to clarify if someone could please help me understand it. Thanks This is used to defined variables within a url session state query string cookies...
View ArticleVS 2012 Count words in textbox that exist in database
Anyone on here know how to count words in a textbox that only exist in a database using a function in vb? For example database stores 2 words "jumper" and "shirt" User enters "I bought a new jumper and...
View ArticleVS 2012 Adding a reference to Microsoft.Office.Interop.Excel disables New...
Hi: I had some code working to my satisfaction. As a final step, I added a reference to 'Microsoft.Office.Interop.Exce', and now my Data Tables produce errors. Apparently, I am no longer allowed to...
View ArticleHow to remove duplicates from database in combobox?
I got the database to connect and populate my combo boxes but I want to rid it of the duplicates. I've read its because of how I setup my database. Should I redo it or just find some code to work...
View ArticleVS 2012 Typed Dataset and Bound Controls
I have a typed data that I've created that links the table 'Contacts' to the table 'Clubs' via a table called 'ClubContacts' - e.g. there's a relation between 'Contacts' & 'ClubContacts', and a...
View ArticleVS 2010 I reInstalled VB2010..think someone asked this question before ,but i...
when i'm running the program and click pause..why does the 'No Source Available Tab" open..and how do i disable it? so it will stop popping up..it's very annoying
View ArticleProgram Wont Close
I have a program starting with FormA, and opens to Forms B, C, D, E, etc... When I close forms B, C, D, E, it doesn't close the program. So I added this tidbit of code: Code: Private Sub...
View ArticleDO loop for Range for plotting portion of data
I have thousands of lines of data and I need to select portion of this data and plot it. Data is being chosen based on values passed onto some cells in the sheet. See code below. The challenge is that...
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 Article[RESOLVED] Storing 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 ArticleVS 2010 If problem !
This is my code : HTML Code: Public Class login Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim usernam1 As String =...
View ArticleVS 2010 vb.net Web Deployment
Hi there I have been having issues attempting to deploy a vb.net application to a web server through ftp. I am trying to use a launch from online only option, the application is downloaded into the...
View ArticleVS 2008 Sort Generic List(Of T) as DataSource for DataGridView
I have a Generic List bound to a DataGridView. I would like to sort said DataGridView and cannot. Searches result in really confusing examples. Is this really that complicated to accomplish?
View ArticleIssue with VB program
I've written the following code to create a program that will allow the user to input number of students, their names, and grades. It will then display grade average in ListBox2 and drop lowest score...
View Article