Printing a List Box
I am trying to get the contests of a list box to print. I have 4 colums in the list box with data underneath. here is my code. Code: Private Sub PrintDocument1_PrintPage(ByVal sender As...
View ArticleVB 2010 Loop Help
Hello all.....been awhile since I was last here, but I have run into a problem and require some assistance. I am in the middle of a programming assignment requiring loops. Loops are not my strong suit....
View ArticleVS 2010 BinaryFormatter: Default values?
Hello everybody, I have a little problem. I am using a BinaryFormatter to serialize and deserialize objects to/from a file. Some of the classes which are being saved and loaded might change over time....
View ArticleE-Mail program issue with loop
This is my first post to this forum so please inform me if I do something incorrectly. I really appreciate the help and hope I post well. I have a simple program where I can send an e-mail to a list of...
View ArticleVS 2008 Create Encoding in a XML file
Hi to all: Hi need to save .xml file with this encoding: Code: <?xml version="1.0" encoding="Windows-1252" ?> in this code: Code: Dim Test As XElement = _ <AuditFile...
View ArticlePlease help me put my project on the right track.
Hi everyone, I know this is my first post but I should be a regular here as I'm learning and I'm grateful for any assistance you guys can provide to push me in the right direction. Im working iwth...
View ArticleVS 2008 Networkstream issue
Hi all, first of all, i want you to know that i'm a complete newbie to VB .NET. I just find it fascinating what the possibilities are, that's why im trying to learn it a little bit. Now, for the...
View ArticleHow to pin a process to a form or to a panel
Greetings Everybody! I am trying to pin a word document to a panel on a form or at least just pin it to the form. However, when the document opens, it floats above the form. Does anyone know the code I...
View ArticleVS 2008 Ok, so now I'm REALLY gonna look like a greenhorn....
Hi again! So now I've got all this nice code working, doing just what I'm wanting it to do, with one exception: Rather than being a console application, and using console.writeline for all my output,...
View ArticleBuilding a Web Browser
I am building a web browser in 2012 ultimate and most of it is already done but in the TextBox that I put the URL in to make it go to that URL I have to click on the Go button and I can't find any...
View ArticleVS 2010 Form and Access Database
Once ive built some forms i want to use and built a table on access database with users usernames, names, etc etc how do i with a press of a button on the log in screen, validate the usernames and...
View ArticleVS 2010 Info on access database compared to the form
Hello again, with relation to my last thread. When a person logs in with a username which has already been validated with whats on the access database, i want it to be able to search the persons...
View Article[RESOLVED] I need help with finding a numer in a listview
I have a listview with several numbers in one of its rows. I would like to be able to find the largest and the smallest number in the row. I have no idea and I have looked all over the internet with no...
View ArticleExplorer - Open Folder but hide navigation and path display
when a user clicks on a particular button in my vb.net application i want to force windows to open the folder for viewing / modifiying the content outside of my application....
View ArticleVS 2010 KeyPress event on a DataGridView not firing
All I'm trying to do is to validate what the user types into particular cells but I'm not able to trap the KeyDown and KeyPress events to begin doing this (if indeed that's the best way). In trying to...
View ArticleVS 2010 "Start New Instance" - can I make that a button somewhere?
If you right-click a project in your solution - under the DEBUG menu - there is a START NEW INSTANCE selection. Can I customize some toolbar somewhere to have that as a button - or somehow make it more...
View ArticleTurn strings backwards?
Hello, I want to create a small program that basically will take the input you put into a text box and then swap the input backwards at the push of a button. It would look like this basically Input:...
View ArticleI have another question about sorting numbers in a listview
I am trying to sort numbers in my listview from smallest to largest using array.sort but it is not working. Here is what I have, Thanks For i = 0 To lvwScores.Items.Count - 1 Dim currentVal As Double =...
View ArticleVS 2010 Extracting information from an access database
hello, ive had help from another user on here which im thankful for, but when ive tried the code which i was given i cant seem to extract the data in need from an access database, if i add the code im...
View ArticleClasses: What are Private properties for?
I'm not sure if I'm using the correct terminology. But say I have the following class: Code: Public Class clProject 'Constructors Public Sub New() MyBase.New() End Sub 'Private...
View Article