VB Point Structure can't accept 64-bit integers
Hi, I have a pretty unique problem right now. I need to set the Y location of a certain control to a number that is > 32 bits ( > 32,767). However, VB's System.Drawing.Point structure only...
View ArticleBlackjack console application project
Hey, I'm studying IT in college. Up to this point I was doing ok, not my favourite side of the course yet (mines more Photoshop and final cut etc). We're doing programming, and to be honest before we...
View ArticleVS 2010 String problem
Hello to all, I am trying to copy all vaules from dgv1 to dgv2. I have try with, this code, and it works fine, but, the problem is that it copies only numbers, so no cell, can't be string (e.g. that...
View ArticleVS 2010 Hello, Trying to Stop my calculations in Textbox when Error Messgae...
For example, when I enter a non numeric number in the input box or when qtysold is < and i get the error, my textboxes still do their calculations when I dont want them to. How would i fix this?...
View ArticleVS 2010 InternetExplorer vs. WebClient vs. WebRequest guidelines and/or best...
I'm using VB.Net 2010 with Framework 4.0 to create an application that gets information from a webpage. I've coded the application two ways: (1) The first version automates a hidden instance of the...
View ArticleVS 2012 DataSet SQL GROUP By statement not working
I'm querying an SQL view into a DataSet inside VB.net. I've been trying to do a simple Group By in my DataSet query that returns the error: Column "'KitWIP.DUE_DATE is invalid in the selected list...
View ArticleCapturing e-mail responses
Have been asked to look into how to do something and not really sure how to go about it. We have an intranet based application for scheduling reports. When somebody creates a report, they add...
View ArticleVS 2010 iTextSharp Open PDF from Desktop
Hello to all again, I use this code for creating PDF (I use iTextSharp) Code: Â Â Â Â Â Dim WorkingFolder = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.Desktop, "NameOfFile")...
View Article[RESOLVED] Error in ParsePdfText() function
I have tried to build a Pdfreader function to extract text from a pdf file. I am using Visual Basic 2012. I have tried numerous examples found here and elsewhere. All the examples I tried had comments...
View ArticleVS 2010 Help creating sequential folders
I'm building a small tool for work and need help figuring out how to create a range of numbered folders. I have two drop down lists to specify the range of folders to create. I also have a few text...
View Article[RESOLVED] Must Inherit Class question
I'm trying to create a compiler and I'm working on the Lexical Analyzer and the Parser. My plan is to create an analyzer and a parser for each step, ie - a parser and analyzer for the...
View Articlevba code for excel
I Know this forum is for VB.net stuff, but I have a simple question and did not feel like signing up for a VBA forums page, but will if I need too... In excel, I want to be able to programmatically...
View ArticleObjects should only be interfered with by public properties or event, however...
I'm trying to stick to the above rule, but I'm running in a situation where I do need an advice. It is the same code I posted before, however another question it. I need to AddHandles during Runtime....
View ArticleActive Directory Groups vb.net
Hi All, I have a small issue of making a Active Directory Group a member of another group. I have been able to create a group, I have been able to make a user a member of that group, but when I try and...
View ArticleSearch for specific wording in text file and print words that follow
I am somewhat new to VB and trying to figure out how to accomplish my task. And who better to ask then the people who know. What I am trying to accomplish is to search a txt file and locate a specific...
View ArticleHelp using progress bar
Hi, i want to make a button add +10 to the progress bar every 1 second until it reaches 50. I have added a timer with 1000 interval. My problem is, that when i click the button, the progress bar goes...
View ArticleVS 2008 Compare Two Times, Plus a "Delay"
I have a program that I want to have alert the administrator if the application fails. On a "settings" page I have a checkbox to enable the alerting, or not. I also have a field where the user should...
View ArticleTrying to search for a string in all nodes and listview items
I am a newbie when it comes to visual basic. I am using visual basic 2010 express and I am trying to write a program that will allow my users to search for any text case insensitive in all tree nodes...
View ArticleVS 2008 Student Test Score Final project
I've been trying to finish this program for my final project. This is the following code I have. Everything works but when I hit the calculate button all I get is 0 on all the grade averages. I can't...
View ArticleDifferent Grade Book Program
Hey, Have anotehr question about a different code. On this code I keep getting 'Items' is not a member of 'GradeBook.lstGrades'. Public Class lstGrades Private Sub btnDisplay_Click(ByVal sender As...
View Article