exception handling
I am beginning to use exceptions in visual basic and haveing issues with my compute button(totals button works fine). My issue is I have a group box of customer information and the customer name,...
View ArticlePlease I need help with this
Please I need help I have a list of ClassID that is stored based on users multi select on a listview For example ClassID might contain 301 302 303 304 Now I need to find InstructorID where classID...
View ArticleVS 2008 Email Extraction for Database String
I have no idea how to do this, i have used the Slpit method but that did not work well, my issue is , i am doing a read on an sql databse and my strings are being returned as the following 3 ways...
View ArticleHow to disable cache in xmlhttprequest?
Hi, Code: Private Function obj() As String   Dim html As IXMLHTTPRequest   Set html = CreateObject("Microsoft.XMLHTTP")   With html     .open "GET", <url>, False...
View Article[RESOLVED] RDLC Report with Rectangle and TextBoxes
I have an RDLC report onto which I have placed a rectangle. Within that rectangle I have placed some textboxes - some with just text and others with fields from my dataset. My problem is when I run the...
View ArticleRead XML and add it to a listView with multi columns
I use this code : Code: System.Xml.XmlDocument loadDoc = new System.Xml.XmlDocument(); loadDoc.Load(Application.StartupPath + "\\servers.xml"); foreach (System.Xml.XmlNode ipNode in...
View ArticleProper/Best structure
Hi all, New to .Net I am facing a dilemma with respect to understanding a proper structure, and solving a specific issue. I have a code module that I didn't write, that creates a TCP socket, and I am...
View ArticlePassing Command Line Arguments in Debud Using Immediate Window
I have a small project which received two command line arguments when it's called. But there is something not right with the code and it's crashing with this very strange error message. So I am...
View ArticleSpeechSynthesizer memory leak problem (System.Speech.Synthesis)
Hey Guys I have notice that when I use the SpeechSynthesizer (System.Speech.Synthesis) to read the content of the clipboard the memory utilization (In the Task Manager) goes up and up without any...
View ArticleVS 2008 Checking if Unsaved changes have been made
I need to be able to check if changes have been made, and if none, then don't save. On the form, there are multiple Fields that get written to a Database, then off of the database data, a print form is...
View Articlecreated the final exe
good day, I need advice on how to adjust the output from VisualStudia2008, I got the final exe file. executable on any PC library used in the project: Imports System Imports System.String Imports...
View ArticleMoving Data to second program
I am relativley new to all Vb coding. I am looking to create a program that collects data from a PLC and moves it into a second program that has already been made. I have the PLC sending the data to a...
View ArticleVS 2010 Consult with Primary Key in a DataGrid Textbox
Hello everyone good morning? Would you like some help on how to make an appointment with a DataGrid textbox using the filter to type in the textbox. Use this form here tried but failed. Could someone...
View ArticleUsing ocx library without registration
Hi, I want to ask I have 2 computers. One computer has installed all possible OCX and DLL files. (Use regsvr32 / s, etc.) The second computer Sun There's a clean install of Windows XP. I have a program...
View ArticleClipboard Data from Excel Being Foreshortened
I thought I was on to a real solution to my previous problem with copying a range in Excel to the clipboard for use with another application. I'm using this command to get the range into the clipboard:...
View ArticleVb 6 Professional edition download
Can anyone suggest me a site to download VB6 full version ... ?
View Article.co.cc
why are these sites not working is www.co.cc down forever or temporary?? I paid for several domains on there i hope they havent left
View ArticleCreate an Acronym Application
Need help with an application I have to code, asap. "Create an Acronym application that displays an acronym for the words entered by the user. The application should first display an input box asking...
View ArticleReading the memory of another process
The attached program demonstrates how to read the memory of another process. The user can either launch a new process or specify the process id of a running process. The result is saved in a file....
View ArticleData Comparison/Scrubbing software or tool suggestions?
I'm currently running SQL Server '05, an upgrade to '12 is in the works in the near future. My current problem is this. I maintain a table which contains a list of 20K records of schools we currently...
View Article