VS 2010 Deterime the Print Copy no while printing
I am using an PrintDocument to draw an invoice to be printed , i wish to give an option to print "Duplciate Copy" on the second and consecutive copies of the invoice. I have noticed that if "No of...
View ArticleStoring Access query into a vb varable
Hi All, I am trying to store database values into variables to be printed in a .ics file that will be read by outlook and display a calendar view. I cant get the queries to store and I have searched...
View ArticleVS 2008 [RESOLVED]Hotkey to turn on and off with same key
Hi ! I have a problem with creating a hotkey (GetAsyncKeyState) that will turn timer on with F1 button and turn it off with same button. I finally did it,however after i press F1 to turn it off, i cant...
View ArticleVS 2010 "Phantom" TextBoxes When Executing Code
I have a problem that is more of a cosmetic issue... I am in the middle of creating this program and since it is still in the works, form time to time I mess with the look of the form like putting...
View ArticleVS 2010 Using "&" in Select Statement
Hi Guys, I have a datatable where some of the columns have names that include the "&" character. For instance, the name might be "Bob & Tom". It happens that the column datatype is boolean....
View ArticleVS 2010 What is this component called?
Attachment 95823 What is this called? (Might be apart of DotNetBar?) Attached Images
View ArticleVS 2008 Serial Port
im new to vb.net and i want to create a monitoring system using rfid. how do i use the serial port to view the rfid number? hope you can help :)
View ArticleVS 2008 Connecting to devices (i'am a beginner)
how to connect the RFID card reader on my VB program?
View Article[RESOLVED] How to declare variables in "Initialization" then call them in a...
Note: This is using VisiWin.Net so it has more functions than VB.NET just in case anyone didn't quite understand what was happening. For my work I have to declare a variable "StateItem2" and...
View Article[RESOLVED] Can I have two DataGridView that are connected to the same...
Hello, I have a database with a table and a tableadapter and the binding source. I want to have two DGV that will display the information form the same tableadapter. I will sort this information using...
View ArticleRequest.Browser.ClrVersion returns .net 4 installed as 3.5
I am using Request.Browser.ClrVersion to get the latest version of .net installed on a computer.But if .net 4 is installed then it returns as 3.5. So Request.Browser.ClrVersion does not work for .net...
View ArticleVS 2010 Saving changes from DataGridView to database
Hi, Just starting with VB 2010. I have a project with (currently) 4 forms - all containing a DataGridView populated from MS Access via a DataAdapter / DataView and working in the same way (just the SQL...
View ArticleVS 2010 [RESOLVED] roll back insert statements
Code: Try 'inserting the invoice number and its details objcommand = New SqlCommand objconnection = New SqlConnection...
View Article[Request] Help to convert (Vol.Control + Full Source) vB2008 to vB2010?
Volume Control - Help to convert from vB2008 to vB2010 I am having problems with a Source Code that I found on Online, and later a video on youtube explaining about the same Project. Its a Volume...
View ArticleVS 2008 Trying to optimise code (Recursion?)
For a project I've been reading data into a file and manipulating it. Without pasting all the pages, the student ID variable represents a random number from 1-15, and then I think that the best way to...
View ArticleGetFile from My Games? (Is My Games a Special Folder?)
I'm trying to get a file from my computer and send it to my email. The file is located in "C:\Users\HDThree\My Documents\My Games\Crystal Armageddon\users.txt". I have searched for about 3-4 hours now...
View ArticleVS 2008 Setting colors in MS Chart question
Hello, I have seen how to set the palette color for a series in a chart and it works. But below when I use DataBindTable I cannot set any of the properties for the chart. I didn't know if I use...
View ArticleVS 2010 Datatable and connection
Hello everyone, I havent got an access database or MySQL databse either. Soo with that in mind, how to I use a datatable so I can store usernames and passwords etc for when users log in? and to also,...
View ArticleHow can I do this?
When I create my app I add the httpwebrequest then I've added buttons saying search with all details, I'd search a player in the box on my app and I would like it to search the player on the web page...
View ArticleVS 2008 Using VB.NET to run HTML5 code
What I need to do is create a html table and save it as an image. I read somewhere that the best way was to draw this on the canvas in html5 and save it as an image. How would I run it? Is there any...
View Article