Vb 2012
I am very new to the VB world, as my job has started to evolve it kind of seems that I should as well. So as a little starting project I decided to create a little application that would help me to...
View ArticleJust wanted to say, Thank you!!
All, I am very new to VB .NET and I was given a daunting task I doubted I could succeed at. With the help of this forum I have finished the core programming logic of my program and have moved it to QA....
View ArticleVS 2010 How to Move Items from ListBox to ListView & Trim Last 4/5 Chars?
I am creating a Tool to Show Country flags from IPs and using same method for my Proxy Tool. All the IP's + Ports are added in a Listbox. I use an ImageList in LISTVIEW for the flags. The listbox is...
View ArticleHaving issues trying to use old VB6 Code (Shell32.dll) in VB.NET 2012
Hello all, I'm trying to code a FTP Client and I found some old code on the web that seems to do what I'm trying to do (at least that's what the comments say) and it uses Shell32.dll to grab Icons to...
View ArticleVS 2010 porblem with DataTable.GetChanges function
hi friends i have a datagridview in my form . it has a datatable as a datasource named "dt". after any changes : if i put getChanges function in a button click event getchanges function return nothing...
View ArticleVS 2012 Application , Access DB + 4 Users. Read Only Error
Hi all, i have an application that users can search and update records in. The application and database are stored on a network drive and everyone has full rights to the folder its stored in....
View ArticleVS 2010 HTTP Headers
What can I use to grab HTTP Headers? I am trying to make a login to a website in my program and I can't figure it out. I have used a lot of different HTTP Header Firefox add-ons.
View ArticleVS 2012 Filling a Combobox
I have been trying to understand all the code examples but finding it difficult. Please help. This is simple....(for you) I am trying to fill a combobox and have set the .datasource, .displaymember and...
View ArticleVS 2010 Using a DataReader to populate a dataset
I'm having a bit of an issue with the following code. Basically, I have an oracle command that queries a database and returns records - that part works and is located above the snippet I've posted. It...
View ArticleQuestion Coding FTP Client
Hello all, I have decided not to use outdated code I found on the web and I instead decided to code my own FTP Client. I created a form with a text box and figured out how to log on and get a listing...
View ArticleVS 2012 pairing word inside different element
i wont to do a game: 2 grup of word, every word of grup A will be paired with one word of grup B. i wrote words in 2 listbox, but i can change container. how make selecting word and pair with another...
View ArticleVS 2012 An unhandled exception while trying to make a web browser.
This is my first time coding in VBNET 2012. This is the error An unhandled exception of type 'System.InvalidCastException' occurred in WindowsApplication1.exe Additional information: Unable to cast...
View ArticleVS 2008 Display Datatable in listbox
Hi all, I would like to display all my data from my datatable to my listbox. The code is working but not as I planned. Code: Private Sub Bestellingen_Load(ByVal sender As System.Object, ByVal e As...
View ArticlePrint DataGridView
Hello to all, lets try to fix this code (i have found it in net) for printing datagridview. Problem is that if you in datagridview add one row in PrintPreview you can see that it will print only head...
View ArticleRegular Expression HELP!
Hey all, Am after a bit of help using regular expression. I have 4 Text Boxes that i would like to validate before data is stored in database. Code: If Not Regex.IsMatch(txtSaleID.Text,...
View Article[RESOLVED] Help Please - Unable to delete a file
Hi All, I am unable to delete a file using VB but I am able to delete it manually in explorer. I tried adding a Manifest File to my project with this line and it did not work. Code:...
View ArticleHelp with Looping through HTML break reports
Hey Guys, I have a CREATE,READ,UPDATE,DELETE program that uses an Access Database. Break reports can be generated to show sales by each sales person ID. Users will select the sales person ID the wish...
View ArticleVS 2005 How to draw LINE or Polyline in Autocad with VBA ?
Please,help !! I want to draw LINE or Polyline in Autocad with Visual Basic 2005,but I don't know how ? Does anyone know ? What is problem on my code ? Public Class Form1 Public acadApp As...
View ArticleVS 2012 converting vb6 code to vb2012/vb.net
I am currently in the process of converting some pretty complex vb6 code to vb.net and it seems like this is going to be quite the process. If anyone would like to share a website or book that may ease...
View ArticleHow do i go about this ...
Im writing a booking programme which has time slots down the left. When a booking is made a label is dynamically created at the hr of booking start and its size equates to the size of the booking. Im...
View Article