VS 2010 Deleting a file from an FTP site (am I doing it correctly)
Hi, I currently have the following portion of code below, which deletes a file "solarradiationchart.png" from an FTP site, from within my program. But a couple of users are having problems with my...
View ArticleWhich Windows XP Versions come with .Net framework 2.0 by default?
I believe there are some Windows XP versions which do come with .net framework 2.0. I need to know which versions. I tried using google but i got so many different answers. Thanks.
View ArticleVS 2012 screen scrape using regular expressions not working
I am having trouble with a screen scrape using regular expressions. Here's the html: <div id="container" class=" narrowContainer" > <nav id="sitenav" class=""> <div...
View Article[RESOLVED] How to clear a pPanel of its PictureBoxes?
I've one last error in my program I'm trying to fix for when I switch user accounts. I need to clear all the PictureBoxes from the panel that encloses them (PictureBoxes are created with a for loop...
View ArticleError occurs when terminate Visual Studio 2010
I open project opening solution file(*.sln) and just exit without doing anything but following error occurs. The control System.Windows.Forms.SplitterPanel has thrown an unhandled exception in the...
View ArticleCould this combine executables and other file formats into a single executable?
I discovered the below code by Larry Serflaten and Randy Birch at mvps.org. Is it possible to create something similar to this to combine various file formats into a single installer executable? I'm...
View ArticleHow to copy data from a DataGridView to Excel Spreadsheet?
I have an application that requires the User to be able to select and copy data in a DataGridView over to Excel. Does anyone have any coding examples on this using VB.Net? Thanks!
View ArticleVS 2012 Transparent picturebox in front of textbox??
Hi Again How do I get a transparent picturebox to show up in front of some textboxes?? I've tried to bring it in front in the designer and there it shows in front of the textboxes but when I run the...
View Article[RESOLVED] Problem with a Combo Loop in VB 2010 Express
I have a Windows form with 50 ComboBox controls. Is there any way to put the code below in a loop so I don't have to have 50 such Subs? Problem Code: Private Sub ComboLine1_Keypress(sender As...
View ArticleVending Machine
I'm creating a vending machine App to vend chips. I've used 3 labels, 2 buttons, and 2 text boxes however I can't get the app to work correctly or do anything for that matter. I don't see where I've...
View ArticleVS 2012 How can i get this accomplished
Hey Experts, im trying to make a simple proxy checker, where it checks if a proxy is alive or not... im doing this in as follows i dowload my Proxylist into a listview called ProxyList then i use a...
View ArticleVery basic issue not making much sense...
Hey VB forums.. So I've recently been doing some basic VB programming and I've run into a little bit of a problem when it came to my greeting program. Essentially what my program does is allow for my...
View ArticleVS 2010 Create an array from a text file
I need to populate an array from a text file when a button is clicked using this function: Public Function LoadBookInfo(ByVal bookdbFileName As String) As BookInfo() Dim source As BookInfo() = New...
View Article[RESOLVED] Idea For a Do Loop
Hello guys, I have to do an application for school using "Do loops" but for somre reason even though I use them all the time I cannot come up an idea for it. Any suggestions? I tried to do miles in a...
View ArticleDisplay Retrieved Value to a DatagridViewComboBox Cell
Hi. I am making an employee schedule program. I have a textbox to allow user to enter an employee id, on its Leave event, the code will be run that retrieved the schedule of the employee from Monday to...
View Article[RESOLVED] How can I disable the keydown event to stop a key repeat in a...
The topic title says it all. I have a picturebox with 10 x 10 tiles and a single tile that I can move around with the arrow keys. If I hold down the key it zooms around annoyingly. I would like to be...
View Articlecreating data validation list from vba & display the dependent description in...
i have Countrylist in column X and its capital in column Y . the country & city list is populated in the sheet from database i am creating a data validation list dropdown in cell K9 Code: rList =...
View ArticleSend html templates via email with Microsoft.Office.Interop.outlook
Hello all, I need to send templates emails via email throught an html file with embed images. The html file is created. The contect apart from the images has two parts, one part is modify by the person...
View ArticleVS 2012 Export Report to pdf??
Hi, i've run into another problem now. I searched the internet for a solution but I only find ASP.net solutions and I can't figure it out. I'm using VB and want to add a button to my form to do the...
View ArticleVS 2010 Property 'item' is 'Read Only' error
I am getting the above error when I run my code. I think this is because the DataReader is Read-Only and therefore unable to amend the value. As a new user still getting to grips with vb.Net coming...
View Article