VS 2010 Tab Control - Header Colour
Hello everyone, I hope someone can help me, im just topping and tailing my program ive created. I had a tab control box on the screen, how do i get the tab headers to change colour depending on the...
View ArticleUpdate data using SQL Parameters in vb.net
Hey everyone I'm trying to update a form of mine ( You can see why from this post: http://www.vbforums.com/showthread.p...met&highlight=) Here's my code so far, it executes without any exceptions...
View ArticleVS 2010 Change account for windows service
Hi, I´ve created a windows service that I install with sc command. It uses a HTTP post method, which doesn´t work. I think it´s because of the permissions of the account "LocalSystem". Is it possible...
View ArticleVS 2010 Loading into list view
Hey, Guys i need help i wanna load items inside my list view but have them under each column im using two textboxs in 1 combo box that enters the information from web request The Columns i have is...
View ArticleVS 2010 Checkbox to show form no more
On a form completely blank and one check box, what code do I need there so if ticked and reloaded the main form loads and this blank form doesnt? Thank you.
View ArticleURGENT Strip data from XML file and store into Combo box
Hey All, I understand there are better ways to do this but for this project I need to do it like this. Trying to Populate a combo box with values stripped out of a XML file. I have a module called...
View ArticleVS 2010 Formatting the chart control
Hey, The chart control is doing whatever it likes, and I'm looking for a way to control how it outputs axes values and how to set a specific scale. This is my current problem. The scale on the X axis...
View ArticleVS 2010 [RESOLVED] Searching with multiple fields in local database
ok, im down to the last main part of my project and i dont know how to approach it. i have a search form with multiple text boxes for searching my database. the user should be able to utilize one or...
View ArticleVS 2012 exp + MS Access + TableAdapter Insert Question - Get AutoNum value?
First off Hey!!! been a while...:wave: lol Ok, my wife owns a flower shop.. and she wants a POS system, we tried MANY of them (even ones that are for flower shops) and well, they are either too...
View ArticleVS 2010 Shared Function
In my module, I have this code.. Code:     Public Shared Function GetNumber() As Integer       Dim num As Integer= 0       num = TestDalc.GetNumber(Me)       Return num...
View ArticleSaving a PDF in SQL 2008
Here is my issue: The user fills out a form in VB.NET. Once this form is complete, a pdf is generated. I brought the PDF to focus due the fact the signatures blocks need to be filled by different...
View ArticleEdit a csv file and save a copy using vb?
Hi there, I was wondering if someone could help me get this task done. I'm kind of struggling a bit and to be honest I'm still reading books to try and sharpen up my vb skills. I have a original.csv...
View ArticleVS 2010 Concverting Console program to Form Program
I have a console program listed below that is working perfectly, taking in 2 different sets of data over ethernet and continually updating and displaying the data stream. The problem is, in my main...
View ArticleWebBrowser1.navigate causes a file download dialog, I want it to load in the...
Hello, firstly I am self taught so there may be errors :) Ok so basically I have an application (using visual studio express 2012, windows forms) The application has a webbrowser control which when the...
View ArticleGCHandle to Convert Bitmap to IntPtr
I need help doing this. I have some source code to do so but I'm lost on 1 part of it. Look below..."Whatever" would be the bitmap but I'm lost on the "Some API Call" part. What API call would I need...
View ArticleVS 2010 Is there a way to kill EXCEL.exe process which is running in background?
Hi, I'm having a problem in one of the program tool that i'm using. This tool actually encrypts excel workbook to user-defined format and it will have to open the workbook to perform the encryption....
View ArticleVS 2010 Testing a file
I am creating a file system and I am currently working on adding a new user. I have the basic portion set up, however, I need to test to verify the user does not already exist prior to adding the user...
View ArticleVS 2010 Listview usage
Ok, so I am still learning list views. There are a few thing I have going on here. There are 3 columns to my list view (The listview is called league. The 3 columns are position, player and points)...
View ArticleVS 2010 Playing multiple swf files
Could anyone help me out with this. I have swf files stored in my application in a folder named Videos. The problem is I can only play one file and I am trying to loop through all the files in the...
View ArticleHelp with an Autowritter
(Im spanish, sorry for my english) I want to make a program that write a word with timer. Example: Hello (5 sec later) I (5 sec later) am... This words are in a list (I have it in a .txt) but its the...
View Article