VS 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 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 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 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 Articlecustom control in form click event not firing
Hi All, I have a custom user control which has an image and a button on it. this works as expected. however when I put it on a form, then double click it and select click event, it never fires. is this...
View ArticleVS 2010 [RESOLVED] Problem with closing form
Hi everyone, I got a simple problem but it's getting the best of me. I use this to show the Reports form, From the Projects form. Code: Public Reports As Reports Code: Private Sub Button4_Click(sender...
View ArticleVS 2008 Converting
I really need help with my coding in VB in how to convert decimal value to unsign binary representative, 1's complement, 2'complement and IEE Floating Point. Since this is my first time coding and i...
View ArticleVS 2010 Reader returns nothing from MySQL
I have been trying to sort this out but I must be missing something and was wondering if someone can take a quick look. VB.Net Code: Dim datTab As DataTable = NothingDim strSQLText As String = ""Dim...
View ArticleOne toolbar in MDI, all child reacts to it individually
What I want to do is to place a toolbar in the MDI form with buttons New, Edit, Delete, etc, and if a child form is shown and I clicked New on the toolbar it should open up a form which will add a...
View ArticleVS 2008 [RESOLVED] Date Difference
hi i have to find the date difference between 2 dates. i have to give discount to the person if the second date is within 12 months. i have used : HTML Code: Dim mMonths As Integer =...
View Article