VB Help.. noob :)
How do i open directory, have user select the excel file, and import the data from the selected file into a worksheet from the original file? Thanks :)
View ArticleFloder Browser Control
I need to browse folder and get file list of which extension name is bmp, jpg(image files). This control should be placed in the form. There is a System.Windows.Forms.FolderBrowserDialog, which is a...
View ArticleVS 2010 FTPWebrequest won't make directory
Hey, I have this code: Code: Dim Dir = ftphost & d.ToString("/yyyy") Dim ftpReq As FtpWebRequest = WebRequest.Create(Dir) ftpReq.Credentials = New NetworkCredential(ftpun,...
View ArticleVS 2010 Error when Option Strict On vs. Option Explicit On
I recently joined VBForums and this is my first post. Hopefully I've put it in the right forum group. I am looking for some help with a question. Normally I use Option Explicit enforced with my code...
View ArticleClick 'Like' on a Facebook post via code?
I have a program I've been working on for the last few weeks, and I need to add a new function to it - Is there any way to click the 'Like button' on a Facebook post when the main post link is clicked...
View Articleactivity use collection
Hi All, I have a product that is going to market soon and I was wondering what the best way to capture data on what parts of the software a user is using most. for example lets say the program has 3...
View ArticleVS 2010 Active Directory Issues
Hi guys, I am attempting to create a small application to create users in one of several OU's in Active Directory. The issue is that it is not working correctly - no user is being created. I also need...
View ArticleKey Stroke events
I am trying to create a typing tutor program with an animation. How can I make a sub that tracks the typing in real-time? I know how to compare strings, but I would like to catch the mistakes as the...
View ArticleDisplaying Totals from a text file?
Attachment 98415 In this program I record the person's party affiliation and age to a txt file (example: Republican, 21). I had that working and now I am trying to get the numbers to read out from the...
View Articleencode string help
Hi All, A while back a member helped me generate keys by using the date (many thanx) code below for encoding Code: Private Function GenerateKey(ExpireDate As Date) As String Dim...
View ArticleVS 2010 Add forms to compiled code
Hello, I was wondering if it is possible to add a form to an already compiled project without recompiling the excisting project? Example... I have created and deployed a project containing form01. In...
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, Trying to Populate a combo box with values stripped out of a XML file. I have a module called mStrip, that handles the key components. Code: Public Function g_sDownload(ByVal sUrlA As String)...
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 ArticleIssues installing vb.net 2010 -or- 2012 Desktop
I've been trying to install vb.net 2010 -or- 2012 desktop for days now and nothing seems to work for me. My computer was recently upgraded to Windows 7 SP1. When trying to download: vb.net2010...
View Article[RESOLVED] Why am I getting this error?
Attachment 98455 Code: Private Sub createfile() Dim oFile As System.IO.File Dim oWrite As System.IO.StreamWriter Dim oRead As System.IO.StreamReader fileName =...
View ArticleVS 2010 Problem with the Login that i made please help
Read what typed (red text) inside the code.... so please help me with the code i dont know what i did worng its not telling me that there is a warning or error.. Code... ======== Code: Public Class...
View ArticleAdding a booking file in Console Application - Visual Basic
Hi, I am doing my first AS/A level year and I am doing computing coursework at the moment in which I struggle a lot. My coursework is based on this following link:...
View ArticleFTP Upload error " Invalid URI: The format of the URI could not be determined. "
Hey everyone I've been trying to get my ftp upload code to work for days now. I have created a vb.net application on my laptop (the client) but I'm also running the laptop as though it were a server...
View Article