VS 2010 Amusement Park Tickets
Hello, I am doing an assignment in my Visual Basic class and I need help setting up my coding for the assignment. The only thing I have done is named and showed what the constants are and the variables...
View ArticleVisual basic "skin"?
I was wondering how I could change every look and feature for my upcoming project in Visual Basic. As you can see in the link provided below, the Visual Basic installer has basically it's own theme....
View ArticleVS 2010 Help with login form
Ok so basically I have a login form connected to a database and it (Database) contains my usernames and passwords. I also included a security level so that if a certain member logs on, features to them...
View ArticleVisual InterDev Release Working Copy behaviour
I'm seeing some very strange behavior when using Visual InterDev's "Release Working Copy" feature. I have an asp page with some variables defined as follows: Code: <%TESTTD="<TD...
View ArticleVS 2010 Code something !
I coded a calculater but before I use it I want to enter username and password I know how to code the username and password thing but the problem I want to hide the calculater and after I login the...
View ArticleVS 2010 my.settings
Can someone explain to me my.settings and how to use it and if you have a link for a tutorial or something please send me it :).
View Articlea 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 ArticleVisual Basic picture box help
Hi, I am currently working through a project that keeps track of stock for my company. We have a website with all products on with pictures. What I want to know is ... I have a database with products...
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 ArticleAccess Denied on File Delete
I have an application that allows users to use a FileUpload object to upload files to a directory on the web server. The upload part works fine, but if they later try to delete the file they get an...
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 Article