VS 2012 How can i make a payment system
Hi, For my program i wanna add a payment service with PayPal how can i do this
View ArticleMy.Application.Info.DirectoryPath
What am I doing wrong ? Code: This is working dbSource = "Data Source = C:\test\AddressBook.mdb;Jet OLEDB:Database Password=123;" This is not dbSource = "Data Source= (My.Application.Info.DirectoryPath...
View ArticleVS 2010 Printing Help!
I have a multi line text box that acts as a receipt for a booking, and I would like to be able to print this. I have tried all manner of things, but haven't managed anything. I have no code to work...
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 ArticlePictureBox Arrays at run time & detecting Events?
I have created a PictureBox array at run time & now would like to add code to an event. For instance the MouseEnter event for the run time pic boxes, so that I can display a selection border around...
View Article[RESOLVED] Doing Program Load Work on Separate Thread to allow Animated...
Hi All, I have a loading routine from my program where I need to read in large amounts of data from files, process that data and then finally load UI forms. Currently I show a static splash screen...
View Articlethe 'microsoft.jet.oledb.4.0' provider is not registered on the local...
getting abover error when i click read to read excel file. now there is no office installed on the server is that whats causin the problem. if so is there a way around it without installin it
View ArticleVS 2012 Conversion from VB 6.0 to VB.Net
Ok...I have a working VB 6.0 application that's been in use for several years. I'm not a VB programmer, though I did stay at the Holiday Inn Express, and with enough persistence, I was able to get my...
View Articleread sheet 2 in an excel file
hi have this code that reads an excel file Code: Public Class ReadFromExcel Private Sub btnBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBrowse.Click...
View ArticleVS 2010 How to show images in DataGridView?
Attachment 99251 Code: Dim sqlcmd As String = "StoredProcedure" Dim conn As New SqlConnection("ConnectionString") Dim find As New SqlCommand(sqlcmd, conn) find.CommandType = CommandType.StoredProcedure...
View ArticleShould I use the BackGroundWorker Class to handle a NetworkStream asychronously.
I know a Networkstream has BeginRead method (readAsync in .net 4.5 as well) for asychronous operation. I am also aware I can create my own thread to handle this but a backGroundWorker appears to be an...
View ArticleVS 2010 radio buttons for menu strip entries
Attachment 99255 Does anyone know how to use radio buttons to indicate the user selected menu? (see attached example) I can do it with check marks but can't see to figure this out. Thanks Brian...
View ArticleVS 2010 File corruption
Attachment 99257 Hi guys, I hope my image attachment worked.... Anyways, I am having weird form corruption issues on a program I'm working on for my employer. It is a large project (for me at least),...
View Articletextfile to listbox
I am having trouble getting items from a text file to show up when my form opens immediately. I have done this before with a .csv file and thought it would be similar, but it hasn't worked. I've tried...
View ArticleParent/Child Data-binding combo boxes from access database
Hi, I'm trying to set a relationship between three combo boxes on my main form that's being populated from a database. At first I had my database information setup all in one table like this....
View ArticleVS 2012 Visual Basic 2012 - Transfer checkbox control from VB form to MS-Word...
Hello, We are trying to transfer a checkbox control from a Visual Basic 2012 form to MS-Word 2010 programmatically as part of searching / replacing we are performing. Any assistance would be greatly...
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 ArticleHow to Add & Delete Keys from Registry (Using a ListView)?
Hi everyone, I am trying to learn how to Add from ListView to Registry, and how to Delete from ListView and Register! Example of my Folder in Registry: Code: HKEY_CURRENT_USER\Main\Users\John As you...
View Article